- Notifications
You must be signed in to change notification settings - Fork 11
Closed
Labels
Description
The following snippet should be enough to run utplsql :
<plugin> <groupId>${project.groupId}</groupId> <artifactId>utplsql-maven-plugin</artifactId> <version>${utplsql-maven-plugin-version}</version> <executions> <execution> <goals> <goal>test</goal> </goals> </execution> </executions> </plugin>
Today it requires sources / tests and reporters tags which are not always necessary.