You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by ap...@apache.org on 2011/01/18 08:05:54 UTC

svn commit: r1060234 - /incubator/npanday/trunk/pom.xml

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>  



Re: svn commit: r1060234 - /incubator/npanday/trunk/pom.xml

Posted by Adelita Padilla <ap...@maestrodev.com>.

Removed duplicate entries (license and organization tags).

--

liit

----- "Brett Porter" <br...@apache.org> wrote:

> 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, apadilla@apache.org 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
> brett@apache.org
> http://brettporter.wordpress.com/
> http://au.linkedin.com/in/brettporter

Re: svn commit: r1060234 - /incubator/npanday/trunk/pom.xml

Posted by Brett Porter <br...@apache.org>.
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, apadilla@apache.org 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
brett@apache.org
http://brettporter.wordpress.com/
http://au.linkedin.com/in/brettporter