Author: mbenson
Date: Tue Feb 11 22:50:20 2014
New Revision: 1567432

URL: http://svn.apache.org/r1567432
Log:
more suppression of parent items that are irrelevant or handled elsewhere

Modified:
    commons/proper/weaver/trunk/ant/lib/pom.xml
    commons/proper/weaver/trunk/maven-plugin/pom.xml
    commons/proper/weaver/trunk/modules/privilizer/api/pom.xml
    commons/proper/weaver/trunk/modules/privilizer/weaver/pom.xml
    commons/proper/weaver/trunk/pom.xml

Modified: commons/proper/weaver/trunk/ant/lib/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/weaver/trunk/ant/lib/pom.xml?rev=1567432&r1=1567431&r2=1567432&view=diff
==============================================================================
--- commons/proper/weaver/trunk/ant/lib/pom.xml (original)
+++ commons/proper/weaver/trunk/ant/lib/pom.xml Tue Feb 11 22:50:20 2014
@@ -75,10 +75,16 @@ under the License.
         <executions>
           <execution>
             <id>attach-test-sources</id>
-            <phase>never-ever</phase>
-            <goals>
-              <goal>test-jar-no-fork</goal>
-            </goals>
+            <phase />
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <executions>
+          <execution>
+            <phase />
           </execution>
         </executions>
       </plugin>

Modified: commons/proper/weaver/trunk/maven-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/weaver/trunk/maven-plugin/pom.xml?rev=1567432&r1=1567431&r2=1567432&view=diff
==============================================================================
--- commons/proper/weaver/trunk/maven-plugin/pom.xml (original)
+++ commons/proper/weaver/trunk/maven-plugin/pom.xml Tue Feb 11 22:50:20 2014
@@ -105,10 +105,16 @@ under the License.
         <executions>
           <execution>
             <id>attach-test-sources</id>
-            <phase>never-ever</phase>
-            <goals>
-              <goal>test-jar-no-fork</goal>
-            </goals>
+            <phase />
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <executions>
+          <execution>
+            <phase />
           </execution>
         </executions>
       </plugin>

Modified: commons/proper/weaver/trunk/modules/privilizer/api/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/weaver/trunk/modules/privilizer/api/pom.xml?rev=1567432&r1=1567431&r2=1567432&view=diff
==============================================================================
--- commons/proper/weaver/trunk/modules/privilizer/api/pom.xml (original)
+++ commons/proper/weaver/trunk/modules/privilizer/api/pom.xml Tue Feb 11 
22:50:20 2014
@@ -36,10 +36,16 @@ under the License.
         <executions>
           <execution>
             <id>attach-test-sources</id>
-            <phase>never-ever</phase>
-            <goals>
-              <goal>test-jar-no-fork</goal>
-            </goals>
+            <phase />
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <executions>
+          <execution>
+            <phase />
           </execution>
         </executions>
       </plugin>

Modified: commons/proper/weaver/trunk/modules/privilizer/weaver/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/weaver/trunk/modules/privilizer/weaver/pom.xml?rev=1567432&r1=1567431&r2=1567432&view=diff
==============================================================================
--- commons/proper/weaver/trunk/modules/privilizer/weaver/pom.xml (original)
+++ commons/proper/weaver/trunk/modules/privilizer/weaver/pom.xml Tue Feb 11 
22:50:20 2014
@@ -94,10 +94,16 @@ under the License.
         <executions>
           <execution>
             <id>attach-test-sources</id>
-            <phase>never-ever</phase>
-            <goals>
-              <goal>test-jar-no-fork</goal>
-            </goals>
+            <phase />
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <executions>
+          <execution>
+            <phase />
           </execution>
         </executions>
       </plugin>

Modified: commons/proper/weaver/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/weaver/trunk/pom.xml?rev=1567432&r1=1567431&r2=1567432&view=diff
==============================================================================
--- commons/proper/weaver/trunk/pom.xml (original)
+++ commons/proper/weaver/trunk/pom.xml Tue Feb 11 22:50:20 2014
@@ -418,7 +418,18 @@ under the License.
                 <!-- disable assembly:single from commons-parent
                      release profile; multimodule assembly handled
                      by dist module -->
-                <phase>never-ever</phase>
+                <phase />
+              </execution>
+            </executions>
+          </plugin>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-source-plugin</artifactId>
+            <executions>
+              <execution>
+                <id>create-source-jar</id>
+                <!-- suppress execution specified by parent profile -->
+                <phase />
               </execution>
             </executions>
           </plugin>


Reply via email to