You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2011/05/28 01:59:20 UTC

svn commit: r1128537 - /maven/sandbox/trunk/mae/mae-prompter-cli/pom.xml

Author: jdcasey
Date: Fri May 27 23:59:20 2011
New Revision: 1128537

URL: http://svn.apache.org/viewvc?rev=1128537&view=rev
Log:
fixing component metadata generation for prompter

Modified:
    maven/sandbox/trunk/mae/mae-prompter-cli/pom.xml

Modified: maven/sandbox/trunk/mae/mae-prompter-cli/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/mae/mae-prompter-cli/pom.xml?rev=1128537&r1=1128536&r2=1128537&view=diff
==============================================================================
--- maven/sandbox/trunk/mae/mae-prompter-cli/pom.xml (original)
+++ maven/sandbox/trunk/mae/mae-prompter-cli/pom.xml Fri May 27 23:59:20 2011
@@ -29,4 +29,13 @@
     	<version>${project.version}</version>
     </dependency>
   </dependencies>
+  
+  <build>
+    <plugins>
+        <plugin>
+            <groupId>org.codehaus.plexus</groupId>
+            <artifactId>plexus-component-metadata</artifactId>
+        </plugin>
+    </plugins>
+  </build>
 </project>