Hello all, I have a 2 module like this:

[code=XML]<modules>
                <module>myapp-webapp</module>
                <module>myapp-install-wizard</module>
</modules>[/code]

my "myapp-install-wizard" depend of "myapp-webapp" SNAPSHOT,

I already have a "mvn clean install" of myapp-webapp SNAPSHOT I my locale
.m2 repo
by when I try to compile my "myapp-install-wizard" the following stack trace
is logged and my build failed:

[ERROR] Failed to execute goal on project myapp-install-wizard: Could not
resolve dependencies for project
com.myapp:myapp-install-wizard:jar:Head-SNAPSHOT: Could not find art
ifact com.myapp:myapp-webapp:jar:Head-SNAPSHOT in snapshot
(http://192.168.1.160:8081/artifactory/libs-snapshot) -> [Help 1]

Normal I don't want to deploy my webapp snapshot in the artifactory, but I
want to take the snapshot in my locale .m2 repository ... how I can force
maven to take the snapshot in locale repo
if isn't found in remote artifactory repo ?

Thank & best regards,

Adrien



--
View this message in context: 
http://forums.jfrog.org/Maven-locale-repo-doesn-t-take-in-account-with-artifactory-tp7578671.html
Sent from the Artifactory - Users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to