On 8/13/05, Bennett, Timothy (JIS - Applications) <[EMAIL PROTECTED]> wrote: > Ok... So the steps are jar:jar to jar my target, then assembly:assembly > to add a dependency jar file to that target archive?
No, assembly is to distribute a jar differently, it would produce a different artifact. Is this an OSGi feature? If so, it should be added to your OSGi plugin. > My POM is included below. Basically I just want to bundle the > kxml-1.2.1.jar dependency in the below POM in the root directory of my > target jar. How do I use the assembly:assembly goal to do this? An example of what I Was talking about is maven-artifact-ant in the Maven source code. > I > didn't see anything in project descriptor documentation or at > http://maven.apache.org/maven2/plugins/maven-assembly-plugin/assembly-mo > jo.html that gives me many clues. No, assembly plugin doco is currently pretty non-existent. Bear with us, we'll get there before the final release. - Brett --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
