Author: ltheussl Date: Mon Apr 23 09:25:58 2012 New Revision: 1329143 URL: http://svn.apache.org/viewvc?rev=1329143&view=rev Log: remove execution section
Modified: maven/plugins/trunk/maven-pdf-plugin/pom.xml Modified: maven/plugins/trunk/maven-pdf-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pdf-plugin/pom.xml?rev=1329143&r1=1329142&r2=1329143&view=diff ============================================================================== --- maven/plugins/trunk/maven-pdf-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-pdf-plugin/pom.xml Mon Apr 23 09:25:58 2012 @@ -445,15 +445,6 @@ under the License. <goal>${project.groupId}:${project.artifactId}:${project.version}:pdf</goal> </goals> </configuration> - <executions> - <execution> - <id>integration-test</id> - <goals> - <goal>install</goal> - <goal>run</goal> - </goals> - </execution> - </executions> </plugin> </plugins> </build>