You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fluo.apache.org by ct...@apache.org on 2016/07/27 20:03:24 UTC

[5/5] incubator-fluo git commit: Fixes #734 Speed up release:perform profile

Fixes #734 Speed up release:perform profile

Skips second execution of several test plugins during the
release:perform goal when releasing. This avoids running all the tests
which passed in the release:prepare phase all over again.


Project: http://git-wip-us.apache.org/repos/asf/incubator-fluo/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-fluo/commit/cdbf2bba
Tree: http://git-wip-us.apache.org/repos/asf/incubator-fluo/tree/cdbf2bba
Diff: http://git-wip-us.apache.org/repos/asf/incubator-fluo/diff/cdbf2bba

Branch: refs/heads/master
Commit: cdbf2bbab724a588b27cea5827093320b453685e
Parents: a1df4ae
Author: Christopher Tubbs <ct...@apache.org>
Authored: Tue Jul 26 16:28:52 2016 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Wed Jul 27 15:56:00 2016 -0400

----------------------------------------------------------------------
 pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-fluo/blob/cdbf2bba/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f1ddd7a..f0ec122 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,6 +59,7 @@
     <findbugs.maxRank>9</findbugs.maxRank>
     <hadoop.version>2.6.3</hadoop.version>
     <logback.version>1.1.3</logback.version>
+    <releaseProfiles>fluo-release</releaseProfiles>
     <slf4j.version>1.7.12</slf4j.version>
     <thrift.version>0.9.1</thrift.version>
     <twill.version>0.6.0-incubating</twill.version>
@@ -356,6 +357,17 @@
   </build>
   <profiles>
     <profile>
+      <id>fluo-release</id>
+      <!-- some properties to make the release build a bit faster -->
+      <properties>
+        <checkstyle.skip>true</checkstyle.skip>
+        <findbugs.skip>true</findbugs.skip>
+        <modernizer.skip>true</modernizer.skip>
+        <skipITs>true</skipITs>
+        <skipTests>true</skipTests>
+      </properties>
+    </profile>
+    <profile>
       <!-- set proper source assembly name with apache-release and don't attach here -->
       <id>apache-release</id>
       <build>