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

Modified Files:
        pom.xml 
Log Message:
made it possible to e.g. have a relative src directory


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.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- pom.xml     20 Feb 2009 15:21:28 -0000      1.8
+++ pom.xml     27 Feb 2009 09:36:44 -0000      1.9
@@ -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.8 2009/02/20 15:21:28 michiel Exp $
+Version $Id: pom.xml,v 1.9 2009/02/27 09:36:44 michiel Exp $
 -->
 <project>
   <modelVersion>4.0.0</modelVersion>
@@ -219,7 +219,7 @@
 
   <build>
     <defaultGoal>install</defaultGoal>
-    <sourceDirectory>src</sourceDirectory>
+    <sourceDirectory>${myBasedir}/src</sourceDirectory>
     <plugins>
       <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to