You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started to use the maven plugin. However, due to a former project my MAVEN_HOME and PATH where pointing to a maven 2.x install. It didnt really work, dependencies where only copied to target/dependency and never to /lib - I solved this manually copying them to /lib.
Maybe the plugin should check the installed maven version for 3.x?
The text was updated successfully, but these errors were encountered:
I started to use the maven plugin. However, due to a former project my
MAVEN_HOME and PATH where pointing to a maven 2.x install. It didnt really
work, dependencies where only copied to target/dependency and never to /lib
I solved this manually copying them to /lib.
Maybe the plugin should check the installed maven version for 3.x?
Reply to this email directly or view it on GitHub: #5
I started to use the maven plugin. However, due to a former project my MAVEN_HOME and PATH where pointing to a maven 2.x install. It didnt really work, dependencies where only copied to target/dependency and never to /lib - I solved this manually copying them to /lib.
Maybe the plugin should check the installed maven version for 3.x?
The text was updated successfully, but these errors were encountered: