Disabled maven-one-plugin declaration. This forces nightly-build deploy to also update the maven 1 repository.

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@399233 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Frederick G. Oconer 2006-05-03 10:05:34 +00:00
parent 174a581a4f
commit 778adae020
1 changed files with 3 additions and 3 deletions

View File

@ -776,7 +776,7 @@
</plugins> </plugins>
</pluginManagement> </pluginManagement>
<plugins> <plugins>
<plugin> <!-- plugin>
<artifactId>maven-one-plugin</artifactId> <artifactId>maven-one-plugin</artifactId>
<executions> <executions>
<execution> <execution>
@ -789,7 +789,7 @@
</goals> </goals>
</execution> </execution>
</executions> </executions>
</plugin> </plugin -->
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId> <artifactId>maven-compiler-plugin</artifactId>
@ -817,4 +817,4 @@
</plugins> </plugins>
</reporting> </reporting>
</project> </project>