Skip to content

Commit 7a2aaf9

Browse files
author
Alex Huang
committed
Starting the work of moving orchestration pieces to engine
1 parent 66cca4d commit 7a2aaf9

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

server/src/com/cloud/vm/VirtualMachineManager.java renamed to engine/orchestration/src/com/cloud/vm/VirtualMachineManager.java

File renamed without changes.

pom.xml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -458,9 +458,9 @@
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>
@@ -469,12 +469,8 @@
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>
@@ -488,6 +484,11 @@
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>

0 commit comments

Comments
 (0)