Suppose I do have Maven 2 Java project in my local machine, when I'm doing mvn install, I'm build project jar and push it to my local Maven repo, how can I force Maven to push to local repo project sources jar also? This is useful if I'll use above mentioned project as dependency while developing new project, and can use mvn eclipse:eclipse -DdownloadSources feature.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
|
|
|
This snippet automatically installs / deploys a source jar from any install / deploy:
|
|||||||||
|
|
Have you try maven release plugin? |
|||
|
|