java - install jars to a specified locaiton in maven build -


i writing osgi bundle needs third party jars. have configured user settings file central repository maven fetch jars central repository. when build goals clean install maven inturn place jars in local repository. there way redirect local repository directory bundle deployed once maven build process completes

do want install artifacts remote repository ?

if so, you'll have use maven-deploy-plugin.


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -