Update of /var/cvs/all/maven-base
In directory james.mmbase.org:/tmp/cvs-serv3486

Modified Files:
        pom.xml 
Log Message:
made it possible to ovveride location of 'src' in extension


See also: http://cvs.mmbase.org/viewcvs/all/maven-base


Index: pom.xml
===================================================================
RCS file: /var/cvs/all/maven-base/pom.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- pom.xml     17 Feb 2009 19:56:00 -0000      1.7
+++ pom.xml     20 Feb 2009 15:21:28 -0000      1.8
@@ -5,7 +5,7 @@
 
 The license (Mozilla version 1.0) can be read at the MMBase site.
 See http://www.MMBase.org/license
-Version $Id: pom.xml,v 1.7 2009/02/17 19:56:00 michiel Exp $
+Version $Id: pom.xml,v 1.8 2009/02/20 15:21:28 michiel Exp $
 -->
 <project>
   <modelVersion>4.0.0</modelVersion>
@@ -215,9 +215,11 @@
   </organization>
 
 
+
+
   <build>
     <defaultGoal>install</defaultGoal>
-    <sourceDirectory>${basedir}/src</sourceDirectory>
+    <sourceDirectory>src</sourceDirectory>
     <plugins>
       <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
@@ -239,7 +241,7 @@
           </execution>
         </executions>
         <configuration>
-          <sourceDirectory>${basedir}/src</sourceDirectory>
+          <sourceDirectory>${myBasedir}/src</sourceDirectory>
         </configuration>
       </plugin>
 
@@ -392,6 +394,7 @@
 
   <properties>
     <mmbase.version>1.9-SNAPSHOT</mmbase.version>
+    <myBasedir>${basedir}</myBasedir>
   </properties>
 
 </project>
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to