I don't know if it helps you, but JBoss also have their own repository [1]. You can add this to your Nexus configuration so it will mirror/proxy this repository also.
[1] http://repository.jboss.com/maven2 Hth, Nick Stolwijk ~Java Developer~ Iprofs BV. Claus Sluterweg 125 2012 WS Haarlem www.iprofs.nl On Fri, Oct 24, 2008 at 8:55 AM, ez <[EMAIL PROTECTED]> wrote: > > yep :-) that work, thanks > > Wendy Smoak-3 wrote: >> >> On Thu, Oct 23, 2008 at 1:25 PM, ez <[EMAIL PROTECTED]> wrote: >> >>> i created a jar that contains the jar and the sources (jar-ed). >>> then i called mvn deploy:deploy-file.. >>> however, the entire jar was uploaded as the classes jar.. >> >> Typically the -sources jars in the repository contain *only* the >> source code. When you have that, try mvn deploy:deploy-file again >> with the additional parameter -Dclassifier=sources . >> >> http://maven.apache.org/plugins/maven-deploy-plugin/examples/deploying-with-classifiers.html >> >> If you're still having trouble, paste the entire command you tried. >> >> -- >> Wendy >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> >> > > -- > View this message in context: > http://www.nabble.com/How-do-i-upload-sources-for-a-3rd-party-jar--tp20138845p20145170.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > 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]
