Details
-
Type:
New Feature
-
Status:
Closed
-
Resolution: Fixed
-
Labels:None
-
Project URL:
-
Contributor URL:
Description
Hi - I am the lead committer on AspectJ. We've had various requests to upload artifacts to maven in the past and previously members of the community have kindly done it for us - but I'd like us to start doing it, and doing it as part of the build/release process so they are available as soon as possible after release. I have to admit I don't know a lot about maven - but I've been talking to the spring guys about how they do it. There is already a group in the maven repo called 'aspectj' with our 3 jars in it, but I think it ought to more properly be called org.aspectj. I've created an area in my eclipse CVS that represents the repository that I'd like to sync with maven, the root is here:
http://dev.eclipse.org/viewcvs/index.cgi/org.aspectj/releases/repo?root=Tools_Project
I then started writing an upload script but immediately i seem to have hit a snag as dev.eclipse.org is CVS and I couldn't (from the instructions and the few example scripts I looked at) identify whether CVS connections were supported or if I would have to use rsync. So I thought I would open this request to see if CVS was supported or if you already had a process for grabbing stuff from the eclipse servers?
The beginnings of my script are here:
http://dev.eclipse.org/viewcvs/index.cgi/org.aspectj/releases/org.aspectj.sh?root=Tools_Project&view=markup
And I've also asked the eclipse webmaster if other projects are doing this, and whether we support rsync on dev.eclipse.org.
If you can possibly let me know if there is anything I can do (or if I need to put the jars somewhere more easily accessible on a subversion repository) - and I'll get it done and hopefully reduce the number of future requests for AspectJ uploads.
cheers,
Andy
http://dev.eclipse.org/viewcvs/index.cgi/org.aspectj/releases/repo?root=Tools_Project
I then started writing an upload script but immediately i seem to have hit a snag as dev.eclipse.org is CVS and I couldn't (from the instructions and the few example scripts I looked at) identify whether CVS connections were supported or if I would have to use rsync. So I thought I would open this request to see if CVS was supported or if you already had a process for grabbing stuff from the eclipse servers?
The beginnings of my script are here:
http://dev.eclipse.org/viewcvs/index.cgi/org.aspectj/releases/org.aspectj.sh?root=Tools_Project&view=markup
And I've also asked the eclipse webmaster if other projects are doing this, and whether we support rsync on dev.eclipse.org.
If you can possibly let me know if there is anything I can do (or if I need to put the jars somewhere more easily accessible on a subversion repository) - and I'll get it done and hopefully reduce the number of future requests for AspectJ uploads.
cheers,
Andy
After a quick look at your repo:
- If you want to use org.aspectj then the poms need to have that as groupId
- please provide md5 and sha1 checksums for all files
- jars must have the version in the name (eg aspectjrt-1.5.3.jar)
- if you want you can also add sources and javadoc (eg aspectjrt-1.5.3-sources.jar and aspectjrt-1.5.3-javadoc.jar) in the same folder the binary jar is