Please see: http://maven.apache.org/guides/development/guide-testing-development-plugins.html
SNAPSHOTs are available in the apache snapshot repository... you put a snapshot plugin repository in your pom.xml so that projects can download the plugin in its snapshot form without the need to actually deploying your own version.
I suggest that you control the plugin version using dependencyManagement so that it will be easy to change the version when the jar plugin has been released.
Hope that helps. ^_^ Mark Hewett wrote:
Is there any estimate on when there will be a release build of the maven-jar-plugin-2.1 - even if it is a beta release build? We are using this to create signed JAR files, and so we are relying on the snapshot build on http://svn.apache.org/maven-snapshot-repository. However, this seems to stop us from using the release plugin for releasing our internal code. Alternatively, we could build an internal release version and deploy to our internal repository. Is there a versioning standard for internal release builds so that we would pick up any future release builds on the official repo? I'm thinking something like 2.1-INTERNAL1, but I'm afraid this would be seen as a later version than say 2.1-BETA1. Thanks, Mark --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
