Skip to content

Commit

Permalink
[SHRINKDESC-103] Fix m2e Plugin to ignore build-helper-maven-plugin"
Browse files Browse the repository at this point in the history
  • Loading branch information
ALRubinger committed Mar 13, 2012
1 parent 4bd5d15 commit 404e83a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
14 changes: 13 additions & 1 deletion metadata-parser-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

<plugin>
<artifactId>maven-clean-plugin</artifactId>
<version>2.4.1</version>
<configuration>
<filesets>
<fileset>
Expand Down Expand Up @@ -169,6 +168,19 @@
<execute />
</action>
</pluginExecution>
<pluginExecution>
<pluginExecutionFilter>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<versionRange>[1.0.0,)</versionRange>
<goals>
<goal>add-test-source</goal>
</goals>
</pluginExecutionFilter>
<action>
<execute />
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.8</version>
<configuration>
<doclet>org.jboss.apiviz.APIviz</doclet>
<docletArtifact>
Expand Down

0 comments on commit 404e83a

Please sign in to comment.