Tell maven to copy artifacts from directory other than maven-repo -



i quite new using maven.
using maven build tool. when build code using maven, copy artifacts created during build, i.e. jars , zip local maven-repo 1 other back-up folder.
use maven copy artifacts maven-repo servers, have deploy them. pom use, automatically picks latest artifacts , deploys them on required server.
however, want tell maven pick artifacts different folder @ times rather maven-repo.

i tried , no avail.please help:)

technically speaking answer no, can't tell maven artifacts arbitrary folder. because whole idea behind maven can reproduce builds , know of dependencies came from.

i suggest try maven-installing other artifacts have. pull them repository , maven work fine there. try fool maven, kinda defeats whole purpose of using maven.


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -