Accessing release:prepare properties

2009-01-29 Thread Bill Simons
I'd like to run the release:prepare goal in batch mode and override the default scm tag name. Currently the default tag name seems to be ${artifactId}-${releaseVersion} where the releaseVersion is based on removing SNAPSHOT from the current project version. I would like to change the tag to

Accessing release:prepare properties

2009-01-29 Thread Bill Simons
I'd like to run the release:prepare goal in batch mode and override the default scm tag name. Currently the default tag name seems to be ${artifactId}-${releaseVersion} where the releaseVersion is based on removing SNAPSHOT from the current project version. I would like to change the tag to

Assembly plugin ignoring dependencySets

2006-05-26 Thread Bill Simons
I'm having a problem where my assembly is ignoring the project's dependencies (they're not included in the tar.gz file). I know the descriptor format has changed but I can't find an accurate schema for it. Is there something that I'm missing or doing wrong? I have the following assembly