utPLSQL / utPLSQL-maven-plugin

Maven plugin for running Unit Tests with utPLSQL v3
Apache License 2.0
13 stars 11 forks source link

<paths> is mandatory and should be optional #26

Closed jgebal closed 6 years ago

jgebal commented 6 years ago

When running maven plugin without

<paths>
  <path>ut3_demo</path>
</paths>

No output is given from tests. It seems as if the test runner was not invoked at all.

jgebal commented 6 years ago

No longer true with latest develop branch.