You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by rd...@apache.org on 2009/07/23 10:48:08 UTC

svn commit: r796981 - in /excalibur/trunk: components/datasource/ components/monitor/ components/pool/impl/ components/sourceresolve/ components/sourceresolve/avalon/ components/store/ components/thread/impl/ parent/

Author: rdonkin
Date: Thu Jul 23 08:48:08 2009
New Revision: 796981

URL: http://svn.apache.org/viewvc?rev=796981&view=rev
Log:
EXLBR-48 Inherit plugin definitions from parent https://issues.apache.org/jira/browse/EXLBR-48

Modified:
    excalibur/trunk/components/datasource/pom.xml
    excalibur/trunk/components/monitor/pom.xml
    excalibur/trunk/components/pool/impl/pom.xml
    excalibur/trunk/components/sourceresolve/avalon/pom.xml
    excalibur/trunk/components/sourceresolve/pom.xml
    excalibur/trunk/components/store/pom.xml
    excalibur/trunk/components/thread/impl/pom.xml
    excalibur/trunk/parent/pom.xml

Modified: excalibur/trunk/components/datasource/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/datasource/pom.xml?rev=796981&r1=796980&r2=796981&view=diff
==============================================================================
--- excalibur/trunk/components/datasource/pom.xml (original)
+++ excalibur/trunk/components/datasource/pom.xml Thu Jul 23 08:48:08 2009
@@ -83,15 +83,6 @@
       <plugin>
         <groupId>org.apache.excalibur.fortress.meta</groupId>
         <artifactId>maven-fortress-plugin</artifactId>
-        <version>1.3.1</version>
-        <executions>
-          <execution>
-            <phase>compile</phase>
-            <goals>
-              <goal>collect-metainfo</goal>
-            </goals>
-          </execution>
-        </executions>
       </plugin>
     </plugins>
   </build>

Modified: excalibur/trunk/components/monitor/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/monitor/pom.xml?rev=796981&r1=796980&r2=796981&view=diff
==============================================================================
--- excalibur/trunk/components/monitor/pom.xml (original)
+++ excalibur/trunk/components/monitor/pom.xml Thu Jul 23 08:48:08 2009
@@ -62,15 +62,6 @@
       <plugin>
         <groupId>org.apache.excalibur.fortress.meta</groupId>
         <artifactId>maven-fortress-plugin</artifactId>
-        <version>1.3.1</version>
-        <executions>
-          <execution>
-            <phase>compile</phase>
-            <goals>
-              <goal>collect-metainfo</goal>
-            </goals>
-          </execution>
-        </executions>
       </plugin>
     </plugins>
   </build>

Modified: excalibur/trunk/components/pool/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/impl/pom.xml?rev=796981&r1=796980&r2=796981&view=diff
==============================================================================
--- excalibur/trunk/components/pool/impl/pom.xml (original)
+++ excalibur/trunk/components/pool/impl/pom.xml Thu Jul 23 08:48:08 2009
@@ -65,15 +65,6 @@
       <plugin>
         <groupId>org.apache.excalibur.fortress.meta</groupId>
         <artifactId>maven-fortress-plugin</artifactId>
-        <version>1.3.1</version>
-        <executions>
-          <execution>
-            <phase>compile</phase>
-            <goals>
-              <goal>collect-metainfo</goal>
-            </goals>
-          </execution>
-        </executions>
       </plugin>
     </plugins>
   </build>

Modified: excalibur/trunk/components/sourceresolve/avalon/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/sourceresolve/avalon/pom.xml?rev=796981&r1=796980&r2=796981&view=diff
==============================================================================
--- excalibur/trunk/components/sourceresolve/avalon/pom.xml (original)
+++ excalibur/trunk/components/sourceresolve/avalon/pom.xml Thu Jul 23 08:48:08 2009
@@ -37,15 +37,6 @@
 	        <plugin>
 		        <groupId>org.apache.excalibur.fortress.meta</groupId>
 		        <artifactId>maven-fortress-plugin</artifactId>
