Skip to content
This repository has been archived by the owner on May 9, 2019. It is now read-only.

Commit

Permalink
Merge pull request #1 from blackducksoftware/ek_fix_eclipse_m2e_warnings
Browse files Browse the repository at this point in the history
fixing a lot of eclipse warnings in other maven projects
  • Loading branch information
ekerwin committed Aug 9, 2016
2 parents 36b1a74 + 05662e3 commit 57b2bac
Showing 1 changed file with 65 additions and 1 deletion.
66 changes: 65 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.blackducksoftware.integration</groupId>
<artifactId>common-maven-parent</artifactId>
<version>1.0.8-SNAPSHOT</version>
<version>1.0.8</version>
<packaging>pom</packaging>

<name>Common Maven Parent POM</name>
Expand Down Expand Up @@ -270,6 +270,70 @@
<ignore></ignore>
</action>
</pluginExecution>
<pluginExecution>
<pluginExecutionFilter>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<versionRange>[3.3,)</versionRange>
<goals>
<goal>descriptor</goal>
<goal>helpmojo</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
</action>
</pluginExecution>
<pluginExecution>
<pluginExecutionFilter>
<groupId>com.atlassian.maven.plugins</groupId>
<artifactId>maven-jira-plugin</artifactId>
<versionRange>[5.0.13,)</versionRange>
<goals>
<goal>compress-resources</goal>
<goal>copy-bundled-dependencies</goal>
<goal>filter-test-plugin-descriptor</goal>
<goal>generate-rest-docs</goal>
<goal>filter-plugin-descriptor</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
</action>
</pluginExecution>
<pluginExecution>
<pluginExecutionFilter>
<groupId>com.atlassian.maven.plugins</groupId>
<artifactId>maven-bamboo-plugin</artifactId>
<versionRange>[6.2.3,)</versionRange>
<goals>
<goal>filter-plugin-descriptor</goal>
<goal>compress-resources</goal>
<goal>filter-test-plugin-descriptor</goal>
<goal>generate-rest-docs</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
</action>
</pluginExecution>
<pluginExecution>
<pluginExecutionFilter>
<groupId>com.atlassian.maven.plugins</groupId>
<artifactId>maven-refapp-plugin</artifactId>
<versionRange>[5.0.13,)</versionRange>
<goals>
<goal>compress-resources</goal>
<goal>generate-rest-docs</goal>
<goal>generate-manifest</goal>
<goal>filter-plugin-descriptor</goal>
<goal>copy-bundled-dependencies</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>
Expand Down

0 comments on commit 57b2bac

Please sign in to comment.