2007/6/13, Danny MacMillan <[EMAIL PROTECTED]>:
Now I want to create a release. I was able to successfully run release:prepare and release:perform, but it deployed into the repository just the jar file, when what I want to deploy is the zip file. Is that possible?
Sure, see: http://maven.apache.org/plugins/maven-assembly-plugin/usage.html and go to the paragraph "Building an Assembly as Part of the Build Lifecycle". See also this working example (Tiles): http://svn.apache.org/repos/asf/tiles/framework/trunk/assembly/pom.xml HTH Antonio
