On 21 September 2011 01:48, Gary Gregory <[email protected]> wrote: > On Tue, Sep 20, 2011 at 8:44 PM, sebb <[email protected]> wrote: > >> On 21 September 2011 01:38, Gary Gregory <[email protected]> wrote: >> > On Tue, Sep 20, 2011 at 8:35 PM, sebb <[email protected]> wrote: >> > >> >> On 21 September 2011 01:10, <[email protected]> wrote: >> >> > Author: ggregory >> >> > Date: Wed Sep 21 00:10:56 2011 >> >> > New Revision: 1173434 >> >> > >> >> > URL: http://svn.apache.org/viewvc?rev=1173434&view=rev >> >> > Log: >> >> > [CODEC-129] Use standard Maven directory layout. >> >> > >> >> > Modified: >> >> > commons/proper/codec/trunk/pom.xml >> >> > >> >> > Modified: commons/proper/codec/trunk/pom.xml >> >> > URL: >> >> >> http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=1173434&r1=1173433&r2=1173434&view=diff >> >> > >> >> >> ============================================================================== >> >> > --- commons/proper/codec/trunk/pom.xml (original) >> >> > +++ commons/proper/codec/trunk/pom.xml Wed Sep 21 00:10:56 2011 >> >> > @@ -247,6 +247,11 @@ limitations under the License. >> >> > <plugin> >> >> > <artifactId>maven-assembly-plugin</artifactId> >> >> > <configuration> >> >> > + <!-- Remove descriptors element when commons-parent 22 is >> out? >> >> --> >> >> >> >> No, it's not in CP22. >> >> >> >> Not sure if it could/should be added. >> >> >> > >> > The Maven docs seem to say that the dirs and files should be found >> > automatically. Is that not possible? >> >> Where does it say that? >> > > If that's not the case then the info on > > https://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html > > is a mix of defaults used by the Maven and guidelines not used by Maven. > Sigh... :( ?
I checked the assembly plugin docs, and it does not say anything about default descriptors. So I don't know why that is mentioned in the above page. Does the plugin work without the descriptors? If not, perhaps ask on Maven Users. But even if the plugin does not default to finding the files there, we might as well use the directory recommended by the layout page. > Gary > > >> > Gary >> > >> > >> >> >> >> > + <descriptors> >> >> > + <descriptor>src/main/assembly/bin.xml</descriptor> >> >> > + <descriptor>src/main/assembly/src.xml</descriptor> >> >> > + </descriptors> >> >> > <tarLongFileMode>gnu</tarLongFileMode> >> >> > </configuration> >> >> > </plugin> >> >> > >> >> > >> >> > >> >> >> >> --------------------------------------------------------------------- >> >> To unsubscribe, e-mail: [email protected] >> >> For additional commands, e-mail: [email protected] >> >> >> >> >> > >> > >> > -- >> > E-Mail: [email protected] | [email protected] >> > JUnit in Action, 2nd Ed: <goog_1249600977>http://bit.ly/ECvg0 >> > Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK >> > Blog: http://garygregory.wordpress.com >> > Home: http://garygregory.com/ >> > Tweet! http://twitter.com/GaryGregory >> > >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > > -- > E-Mail: [email protected] | [email protected] > JUnit in Action, 2nd Ed: <goog_1249600977>http://bit.ly/ECvg0 > Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK > Blog: http://garygregory.wordpress.com > Home: http://garygregory.com/ > Tweet! http://twitter.com/GaryGregory > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
