We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for adding additional target configuration using plugin configuration The proposed configuration could be like this:
<plugin> <groupId>com.hcl.security</groupId> <artifactId>appscan-maven-plugin</artifactId> <version>1.0.14-SNAPSHOT</version> <configuration> <additionalTargets> <target> <targetFile> ... </targetFile> <properties> <src_root> ... </src_root> </properties> <exclusionPatterns> <exclude> ... </exclude> </exclusionPatterns> <inclusionPatterns> <include> ... </include> </inclusionPatterns> </target> ... </additionalTargets> </configuration> </plugin>
The text was updated successfully, but these errors were encountered:
HCL-TECH-SOFTWARE#38 - Add support for additional targets using plugi…
5abe562
…n configuration
No branches or pull requests
Add support for adding additional target configuration using plugin configuration
The proposed configuration could be like this:
The text was updated successfully, but these errors were encountered: