Have you looked at any potential duplication after this? We can probably trim our POM as a result.
Also need to compare the results of mvn help:effective-pom before and after to see if it changed any configs that need testing. - Brett On 18/01/2011, at 7:05 PM, [email protected] wrote: > Author: apadilla > Date: Tue Jan 18 08:05:53 2011 > New Revision: 1060234 > > URL: http://svn.apache.org/viewvc?rev=1060234&view=rev > Log: > added apache config as parent tag for npanday's parent pom > > Modified: > incubator/npanday/trunk/pom.xml > > Modified: incubator/npanday/trunk/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/npanday/trunk/pom.xml?rev=1060234&r1=1060233&r2=1060234&view=diff > ============================================================================== > --- incubator/npanday/trunk/pom.xml (original) > +++ incubator/npanday/trunk/pom.xml Tue Jan 18 08:05:53 2011 > @@ -20,6 +20,11 @@ under the License. > --> > <project xmlns="http://maven.apache.org/POM/4.0.0" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 > http://maven.apache.org/maven-v4_0_0.xsd"> > <modelVersion>4.0.0</modelVersion> > + <parent> > + <groupId>org.apache</groupId> > + <artifactId>apache</artifactId> > + <version>8</version> > + </parent> > <groupId>npanday</groupId> > <artifactId>npanday-project</artifactId> > <packaging>pom</packaging> > > -- Brett Porter [email protected] http://brettporter.wordpress.com/ http://au.linkedin.com/in/brettporter
