Skip to content

All parameters should be optional #21

@jgarec

Description

@jgarec

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions