On Jun 1, 2008, at 5:44 PM, Alan Gutierrez wrote:

On Jun 1, 2008, at 5:21 PM, Martijn Dashorst wrote:
See the maven source plugin, and attach it to the jar execution phase
(iirc.) you can see one example of the definition in action in the
Wicket parent pom:
http://svn.apache.org/repos/asf/wicket/trunk/pom.xml

Thank you for your help.

That is placing the Jars in the local repository. However, I'm still not able to use the source and Javadoc when I regenerate my Eclipse projects for a dependent project.

I'm running...

mvn install

In the project directory.

and....

mvn eclipse:clean && mvn eclipse:eclipse -DdownloadSources=true - DdownloadJavadocs=true

In the dependent directory.

I've placed the output of mvn install and the generated .classpath file below.

It appears to be working now if I run clean which clears a cache file that determines if the Eclipse plugin will scan the repository.

Thank you.

Alan

--
Alan Gutierrez | [EMAIL PROTECTED] | http://blogometer.com/ | 504 717 1428
Think New Orleans | http://thinknola.com/



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to