diff options
-rw-r--r-- | model/basic-model/pom.xml | 42 | ||||
-rw-r--r-- | pom.xml | 12 |
2 files changed, 12 insertions, 42 deletions
diff --git a/model/basic-model/pom.xml b/model/basic-model/pom.xml index d663f92b2..8d11fe5e3 100644 --- a/model/basic-model/pom.xml +++ b/model/basic-model/pom.xml @@ -70,46 +70,4 @@ </plugin> </plugins> </build> - <profiles> - <profile> - <!--This profile is used to store Eclipse m2e settings only. It has no - influence on the Maven build itself. --> - <id>only-eclipse</id> - <activation> - <property> - <name>m2e.version</name> - </property> - </activation> - <build> - <pluginManagement> - <plugins> - <plugin> - <groupId>org.eclipse.m2e</groupId> - <artifactId>lifecycle-mapping</artifactId> - <version>1.0.0</version> - <configuration> - <lifecycleMappingMetadata> - <pluginExecutions> - <pluginExecution> - <pluginExecutionFilter> - <groupId>org.codehaus.mojo</groupId> - <artifactId>exec-maven-plugin</artifactId> - <versionRange>1.2.1</versionRange> - <goals> - <goal>java</goal> - </goals> - </pluginExecutionFilter> - <action> - <execute /> - </action> - </pluginExecution> - </pluginExecutions> - </lifecycleMappingMetadata> - </configuration> - </plugin> - </plugins> - </pluginManagement> - </build> - </profile> - </profiles> </project>
\ No newline at end of file @@ -97,6 +97,18 @@ <pluginExecutions> <pluginExecution> <pluginExecutionFilter> + <groupId>org.codehaus.mojo</groupId> + <artifactId>exec-maven-plugin</artifactId> + <goals> + <goal>java</goal> + </goals> + </pluginExecutionFilter> + <action> + <execute /> + </action> + </pluginExecution> + <pluginExecution> + <pluginExecutionFilter> <groupId>org.commonjava.maven.plugins</groupId> <artifactId>directory-maven-plugin</artifactId> <versionRange>0.2</versionRange> |