Author: tallison
Date: Thu Oct 1 13:25:43 2015
New Revision: 1706242
URL: http://svn.apache.org/viewvc?rev=1706242&view=rev
Log:
TIKA-1756: update forbiddenapis to 2.0 via Uwe Schindler
Modified:
tika/trunk/tika-parent/pom.xml
Modified: tika/trunk/tika-parent/pom.xml
URL:
http://svn.apache.org/viewvc/tika/trunk/tika-parent/pom.xml?rev=1706242&r1=1706241&r2=1706242&view=diff
==============================================================================
--- tika/trunk/tika-parent/pom.xml (original)
+++ tika/trunk/tika-parent/pom.xml Thu Oct 1 13:25:43 2015
@@ -319,7 +319,7 @@
<plugin>
<groupId>de.thetaphi</groupId>
<artifactId>forbiddenapis</artifactId>
- <version>1.8</version>
+ <version>2.0</version>
<configuration>
<targetVersion>${maven.compiler.target}</targetVersion>
<internalRuntimeForbidden>true</internalRuntimeForbidden>
@@ -364,37 +364,6 @@
<version>2.3.2</version>
</plugin>
</plugins>
-
- <pluginManagement>
- <plugins>
- <!--This plugin's configuration is used to store Eclipse m2e settings
only. It has no influence on the Maven build itself.-->
- <plugin>
- <groupId>org.eclipse.m2e</groupId>
- <artifactId>lifecycle-mapping</artifactId>
- <version>1.0.0</version>
- <configuration>
- <lifecycleMappingMetadata>
- <pluginExecutions>
- <pluginExecution>
- <pluginExecutionFilter>
- <groupId>de.thetaphi</groupId>
- <artifactId>forbiddenapis</artifactId>
- <versionRange>[1.0,)</versionRange>
- <goals>
- <goal>check</goal>
- <goal>testCheck</goal>
- </goals>
- </pluginExecutionFilter>
- <action>
- <ignore />
- </action>
- </pluginExecution>
- </pluginExecutions>
- </lifecycleMappingMetadata>
- </configuration>
- </plugin>
- </plugins>
- </pluginManagement>
</build>
<profiles>