I checked that the tar.gz source archive is sufficient to build the project and has appropriate legal files, so this is in line with apache policy.

However, I think Kurt produced the release candidates from the checkout on which he was running mvn release:prepare and as a result the source archives have a number of files that shouldn't be included:
release.properties
pom.xml.releaseBackup
..settings
..classpath
..project

Also, the release candidate is not in apache nexus and I don't know how you'd deploy it there.

I would strongly advise that Kurt run

mvn release:perform -Papache-release

in the same directory he ran mvn release:prepare

This will svn export the tag, build it, and upload the artifacts to apache nexus, ready for promotion.

thanks
david jencks

On Jul 28, 2009, at 8:30 PM, Kurt T Stam wrote:

Hi guys,

I have staged the scout-1.1 artifacts in

http://people.apache.org/~kstam/staging-site/scout-1.1/

This is the first time I am using the maven release plugin (thanks to a lot of help from David Jencks, thank you David), so hopefully all is ok.

I simply ran

mvn -e release:prepare -Dusername=<username> -Dpassword=<pw> -Prelease

It also created a tag: 
http://svn.apache.org/repos/asf/webservices/scout/tags/scout-1.1/

my vote +1

Cheers,

--Kurt

This release includes he following:

Bug

  * [SCOUT-76] - orgKey can be null in ServiceImpl
* [SCOUT-80] - copying lists into arrays invites code errors such as NPEs
  * [SCOUT-81] - jaxr-api cannot contain generics
  * [SCOUT-83] - Create the derby db in the target dir
  * [SCOUT-84] - Users not assigned to Organization properly
* [SCOUT-85] - BusinessQueryManager2Test printing stack trace when not needed

Improvement

  * [SCOUT-82] - use maven best practices in build


---------------------------------------------------------------------
To unsubscribe, e-mail: scout-dev-unsubscr...@ws.apache.org
For additional commands, e-mail: scout-dev-h...@ws.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: scout-dev-unsubscr...@ws.apache.org
For additional commands, e-mail: scout-dev-h...@ws.apache.org

Reply via email to