You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by le...@apache.org on 2012/06/25 19:32:03 UTC

svn commit: r1353675 - /incubator/any23/trunk/pom.xml

Author: lewismc
Date: Mon Jun 25 17:32:02 2012
New Revision: 1353675

URL: http://svn.apache.org/viewvc?rev=1353675&view=rev
Log:
try assembly configuration descriptor...

Modified:
    incubator/any23/trunk/pom.xml

Modified: incubator/any23/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/pom.xml?rev=1353675&r1=1353674&r2=1353675&view=diff
==============================================================================
--- incubator/any23/trunk/pom.xml (original)
+++ incubator/any23/trunk/pom.xml Mon Jun 25 17:32:02 2012
@@ -526,9 +526,9 @@
           <configuration>
             <tarLongFileMode>gnu</tarLongFileMode>
             <finalName>${assembly.finalName}</finalName>
-            <descriptiors>
-              <descriptior>sources-dist/src/main/assembly/src.xml</descriptior>
-            </descriptiors>
+            <descriptors>
+              <descriptor>sources-dist/src/main/assembly/src.xml</descriptor>
+            </descriptors>
           </configuration>
         </plugin>
 



Re: svn commit: r1353675 - /incubator/any23/trunk/pom.xml

Posted by Simone Tripodi <si...@apache.org>.
Hi Lewis,

forcing the assembly descriptor name in the parent pom is a bad
practice - I declared indeed the assembly plugin in the managed
plugins section, and let child modules declare the descriptors they
need.

Apologize for the lack of participation in the last months, but it has
not been an easy time for me.

-Simo

http://people.apache.org/~simonetripodi/
http://simonetripodi.livejournal.com/
http://twitter.com/simonetripodi
http://www.99soft.org/


On Mon, Jun 25, 2012 at 7:32 PM,  <le...@apache.org> wrote:
> Author: lewismc
> Date: Mon Jun 25 17:32:02 2012
> New Revision: 1353675
>
> URL: http://svn.apache.org/viewvc?rev=1353675&view=rev
> Log:
> try assembly configuration descriptor...
>
> Modified:
>    incubator/any23/trunk/pom.xml
>
> Modified: incubator/any23/trunk/pom.xml
> URL: http://svn.apache.org/viewvc/incubator/any23/trunk/pom.xml?rev=1353675&r1=1353674&r2=1353675&view=diff
> ==============================================================================
> --- incubator/any23/trunk/pom.xml (original)
> +++ incubator/any23/trunk/pom.xml Mon Jun 25 17:32:02 2012
> @@ -526,9 +526,9 @@
>           <configuration>
>             <tarLongFileMode>gnu</tarLongFileMode>
>             <finalName>${assembly.finalName}</finalName>
> -            <descriptiors>
> -              <descriptior>sources-dist/src/main/assembly/src.xml</descriptior>
> -            </descriptiors>
> +            <descriptors>
> +              <descriptor>sources-dist/src/main/assembly/src.xml</descriptor>
> +            </descriptors>
>           </configuration>
>         </plugin>
>
>
>