-
Couldn't load subscription status.
- Fork 2
Closed
Description
To have the option for a quick build of the project, add a profile with all QA and tests turned off.
<profiles>
<!-- Quick build profile with testing and QA turned off -->
<profile>
<id>quick-build</id>
<properties>
<skipTests>true</skipTests>
<bt.qa.skip>true</bt.qa.skip>
<dependency-check.skip>true</dependency-check.skip>
<enforcer.skip>true</enforcer.skip>
</properties>
</profile>
</profiles>
Metadata
Metadata
Assignees
Labels
No labels