Revert "Starting the work of moving orchestration pieces to engine"

This reverts commit 7a2aaf96fd12842f24730c4c515400b5cc7a780e.
This commit is contained in:
Chiradeep Vittal 2013-08-02 15:04:09 -07:00
parent ab91def10c
commit d8a5f03c7f
2 changed files with 7 additions and 8 deletions

15
pom.xml
View File

@ -458,9 +458,9 @@
</execution>
</executions>
</plugin>
<plugin>
<!--This plugin's configuration is used to store Eclipse m2e settings only.
It has no influence on the Maven build itself. -->
<plugin>
<groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId>
<version>1.0.0</version>
@ -469,8 +469,12 @@
<pluginExecutions>
<pluginExecution>
<pluginExecutionFilter>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-antrun-plugin
</artifactId>
<versionRange>[1.7,)</versionRange>
<goals>
<goal>run</goal>
@ -484,11 +488,6 @@
</lifecycleMappingMetadata>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.7</version>
</plugin>
<plugin>
<groupId>org.apache.tomcat.maven</groupId>
<artifactId>tomcat7-maven-plugin</artifactId>