> > <Removing: jar from forked lifecycle, to prevent recursive invocation>

I don't know if you are still looking for an answer to how to fix this
problem but what I found to fix the problem for me was to change the
maven-source-plugin goal from jar to jar-no-fork. I also had to add
<version>2.1</version> as well. You may also need to change test-jar to
test-jar-no-fork. 

The information was not immediately obvious to me but 
http://maven.apache.org/plugins/maven-source-plugin/ Maven Source Plugin
Help  was where I found the information.

Chris McMillan


-- 
View this message in context: 
http://www.nabble.com/Removing%3A-jar-from-forked-lifecycle%2C-to-prevent-recursive-invocation-tp22054923p24831242.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to