Author: evenisse
Date: Wed Nov  9 03:15:04 2005
New Revision: 332020

URL: http://svn.apache.org/viewcvs?rev=332020&view=rev
Log:
revert, build part must be there

Modified:
    maven/doxia/trunk/pom.xml

Modified: maven/doxia/trunk/pom.xml
URL: 
http://svn.apache.org/viewcvs/maven/doxia/trunk/pom.xml?rev=332020&r1=332019&r2=332020&view=diff
==============================================================================
--- maven/doxia/trunk/pom.xml (original)
+++ maven/doxia/trunk/pom.xml Wed Nov  9 03:15:04 2005
@@ -67,6 +67,21 @@
     
<developerConnection>scm:svn:svn+ssh://svn.codehaus.org/home/projects/doxia/scm/trunk</developerConnection>
     <url>http://svn.doxia.codehaus.org/</url>
   </scm>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.plexus</groupId>
+        <artifactId>plexus-maven-plugin</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>descriptor</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
   <repositories>
     <repository>
       <releases>


Reply via email to