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
Post a Comment