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..5671faa --- /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.2 + + + + test + + + + + true + + + source + + + + + test + + + + + UT_DOCUMENTATION_REPORTER + true + + + UT_COVERAGE_SONAR_REPORTER + coverage-sonar-reporter.xml + + + + + + + + \ No newline at end of file