Hello all, can someone please post a valid configuration for the following senario:
I need to use artifactory to proxy an old maven1 (maven-proxy) repository. Old Repo layout like: http://maven-repository:9999/repository/org.hibernate/jars/hibernate-3.1.2.jar And be able to retrieve the artifact using maven3 pom.xml snippet: <dependencies> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate</artifactId> <version>3.1.2</version> </dependency> </dependencies> Cheers Jack... -- View this message in context: http://forums.jfrog.org/Configuration-for-on-the-fly-conversion-of-Maven1-to-Maven3-Repo-tp7578606.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_feb _______________________________________________ Artifactory-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/artifactory-users
