Thanks for the replies. I was able to configure a pluginRepository for the codehaus snapshots and then Maven installed the jboss-maven-plugin snapshot. However, I needed to give a specific version number: 1.3.2-20080125.002731-6 to get it.
Now, if the jboss-maven-plugin worked, I would be happier. It can't start JBoss. But that's not a topic here. Richard Brewster Senior Associate Perrin Quarles Associates [EMAIL PROTECTED] (434) 817-2640 -----Original Message----- From: Dennis Lundberg [mailto:[EMAIL PROTECTED] Sent: Friday, April 11, 2008 10:43 AM To: Maven Users List Subject: Re: How can I use a plugin SNAPSHOT version? General instructions for using snapshot plugins can be found here: http://maven.apache.org/guides/development/guide-testing-development-plu gins.html In your case you would need to replace the url of the repo to http://snapshots.repository.codehaus.org/ because the plugin you want is not in the Apache snapshot repo. That will get the plugin into your local repository. I can't help you with getting it to your repo server though. Brewster, Richard wrote: > I want to use the latest version of this plugin: > > http://snapshots.repository.codehaus.org/org/codehaus/mojo/jboss-maven > -p > lugin/1.3.2-SNAPSHOT/ > > What's the procedure for getting this into my local repository, and > then into my company's Artifiactory? > > Thanks, > > Richard Brewster > Senior Associate > Perrin Quarles Associates > [EMAIL PROTECTED] > (434) 817-2640 > > > -- Dennis Lundberg --------------------------------------------------------------------- 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]
