Repository: incubator-beam
Updated Branches:
  refs/heads/master 574c3777d -> d60a0a0e4


Move test-jar back to default profile

The test jars for beam-sdks-java-core and
beam-runners-core-java are both mandatory artifacts
with testing utilities intended for general use.

These were moved out of the default profile since for most
normal projects they are optional release-time distributions,
but for us they are not.


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

Branch: refs/heads/master
Commit: a5436a31fa23cec8a5649b65e0ccfb9aa9d74e18
Parents: da31a2d
Author: Kenneth Knowles <k...@google.com>
Authored: Tue Aug 2 13:55:13 2016 -0700
Committer: Kenneth Knowles <k...@google.com>
Committed: Wed Aug 3 10:56:14 2016 -0700

----------------------------------------------------------------------
 pom.xml | 21 +++++++--------------
 1 file changed, 7 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/a5436a31/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3b98382..5e3601a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -149,7 +149,7 @@
 
   <profiles>
     <!-- A global profile defined for all modules for release-level 
verification. 
-      Slow processes such as building source, javadoc, and test jars should be 
limited 
+      Optional processes such as building source and javadoc should be limited 
       to this profile. -->
     <profile>
       <id>release</id>
@@ -192,19 +192,6 @@
             </plugin>
 
             <plugin>
-              <groupId>org.apache.maven.plugins</groupId>
-              <artifactId>maven-jar-plugin</artifactId>
-              <executions>
-                <execution>
-                  <id>default-test-jar</id>
-                  <goals>
-                    <goal>test-jar</goal>
-                  </goals>
-                </execution>
-              </executions>
-            </plugin>
-
-            <plugin>
               <groupId>org.apache.rat</groupId>
               <artifactId>apache-rat-plugin</artifactId>
               <executions>
@@ -752,6 +739,12 @@
                 <goal>jar</goal>
               </goals>
             </execution>
+            <execution>
+              <id>default-test-jar</id>
+              <goals>
+                <goal>test-jar</goal>
+              </goals>
+            </execution>
           </executions>
         </plugin>
 

Reply via email to