Skip to content

Commit 640f3a1

Browse files
alexottadutra
authored andcommitted
Fix eclipse problems (apache#954)
* fix missing groupId that prevent from correct import into Eclipse * ignore plugins for that there is no m2e connectors
1 parent 9a8a23f commit 640f3a1

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

pom.xml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -843,6 +843,7 @@ limitations under the License.
843843
<pluginExecutions>
844844
<pluginExecution>
845845
<pluginExecutionFilter>
846+
<groupId>org.apache.maven.plugins</groupId>
846847
<artifactId>maven-jar-plugin</artifactId>
847848
<versionRange>[2.2,)</versionRange>
848849
<goals>
@@ -853,6 +854,32 @@ limitations under the License.
853854
<ignore />
854855
</action>
855856
</pluginExecution>
857+
<pluginExecution>
858+
<pluginExecutionFilter>
859+
<groupId>org.codehaus.mojo</groupId>
860+
<artifactId>clirr-maven-plugin</artifactId>
861+
<versionRange>[2.7,)</versionRange>
862+
<goals>
863+
<goal>check</goal>
864+
</goals>
865+
</pluginExecutionFilter>
866+
<action>
867+
<ignore />
868+
</action>
869+
</pluginExecution>
870+
<pluginExecution>
871+
<pluginExecutionFilter>
872+
<groupId>org.codehaus.gmaven</groupId>
873+
<artifactId>gmaven-plugin</artifactId>
874+
<versionRange>[1.5,)</versionRange>
875+
<goals>
876+
<goal>testCompile</goal>
877+
</goals>
878+
</pluginExecutionFilter>
879+
<action>
880+
<ignore />
881+
</action>
882+
</pluginExecution>
856883
</pluginExecutions>
857884
</lifecycleMappingMetadata>
858885
</configuration>

0 commit comments

Comments
 (0)