Re: Package failed

2017-11-01 Thread Oleg Lempert
Thank you -- Sent from: http://maven.40175.n5.nabble.com/Maven-Users-f40176.html - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Package failed

2017-10-31 Thread Mark Prins
2017-10-31 10:27 GMT+01:00 Oleg Lempert : > Hi > I running project with option / -Dmaven.test.skip=true > this hint is just for the compiler/surefire/failsafe plugin, but does not mean that dependency resolution will not happen for this artifact because in fact it will (and

Package failed

2017-10-31 Thread Oleg Lempert
Hi I running project with option / -Dmaven.test.skip=true /after clean all my jars from repository. I have dependency : project *Auth *depend on *persistence* from auth pom.xml: ${groupId} persistence ${project.version}