Skip to content

Commit

Permalink
no more need of this profile
Browse files Browse the repository at this point in the history
  • Loading branch information
olamy committed Aug 25, 2011
1 parent 48c55e5 commit 939a59d
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions pom.xml
Expand Up @@ -170,39 +170,6 @@
</dependency>
</dependencies>

<profiles>
<profile>
<id>m2e</id>
<properties>
<m2BuildDirectory>target</m2BuildDirectory>
</properties>
<activation>
<property>
<name>m2e.version</name>
</property>
</activation>
<build>
<directory>${m2BuildDirectory}</directory>
<plugins>
<plugin>
<groupId>org.maven.ide.eclipse</groupId>
<artifactId>lifecycle-mapping</artifactId>
<version>0.10.0</version>
<configuration>
<mappingId>customizable</mappingId>
<configurators>
<configurator id="org.maven.ide.eclipse.jdt.javaConfigurator" />
</configurators>
<mojoExecutions>
<mojoExecution>org.apache.maven.plugins:maven-resources-plugin::</mojoExecution>
</mojoExecutions>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>

<repositories>
<repository>
<id>m.g.o-public</id>
Expand Down

0 comments on commit 939a59d

Please sign in to comment.