I'm looking for files that would be accessible like these urls: http://developer.jasig.org/repo/content/repositories/m2/org/jasig/portal/upo rtal-impl/3.1.1/uportal-impl-3.1.1-sources.jar http://developer.jasig.org/repo/content/repositories/m2/org/jasig/portal/upo rtal-impl/3.1.1/uportal-impl-3.1.1-javadoc.jar
This can be configured in the build as is illustrated on http://maven.apache.org/plugin-developers/cookbook/attach-source-javadoc-art ifacts.html I have created them and deployed to our local artifactory, anyone can do that by executing mvn source:jar and mvn javadoc:jar and upload the files by hand into their repository. -----Oorspronkelijk bericht----- Van: [email protected] [mailto:[email protected]] Namens Eric Dalquist Verzonden: donderdag 28 januari 2010 15:49 Aan: [email protected] Onderwerp: Re: [uportal-dev] sources in maven repo What artifacts are you looking for? On 01/27/2010 12:34 AM, Gilgamesh Nootebos wrote: > Hi all, > > Am I missing something. I'd like to jump to the implementation and > have javadoc in my IDE but maven can't download the sources or javadoc > jars from the jasig repo. I could deploy the stuff i need in my local > maven repo proxy but I hope more people need this and it can be > deployed to the jasig repo. > > Gilgamesh Nootebos > Developer > Group Education and Research Services > Central Computer Services > University of Amsterdam > > -- > > You are currently subscribed to [email protected] as: [email protected] > To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/uportal-dev -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/uportal-dev
