Author: bentmann
Date: Tue Aug 18 12:07:09 2009
New Revision: 805380

URL: http://svn.apache.org/viewvc?rev=805380&view=rev
Log:
o Tweaked m2e profile

Modified:
    maven/components/trunk/pom.xml

Modified: maven/components/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/components/trunk/pom.xml?rev=805380&r1=805379&r2=805380&view=diff
==============================================================================
--- maven/components/trunk/pom.xml (original)
+++ maven/components/trunk/pom.xml Tue Aug 18 12:07:09 2009
@@ -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>


Reply via email to