o Tweaked m2e profile

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@805380 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2009-08-18 12:07:09 +00:00
parent 1bf8d76de8
commit 28c7ccf1af
1 changed files with 5 additions and 1 deletions

View File

@ -293,7 +293,7 @@
<groupId>org.jsecurity</groupId>
<artifactId>jsecurity</artifactId>
<version>0.9.0-RC2</version>
</dependency>
</dependency>
-->
<!--bootstrap-start-comment-->
<dependency>
@ -449,12 +449,16 @@
</profile>
<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>