|
From: ankostis <ank...@gm...> - 2007-04-26 18:34:41
|
Hi Frederic, Frederic Simon wrote: > > For unique version the configuration on the client side > "distributionManagment" is important also and should be left empty there. > For the checksum, it may be related to > https://www.jfrog.org/jira/browse/RTFACT-109 > I have not defined any extra maven-deploy-plugin configuration, i'm using maven 2.0.6, and i'm deploying not from cmd-line but using the project's pom with this simple <distributionManagement>: <distributionManagement> <repository> <id>mycompany-rd-3rdp-snapshots</id> <name>Artifactory for snapshot 3rdp libs. </name> <url>http://somehost.com:99999/artifactory/3rdp-snapshots</url> </repository> </distributionManagement> Yet, i cannot fetch any SNAPSHOT artifacts! -- View this message in context: http://www.nabble.com/Cannot-fetch-SNAPSHOTS%2C-checksums-also-fail-tf3653256.html#a10206243 Sent from the Artifactory-Users mailing list archive at Nabble.com. |