File tree Expand file tree Collapse file tree
engine/orchestration/src/com/cloud/vm Expand file tree Collapse file tree File renamed without changes.
Original file line number Diff line number Diff line change 458458 </execution >
459459 </executions >
460460 </plugin >
461+ <plugin >
461462 <!-- This plugin's configuration is used to store Eclipse m2e settings only.
462463 It has no influence on the Maven build itself. -->
463- <plugin >
464464 <groupId >org.eclipse.m2e</groupId >
465465 <artifactId >lifecycle-mapping</artifactId >
466466 <version >1.0.0</version >
469469 <pluginExecutions >
470470 <pluginExecution >
471471 <pluginExecutionFilter >
472- <groupId >
473- org.apache.maven.plugins
474- </groupId >
475- <artifactId >
476- maven-antrun-plugin
477- </artifactId >
472+ <groupId >org.apache.maven.plugins</groupId >
473+ <artifactId >maven-antrun-plugin</artifactId >
478474 <versionRange >[1.7,)</versionRange >
479475 <goals >
480476 <goal >run</goal >
488484 </lifecycleMappingMetadata >
489485 </configuration >
490486 </plugin >
487+ <plugin >
488+ <groupId >org.apache.maven.plugins</groupId >
489+ <artifactId >maven-antrun-plugin</artifactId >
490+ <version >1.7</version >
491+ </plugin >
491492 <plugin >
492493 <groupId >org.apache.tomcat.maven</groupId >
493494 <artifactId >tomcat7-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments