Author: dennisl Date: Sun Feb 6 12:47:29 2011 New Revision: 1067653 URL: http://svn.apache.org/viewvc?rev=1067653&view=rev Log: o Add relative path to parent.
Modified: maven/plugins/trunk/maven-assembly-plugin/pom.xml Modified: maven/plugins/trunk/maven-assembly-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/pom.xml?rev=1067653&r1=1067652&r2=1067653&view=diff ============================================================================== --- maven/plugins/trunk/maven-assembly-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-assembly-plugin/pom.xml Sun Feb 6 12:47:29 2011 @@ -26,6 +26,7 @@ under the License. <artifactId>maven-plugins</artifactId> <groupId>org.apache.maven.plugins</groupId> <version>18</version> + <relativePath>../maven-plugins/pom.xml</relativePath> </parent> <artifactId>maven-assembly-plugin</artifactId>