Author: alessio.soldano(a)jboss.com
Date: 2010-09-10 03:58:58 -0400 (Fri, 10 Sep 2010)
New Revision: 401
Modified:
core/trunk/integration-native/pom.xml
Log:
[WISE-169] Removing useless plugins for integration-native module
Modified: core/trunk/integration-native/pom.xml
===================================================================
--- core/trunk/integration-native/pom.xml 2010-09-10 07:41:23 UTC (rev 400)
+++ core/trunk/integration-native/pom.xml 2010-09-10 07:58:58 UTC (rev 401)
@@ -156,7 +156,6 @@
</execution>
</executions>
</plugin>
-
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
@@ -203,38 +202,7 @@
</execution>
</executions>
</plugin>
-
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- <executions>
- <execution>
- <id>package</id>
- <phase>package</phase>
- <goals>
- <goal>jar</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <header>JBoss Wise API</header>
- <footer>JBoss Wise API</footer>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-source-plugin</artifactId>
- <executions>
- <execution>
- <id>attach-sources</id>
- <goals>
- <goal>jar</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
</plugins>
-
</build>
<profiles>
Show replies by date