Hello, we currently working successfully with artifactory 2.4.1 and maven 3.0.3. Because of the use of maven3 we use the timestamped snapshots (see: https://cwiki.apache.org/MAVEN/maven-3x-compatibility-notes.html#Maven3.xCompatibilityNotes-NonuniqueSnapshotDeployments)
Additionally we use for installation, testing, etc some bash scripts, that download automatically all needed libs and "install" them in the server_home folders...... a central part of these scripts is a code like the following: wget http://${SERVER}:${PORT}/artifactory/$REPO/$GROUP/$ARTIFACT/$VERSION/$ARTIFACT-$VERSION.$TYPE example: wget http://localhost:8080/artifactory/repo/need.help.with/myArtifact/1.2-SNAPSHOT/myArtifact-1.2-SNAPSHOT.jar ==> Here you can see we will use the ${VERSION} with the 'snapshot' Keyword!!! !!!!!!!!!! This request will fail with timestamped Snapshots!!!!!! How can i solve this Problem? (And to install maven (dependency plugin) on all the computers where we currently use this scripts are not a valid solution...) Thanks in advance saba -- View this message in context: http://forums.jfrog.org/Downloading-an-timestamed-SNAPSHOT-artifact-NOT-using-mnv-using-wget-for-example-tp7031303p7031303.html Sent from the Artifactory - Users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ Artifactory-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/artifactory-users
