Discussion:
m2 gpg plugin (was Re: Update of "ReleasePlan105" by GregReddin)
Rahul Akolkar
2008-05-12 16:18:47 UTC
Permalink
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Shale Wiki" for change notification.
http://wiki.apache.org/shale/ReleasePlan105
------------------------------------------------------------------------------
<snip/>

Its sometimes tedious to figure out why certain things are not
happening in the m2 build, but I think it'll be worthwhile spending
some time trying to fix this -- it will be a lot of work if you have
to manually sign the artifacts in the framework release(s).

-Rahul
{{{
- cd target/
+ cd target/checkout
gpg --armor --output shale-master-3.pom.asc --detach-sig pom.xml
scp shale-master-3.pom.asc people.apache.org:/www/people.apache.org/builds/shale/m2-staging-repository/org/apache/shale/shale-master/3/.
}}}
Greg Reddin
2008-05-12 17:42:49 UTC
Permalink
Post by Rahul Akolkar
Its sometimes tedious to figure out why certain things are not
happening in the m2 build, but I think it'll be worthwhile spending
some time trying to fix this -- it will be a lot of work if you have
to manually sign the artifacts in the framework release(s).
True, I didn't think about that. I'll look into it. I saw something
somewhere about the GPG plugin. I'm sure I can figure out how to add
that goal to the release process.

Greg
Rahul Akolkar
2008-05-12 18:11:00 UTC
Permalink
Post by Greg Reddin
Post by Rahul Akolkar
Its sometimes tedious to figure out why certain things are not
happening in the m2 build, but I think it'll be worthwhile spending
some time trying to fix this -- it will be a lot of work if you have
to manually sign the artifacts in the framework release(s).
True, I didn't think about that. I'll look into it. I saw something
somewhere about the GPG plugin. I'm sure I can figure out how to add
that goal to the release process.
<snip/>

Ah, we don't have it in master :-) I think thats OK for now. Its
already there in the release profile in the parent ...

http://svn.apache.org/repos/asf/shale/framework/trunk/pom.xml

... so adding -Prelease should get that going for the framework releases.

-Rahul
Post by Greg Reddin
Greg
Loading...