On 5/19/05, Ilyevsky, Leonid (Equity Trading) <[EMAIL PROTECTED]> wrote: > Tried assembly. Missing some descriptor (of what?). Log below. > Could you give an example of what I have to put in pom.xml for assembly > to work?
It depends on what you want to do. There are built in descriptors: bin, src, jar-with-depedencies that can be accessed with <descriptorId>bin</descriptorId> for example. Or, you can build your own and use <descriptor>file.xml</descriptor>, eg: http://svn.apache.org/viewcvs.cgi/maven/components/trunk/maven-core/src/assemble/bin.xml?rev=163813&view=markup - Brett --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
