|
|
|
Mind if I go ahead and put together an upload bundle for 1.5.2 and 1.6.0, or do opensymphony have an scp solution in place with maven.central?
1.5.2 is on the Maven repository since the 28th of June 2006. It's in the m2 repository, but due to the magic of mod_rewrite you'll be able to see that via the m1 repository.
http://repo1.maven.org/maven2/quartz/quartz/1.5.2/ However, 1.6.0 is not there yet. 1.6.0 is already in
http://repo1.maven.org/maven2/opensymphony/quartz/1.6.0/ that is synced automatically from opensymphony http://svn.apache.org/viewvc/maven/archiva/trunk/maven-meeper/src/bin/synchronize/syncopate/conf/m1/opensymphony.conf?view=markup So we need to do something to avoid duplication I created a sample maven pom for the rc1 that can be used to accompany the central repo upload... A few things to do before being final. I was not quite sure on all of the lib/build dependencies so left out some (ejb, servlet, jmx, jms, jdbc).
Also this pom is for the core jar only. Thomas | ||||||||||||||||||||||||||||||||||||||||||||
http://www.ibiblio.org/maven/quartz/jars/
To workaround I have to copy the jar files to my local Maven repository.