From 87cdf4bb4e396874e0973882ae6c349aa5d81463 Mon Sep 17 00:00:00 2001 From: Jacek Gebal Date: Sun, 29 Jul 2018 18:01:20 +0100 Subject: [PATCH 1/2] Added pom file for running tests with maven. --- .gitignore | 2 +- pom.xml | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+), 1 deletion(-) create mode 100644 pom.xml diff --git a/.gitignore b/.gitignore index e84ffab..63dcfac 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,4 @@ ## Directory-based project format: .idea/ - +target/ diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..ec3347f --- /dev/null +++ b/pom.xml @@ -0,0 +1,58 @@ + + 4.0.0 + + org.utplsql + utplsql-maven-plugin-demo-project + 1.0.0 + pom + + utplsql-maven-plugin-demo-project + + jdbc:oracle:thin:@127.0.0.1:1551/orclpdb1 + ut3_demo + ut3 + + + + + + org.utplsql + utplsql-maven-plugin + 3.1.0-SNAPSHOT + + + + test + + + + + true + + + source + + + + + test + + + + + UT_DOCUMENTATION_REPORTER + true + + + UT_COVERAGE_SONAR_REPORTER + coverage-sonar-reporter.xml + + + + + + + + \ No newline at end of file From b205c38ac75733d927df9e54a467155443e9bce4 Mon Sep 17 00:00:00 2001 From: Jacek Gebal Date: Sun, 12 May 2019 22:34:10 +0100 Subject: [PATCH 2/2] Added pom file for running tests with maven. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ec3347f..5671faa 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ org.utplsql utplsql-maven-plugin - 3.1.0-SNAPSHOT + 3.1.2