bdemers commented on a change in pull request #137: Build
URL: https://github.com/apache/shiro/pull/137#discussion_r289518585
 
 

 ##########
 File path: pom.xml
 ##########
 @@ -1354,6 +1355,16 @@
     </reporting>
 
     <profiles>
+        <profile>
+            <id>fast</id>
+            <properties>
+                <maven.test.skip.exec>true</maven.test.skip.exec>
+                <maven.test.skip>true</maven.test.skip>
+            </properties>
+            <build>
+                <defaultGoal>clean install</defaultGoal>
 
 Review comment:
   I really like default goals, but for the fast profile `clean` probably 
shouldn't be used, Maven is much better about incremental builds now a days

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to