Skip to content

Commit

Permalink
add profile fastinstall to skip tests, checkstyle, pmd
Browse files Browse the repository at this point in the history
  • Loading branch information
elakito committed Nov 27, 2015
1 parent bc1b726 commit 8a0a5df
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,14 @@
</pluginManagement>
</build>
<profiles>
<profile>
<id>fastinstall</id>
<properties>
<maven.test.skip>true</maven.test.skip>
<pmd.skip>true</pmd.skip>
<checkstyle.skip>true</checkstyle.skip>
</properties>
</profile>
<profile>
<id>release-profile</id>
<properties>
Expand Down

0 comments on commit 8a0a5df

Please sign in to comment.