mirror of https://github.com/apache/maven.git
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:
parent
1bf8d76de8
commit
28c7ccf1af
6
pom.xml
6
pom.xml
|
@ -293,7 +293,7 @@
|
||||||
<groupId>org.jsecurity</groupId>
|
<groupId>org.jsecurity</groupId>
|
||||||
<artifactId>jsecurity</artifactId>
|
<artifactId>jsecurity</artifactId>
|
||||||
<version>0.9.0-RC2</version>
|
<version>0.9.0-RC2</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
-->
|
-->
|
||||||
<!--bootstrap-start-comment-->
|
<!--bootstrap-start-comment-->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -449,12 +449,16 @@
|
||||||
</profile>
|
</profile>
|
||||||
<profile>
|
<profile>
|
||||||
<id>m2e</id>
|
<id>m2e</id>
|
||||||
|
<properties>
|
||||||
|
<m2BuildDirectory>target</m2BuildDirectory>
|
||||||
|
</properties>
|
||||||
<activation>
|
<activation>
|
||||||
<property>
|
<property>
|
||||||
<name>m2e.version</name>
|
<name>m2e.version</name>
|
||||||
</property>
|
</property>
|
||||||
</activation>
|
</activation>
|
||||||
<build>
|
<build>
|
||||||
|
<directory>${m2BuildDirectory}</directory>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.maven.ide.eclipse</groupId>
|
<groupId>org.maven.ide.eclipse</groupId>
|
||||||
|
|
Loading…
Reference in New Issue