/ Published in: Java
Expand |
Embed | Plain Text
mvn dependency:sources
Comments
Subscribe to comments
You need to login to post a comment.
ctran on 08/08/07
3 people have marked this snippet as a favorite
mvn dependency:sources
Subscribe to comments
You need to login to post a comment.
In Eclipse I've been using mvn eclipse:eclipse -DdownloadSources In NetBeans I can now use a custom action as per the snippet here - dependency:sources Thanks