You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by cz...@apache.org on 2008/03/28 19:09:55 UTC

svn commit: r642324 - /excalibur/trunk/components/sourceresolve/avalon/pom.xml

Author: cziegeler
Date: Fri Mar 28 11:09:52 2008
New Revision: 642324

URL: http://svn.apache.org/viewvc?rev=642324&view=rev
Log:
Generate fortress metadata for avalon module.

Modified:
    excalibur/trunk/components/sourceresolve/avalon/pom.xml

Modified: excalibur/trunk/components/sourceresolve/avalon/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/sourceresolve/avalon/pom.xml?rev=642324&r1=642323&r2=642324&view=diff
==============================================================================
--- excalibur/trunk/components/sourceresolve/avalon/pom.xml (original)
+++ excalibur/trunk/components/sourceresolve/avalon/pom.xml Fri Mar 28 11:09:52 2008
@@ -30,6 +30,25 @@
   <description>
     This package provides support for the Avalon framework.
   </description>
+  
+    <build>
+        <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>
+    </build>
+
   <dependencies>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>



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