Skip to content

Commit

Permalink
Add a profile to quickly build freshly checked out branches
Browse files Browse the repository at this point in the history
  • Loading branch information
nineinchnick committed Jan 12, 2022
1 parent be5978e commit 141ef0c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1858,5 +1858,15 @@
</plugins>
</build>
</profile>
<profile>
<id>quick</id>
<properties>
<skipTests>true</skipTests>
<maven.site.skip>true</maven.site.skip>
<maven.source.skip>true</maven.source.skip>
<maven.javadoc.skip>true</maven.javadoc.skip>
<air.check.skip-all>true</air.check.skip-all>
</properties>
</profile>
</profiles>
</project>

0 comments on commit 141ef0c

Please sign in to comment.