Maven assembly descriptors should normally reside under
src/main/assembly (not src/assembly), according to the standard Maven
directory layout at

http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html

The following projects currently use a different location:

./betwixt/trunk/pom.xml:
<descriptor>src/assembly/bin.xml</descriptor>
./cli/trunk/pom.xml:            <descriptor>src/assembly/bin.xml</descriptor>
./compress/trunk/pom.xml:
<descriptor>src/assembly/bin.xml</descriptor>
./configuration/trunk/pom.xml:
<descriptor>src/assembly/bin.xml</descriptor>
./dbcp/trunk/pom.xml:              <descriptor>src/assembly/bin.xml</descriptor>
./el/trunk/pom.xml:            <descriptor>src/assembly/bin.xml</descriptor>
./email/trunk/pom.xml:
<descriptor>src/assembly/bin.xml</descriptor>
./exec/trunk/pom.xml:
<descriptor>src/assembly/bin.xml</descriptor>
./jci/trunk/pom.xml:
<descriptor>src/assembly/bin.xml</descriptor>
./jcs/trunk/pom.xml:            <descriptor>src/assembly/bin.xml</descriptor>
./jxpath/trunk/pom.xml:            <descriptor>src/assembly/bin.xml</descriptor>
./lang/trunk/pom.xml:            <descriptor>src/assembly/bin.xml</descriptor>
./launcher/trunk/pom.xml:
<descriptor>src/assembly/bin.xml</descriptor>
./logging/trunk/pom.xml:
<descriptor>src/assembly/bin.xml</descriptor>
./modeler/trunk/pom.xml:
<descriptor>src/assembly/bin.xml</descriptor>
./pool/trunk/pom.xml:              <descriptor>src/assembly/bin.xml</descriptor>
./primitives/trunk/pom.xml:
<descriptor>src/assembly/bin.xml</descriptor>
./proxy/trunk/pom.xml:
<descriptor>src/assembly/bin.xml</descriptor>
./scxml/trunk/pom.xml:            <descriptor>src/assembly/bin.xml</descriptor>

Fixing the location means renaming the folder and updating pom.xml

It's not essential to fix these, but it does make it easier to find
the descriptors if they are in the standard location, so active
projects should please consider moving to the conventional location.

Thanks!

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to