[java-parent-project COMMIT] /trunk/resources/maven/module-pom.xml.tmpl

noreply at shibboleth.net noreply at shibboleth.net
Wed Dec 21 16:32:18 GMT 2011


Author: lajoie
Date: Wed Dec 21 16:32:18 2011
New Revision: 46

URL: http://svn.shibboleth.net/view/java-parent-project?rev=46&view=rev
Log:
add relative path location of parent project

Modified:
    trunk/resources/maven/module-pom.xml.tmpl

Modified: trunk/resources/maven/module-pom.xml.tmpl
URL: http://svn.shibboleth.net/view/java-parent-project/trunk/resources/maven/module-pom.xml.tmpl?rev=46&r1=45&r2=46&view=diff
==============================================================================
--- trunk/resources/maven/module-pom.xml.tmpl (original)
+++ trunk/resources/maven/module-pom.xml.tmpl Wed Dec 21 16:32:18 2011
@@ -8,6 +8,7 @@
         <groupId>MVN_GROUP_ID</groupId>
         <artifactId>MVN_PARENT_ARTF_ID</artifactId>
         <version>TRUNK-SNAPSHOT</version>
+        <relativePath>../PROJ_PARENT_DIR</relativePath>
     </parent>
 
     <name>MVN_ARTF_ID</name>



More information about the commits mailing list