Link to home
Start Free TrialLog in
Avatar of mdoland
mdoland

asked on

Checking in a new version of external jar into local maven repository

I have a new version of a third party jar. I want to add it to my local repository with maven Install Plugin (https://maven.apache.org/plugins/maven-install-plugin/).

However, I get this weird MojoFailureException. What could be a problem? Is it wrong version of the Install plugin? How do I update it or does it come with Maven?
ASKER CERTIFIED SOLUTION
Avatar of CEHJ
CEHJ
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mdoland
mdoland

ASKER

I finally figured out the problem myself. Thanks anyway.