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

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -