File tree Expand file tree Collapse file tree 1 file changed +53
-0
lines changed Expand file tree Collapse file tree 1 file changed +53
-0
lines changed Original file line number Diff line number Diff line change 13941394 <artifactId >maven-deploy-plugin</artifactId >
13951395 <version >2.8.2</version >
13961396 </plugin >
1397+
1398+ <!-- This plugin's configuration is used to store Eclipse m2e settings only. -->
1399+ <!-- It has no influence on the Maven build itself. -->
1400+ <plugin >
1401+ <groupId >org.eclipse.m2e</groupId >
1402+ <artifactId >lifecycle-mapping</artifactId >
1403+ <version >1.0.0</version >
1404+ <configuration >
1405+ <lifecycleMappingMetadata >
1406+ <pluginExecutions >
1407+ <pluginExecution >
1408+ <pluginExecutionFilter >
1409+ <groupId >org.apache.maven.plugins</groupId >
1410+ <artifactId >maven-dependency-plugin</artifactId >
1411+ <versionRange >[2.8,)</versionRange >
1412+ <goals >
1413+ <goal >build-classpath</goal >
1414+ </goals >
1415+ </pluginExecutionFilter >
1416+ <action >
1417+ <ignore ></ignore >
1418+ </action >
1419+ </pluginExecution >
1420+ <pluginExecution >
1421+ <pluginExecutionFilter >
1422+ <groupId >org.apache.maven.plugins</groupId >
1423+ <artifactId >maven-jar-plugin</artifactId >
1424+ <versionRange >[2.6,)</versionRange >
1425+ <goals >
1426+ <goal >test-jar</goal >
1427+ </goals >
1428+ </pluginExecutionFilter >
1429+ <action >
1430+ <ignore ></ignore >
1431+ </action >
1432+ </pluginExecution >
1433+ <pluginExecution >
1434+ <pluginExecutionFilter >
1435+ <groupId >org.apache.maven.plugins</groupId >
1436+ <artifactId >maven-antrun-plugin</artifactId >
1437+ <versionRange >[1.8,)</versionRange >
1438+ <goals >
1439+ <goal >run</goal >
1440+ </goals >
1441+ </pluginExecutionFilter >
1442+ <action >
1443+ <ignore ></ignore >
1444+ </action >
1445+ </pluginExecution >
1446+ </pluginExecutions >
1447+ </lifecycleMappingMetadata >
1448+ </configuration >
1449+ </plugin >
13971450 </plugins >
13981451 </pluginManagement >
13991452
You can’t perform that action at this time.
0 commit comments