Author: djencks
Date: Sat Jun 20 17:42:44 2009
New Revision: 786867
URL: http://svn.apache.org/viewvc?rev=786867&view=rev
Log:
ACTIVEMQ-2297 further cleanup, remove tools-maven-plugin
Modified:
activemq/trunk/activemq-all/pom.xml
activemq/trunk/assembly/pom.xml
Modified: activemq/trunk/activemq-all/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/trunk/activemq-all/pom.xml?rev=786867&r1=786866&r2=786867&view=diff
==============================================================================
--- activemq/trunk/activemq-all/pom.xml (original)
+++ activemq/trunk/activemq-all/pom.xml Sat Jun 20 17:42:44 2009
@@ -109,23 +109,6 @@
</executions>
</plugin>
- <plugin>
- <groupId>org.apache.geronimo.genesis.plugins</groupId>
- <artifactId>tools-maven-plugin</artifactId>
- <executions>
- <execution>
- <id>verify-legal-files</id>
- <phase>verify</phase>
- <goals>
- <goal>verify-legal-files</goal>
- </goals>
- <configuration>
- <strict>false</strict>
- </configuration>
- </execution>
- </executions>
- </plugin>
-
</plugins>
</build>
Modified: activemq/trunk/assembly/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/trunk/assembly/pom.xml?rev=786867&r1=786866&r2=786867&view=diff
==============================================================================
--- activemq/trunk/assembly/pom.xml (original)
+++ activemq/trunk/assembly/pom.xml Sat Jun 20 17:42:44 2009
@@ -323,22 +323,6 @@
<build>
<plugins>
- <!--<plugin>-->
- <!--<groupId>org.apache.geronimo.genesis.plugins</groupId>-->
- <!--<artifactId>tools-maven-plugin</artifactId>-->
- <!--<executions>-->
- <!--<execution>-->
- <!--<id>verify-legal-files</id>-->
- <!--<phase>verify</phase>-->
- <!--<goals>-->
- <!--<goal>verify-legal-files</goal>-->
- <!--</goals>-->
- <!--<configuration>-->
- <!--<strict>false</strict>-->
- <!--</configuration>-->
- <!--</execution>-->
- <!--</executions>-->
- <!--</plugin>-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
@@ -397,30 +381,6 @@
<!--<appendAssemblyId>false</appendAssemblyId>-->
</configuration>
</execution>
- <!--<execution>-->
- <!--<id>unix-src</id>-->
- <!--<phase>package</phase>-->
- <!--<goals>-->
- <!--<goal>attached</goal>-->
- <!--</goals>-->
- <!--<configuration>-->
- <!--<descriptors>-->
-
<!--<descriptor>src/main/descriptors/unix-src.xml</descriptor> -->
- <!--</descriptors>-->
- <!--</configuration>-->
- <!--</execution>-->
- <!--<execution>-->
- <!--<id>windows-src</id>-->
- <!--<phase>package</phase>-->
- <!--<goals>-->
- <!--<goal>attached</goal>-->
- <!--</goals>-->
- <!--<configuration>-->
- <!--<descriptors>-->
-
<!--<descriptor>src/main/descriptors/windows-src.xml</descriptor> -->
- <!--</descriptors>-->
- <!--</configuration>-->
- <!--</execution>-->
</executions>
</plugin>
<!-- plugin>
@@ -434,44 +394,5 @@
</plugin -->
</plugins>
</build>
- <profiles>
- <!--<profile>-->
- <!--<id>assembly-src</id>-->
- <!--<build>-->
- <!--<plugins>-->
- <!--<plugin>-->
- <!--<groupId>org.apache.maven.plugins</groupId>-->
- <!--<artifactId>maven-assembly-plugin</artifactId>-->
- <!--<executions>-->
- <!--<execution>-->
- <!--<id>unix-src</id>-->
- <!--<phase>package</phase>-->
- <!--<goals>-->
- <!--<goal>attached</goal>-->
- <!--</goals>-->
- <!--<configuration>-->
- <!--<descriptors>-->
-
<!--<descriptor>src/main/descriptors/unix-src.xml</descriptor>-->
- <!--</descriptors>-->
- <!--</configuration>-->
- <!--</execution>-->
- <!--<execution>-->
- <!--<id>windows-src</id>-->
- <!--<phase>package</phase>-->
- <!--<goals>-->
- <!--<goal>attached</goal>-->
- <!--</goals>-->
- <!--<configuration>-->
- <!--<descriptors>-->
-
<!--<descriptor>src/main/descriptors/windows-src.xml</descriptor>-->
- <!--</descriptors>-->
- <!--</configuration>-->
- <!--</execution>-->
- <!--</executions>-->
- <!--</plugin>-->
- <!--</plugins>-->
- <!--</build>-->
- <!--</profile>-->
- </profiles>
</project>