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, <[email protected]> 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> > > >
