On Dec 27, 2007 1:07 PM, Ryan Moquin <[EMAIL PROTECTED]> wrote: > Hi, I'm trying to change the basedirectory for my assembly to a simpler > name, since I don't seem to be able to get the includeBaseDirectory tag to > work. When I try to use <baseDirectory>, I get this error: > > [INFO] Error reading descriptor > > Embedded error: Unrecognised tag: 'baseDirectory' (position: START_TAG seen > ...</formats>\n <b > aseDirectory>... @6:18)
Can we see see the <plugin> declaration in your pom? The baseDirectory tag is listed as "since 2.2" in the docs, so my guess is that you're not using the latest release (2.2-beta-1). Be sure to specify a <version> for every plugin, otherwise it's not certain what version you're using. http://maven.apache.org/plugins/maven-assembly-plugin/assembly.html -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
