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

Receive udp packets in android gstreamer -

php - Extract Text from HTTP referer -

java - Callback from new thread to class from which thread was initiated -