-		        <version>1.3.1</version>
-		        <executions>
-		            <execution>
-		                <phase>compile</phase>
-		                <goals>
-		                    <goal>collect-metainfo</goal>
-		                </goals>
-		            </execution>
-		        </executions>
 	        </plugin>
         </plugins>
     </build>

Modified: excalibur/trunk/components/sourceresolve/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/sourceresolve/pom.xml?rev=796981&r1=796980&r2=796981&view=diff
==============================================================================
--- excalibur/trunk/components/sourceresolve/pom.xml (original)
+++ excalibur/trunk/components/sourceresolve/pom.xml Thu Jul 23 08:48:08 2009
@@ -69,15 +69,6 @@
       <plugin>
         <groupId>org.apache.excalibur.fortress.meta</groupId>
         <artifactId>maven-fortress-plugin</artifactId>
-        <version>1.3.1</version>
-        <executions>
-          <execution>
-            <phase>compile</phase>
-            <goals>
-              <goal>collect-metainfo</goal>
-            </goals>
-          </execution>
-        </executions>
       </plugin>
     </plugins>
   </build>

Modified: excalibur/trunk/components/store/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/store/pom.xml?rev=796981&r1=796980&r2=796981&view=diff
==============================================================================
--- excalibur/trunk/components/store/pom.xml (original)
+++ excalibur/trunk/components/store/pom.xml Thu Jul 23 08:48:08 2009
@@ -67,15 +67,6 @@
       <plugin>
         <groupId>org.apache.excalibur.fortress.meta</groupId>
         <artifactId>maven-fortress-plugin</artifactId>
-        <version>1.3.1</version>
-        <executions>
-          <execution>
-            <phase>compile</phase>
-            <goals>
-              <goal>collect-metainfo</goal>
-            </goals>
-          </execution>
-        </executions>
       </plugin>
     </plugins>
   </build>

Modified: excalibur/trunk/components/thread/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/thread/impl/pom.xml?rev=796981&r1=796980&r2=796981&view=diff
==============================================================================
--- excalibur/trunk/components/thread/impl/pom.xml (original)
+++ excalibur/trunk/components/thread/impl/pom.xml Thu Jul 23 08:48:08 2009
@@ -61,15 +61,6 @@
       <plugin>
         <groupId>org.apache.excalibur.fortress.meta</groupId>
         <artifactId>maven-fortress-plugin</artifactId>
-        <version>1.3.1</version>
-        <executions>
-          <execution>
-            <phase>compile</phase>
-            <goals>
-              <goal>collect-metainfo</goal>
-            </goals>
-          </execution>
-        </executions>
       </plugin>
     </plugins>
   </build>

Modified: excalibur/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/parent/pom.xml?rev=796981&r1=796980&r2=796981&view=diff
==============================================================================
--- excalibur/trunk/parent/pom.xml (original)
+++ excalibur/trunk/parent/pom.xml Thu Jul 23 08:48:08 2009
@@ -54,6 +54,28 @@
         </repository>
     </distributionManagement>
 
+    <build>
+
+<!-- Plugin Management -->
+      <pluginManagement>
+         <plugins>
+            <plugin>
+               <groupId>org.apache.excalibur.fortress.meta</groupId>
+               <artifactId>maven-fortress-plugin</artifactId>
+               <version>1.3.1</version>
+               <executions>
+                 <execution>
+                    <phase>compile</phase>
+                    <goals>
+                       <goal>collect-metainfo</goal>
+                    </goals>
+                 </execution>
+              </executions>
+            </plugin>
+         </plugins>
+      </pluginManagement>
+    </build>
+
     <dependencyManagement>
 <!-- Compile(Default) -->
   <!-- Excalubur -->



---------------------------------------------------------------------
To unsubscribe, e-mail: scm-unsubscribe@excalibur.apache.org
For additional commands, e-mail: scm-help@excalibur.apache.org