]> source.dussan.org Git - archiva.git/commitdiff
CLI requires these in the root
authorBrett Porter <brett@apache.org>
Sat, 29 Mar 2008 10:21:20 +0000 (10:21 +0000)
committerBrett Porter <brett@apache.org>
Sat, 29 Mar 2008 10:21:20 +0000 (10:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@642526 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/pom.xml
pom.xml

index d62cad0ada873d4b4862985b82edc811a19bd7f3..1ee18968130b1f3833ec31edadc791afe1f16ad6 100644 (file)
       <url>${siteBaseDeployment}/ref/${project.version}</url>
     </site>
   </distributionManagement>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.codehaus.modello</groupId>
-        <artifactId>modello-maven-plugin</artifactId>
-        <version>1.0-alpha-15</version>
-      </plugin>
-      <plugin>
-        <groupId>org.codehaus.plexus</groupId>
-        <artifactId>plexus-maven-plugin</artifactId>
-        <version>1.3.5</version>
-        <executions>
-          <execution>
-            <id>generate</id>
-            <goals>
-              <goal>descriptor</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
 </project>
diff --git a/pom.xml b/pom.xml
index 315ca9be384ab81f72a666f8a1ba11184030c4d4..f0619b92a8c54dee83bef1983ed59790943df0c3 100644 (file)
--- a/pom.xml
+++ b/pom.xml
               </executions>
             </plugin>
       -->
+      <plugin>
+        <groupId>org.codehaus.plexus</groupId>
+        <artifactId>plexus-maven-plugin</artifactId>
+        <version>1.3.5</version>
+        <executions>
+          <execution>
+            <id>generate</id>
+            <goals>
+              <goal>descriptor</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
     </plugins>
     <pluginManagement>
       <plugins>
+        <plugin>
+          <groupId>org.codehaus.modello</groupId>
+          <artifactId>modello-maven-plugin</artifactId>
+          <version>1.0-alpha-15</version>
+        </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>