Author: desruisseaux
Date: Fri Oct 9 10:22:54 2015
New Revision: 1707689
URL: http://svn.apache.org/viewvc?rev=1707689&view=rev
Log:
Tests suggest that we do not need explicit declaration of maven-plugin-plugin.
Modified:
sis/branches/JDK8/core/sis-build-helper/pom.xml
Modified: sis/branches/JDK8/core/sis-build-helper/pom.xml
URL:
http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-build-helper/pom.xml?rev=1707689&r1=1707688&r2=1707689&view=diff
==============================================================================
--- sis/branches/JDK8/core/sis-build-helper/pom.xml (original)
+++ sis/branches/JDK8/core/sis-build-helper/pom.xml Fri Oct 9 10:22:54 2015
@@ -82,26 +82,6 @@ Define Maven Mojos and Javadoc taglets f
<!-- ===========================================================
- Build configuration for annotation processing
- =========================================================== -->
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-plugin-plugin</artifactId>
- <version>3.4</version>
- <executions>
- <execution>
- <id>default-descriptor</id>
- <phase>process-classes</phase>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
-
-
- <!-- ===========================================================
Dependencies
=========================================================== -->
<dependencies>