java - Adding a local jar into mvn clean package result -


i'm building sonarqube plugin , need use maven achieve it, must use goals clean package create jar file acts plugin. problem need load either local jar file, didn't worked tried using: <systempath>${project.basedir}/lib/epsilon-1.3-core.jar</systempath> load dependency , maven wasn't able resolve or must load 3 external projects @ workspace don't know how tell maven include them.

could me this? i'd appreciate it! using own maven repo (with nexus example) isn't option.

i had local maven repository loading plugins of epsilon jar files, it's temp solution while epsilon team setup maven repo.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -

r - Update two sets of radiobuttons reactively - shiny -