It does, but from the looks of the release process at http://struts.apache.org/2.x/docs/creating-and-signing-a-distribution.html the release plugin is not being used.
Even if it were, in the parent pom it has <useReleaseProfile>false</useReleaseProfile> in the release plugin configuration so it won't run with that profile for whatever reason. It could be changed so that it does run with the release profile and/or changed so that all required profiles are run "-P release,all,alljars,pre-assembly". That way nobody forgets. Just mvn release:prepare and mvn release:perform. Although the build does look a bit more complex so maybe it can't be done. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]