DEV Community

Discussion on: Maven: How to use local lib

Collapse
 
khmarbaise profile image
Karl Heinz Marbaise

Hm...if your local library is a maven project you can simply do that via: mvn clean install if your local library is NOT a maven project then you are right. What I don't understand is the step two... Install maven dependencies?

Collapse
 
victorcardosohigino profile image
Victor Cardoso Higino

Hi Karl.
Alter you put your local lib in local maven repository you can execute mvn clean install to use the lib.
The Install maven dependencies isn't line command.