Skip to content

Instantly share code, notes, and snippets.

View nochmu's full-sized avatar
🐒
Bananas!

Christian Mühlhaus nochmu

🐒
Bananas!
  • Germany / Munich
View GitHub Profile
@nochmu
nochmu / pom.xml
Last active February 22, 2018 19:11
call utPLSQL-CLI with exec-maven-plugin
<project>
...
<properties>
<!-- Datbase -->
<db.host>oradev</db.host>
<db.port>1521</db.port>
<db.service>dev.loc</db.service>
<db.user.test>TEST</db.user.test>
<db.pw.test>test</db.pw.test>