Ok, all the plugin examples I see, usually don't put a version which made me think that by not specifying a version, it was kept up to date for you.
A perfect example of this is on the maven site, where it shows the assembly plugin, it shows it without putting a version: http://maven.apache.org/plugins/maven-assembly-plugin/usage.html On Dec 27, 2007 3:12 PM, Wendy Smoak <[EMAIL PROTECTED]> wrote: > 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] > >
