diff options
Diffstat (limited to 'model/basic-model/pom.xml')
-rw-r--r-- | model/basic-model/pom.xml | 42 |
1 files changed, 0 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 |