manandbytes / architecturerules

Automatically exported from code.google.com/p/architecturerules
0 stars 2 forks source link

uploading artifacts should be easy #77

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This issue was created by r652.

There are two places to care:
- http://code.google.com/p/architecturerules/downloads/list
- http://architecturerules.googlecode.com/svn/maven2/

Original issue reported on code.google.com by mykola.nickishov on 20 May 2009 at 11:56

GoogleCodeExporter commented 9 years ago
I found a maven plugin one day before I started this project on 
code.google.com. The
maven plugin was able to upload files to the
code.google.com/p/architectures/downloads/list and set properties. I have 
looked for
it again in the past but have been unable to find it.

Original comment by mikenere...@gmail.com on 21 May 2009 at 12:03

GoogleCodeExporter commented 9 years ago
Actually r652 (btw this issue was created by this commit, see
http://code.google.com/p/support/wiki/IssueTracker#Integration_with_version_cont
rol)
introduced http://code.google.com/p/gcupload-maven-plugin/ and new 'Featured
downloads' were uploaded with 'gcupload:gcupload' goal.

Right now uploading snapshot versions not supported (see this note
http://maven.riedelcastro.org/gcupload-maven-plugin/gcupload-mojo.html#allowSnap
shots) and
version for artifact to be uploaded should be manually changed to smth like
'3.0.0-M2' before uploading. But its OK for me right now ;-)

Next steps are:
- integrate gcupload plugin into 'deploy' phase (deploying artifacts to our 
maven2
repository will upload them to 'Featured downloads' too).
- change artifacts' version automagically when uploading to 'Featured 
downloads'.

Original comment by mykola.nickishov on 21 May 2009 at 8:43