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
4
pom.xml
4
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue