On 1/18/07, Ted Husted <[EMAIL PROTECTED]> wrote:
I updated my local copy to the revision 497046, where we added the
release profile to Struts 2. When I ran from Cygwin

$ mvn -P release -Dpassphrase="***"

It ran fine against the core and api packages. When I tried again with

$ mvn -P all,release -Dpassphrase="***"

It ran fine for awhile, but stopped at

gpg: can't open
`c:\projects\apache\struts_2_0_3\apps\blank\target\struts2-blank.jar':
No such file or directory
gpg: signing failed: file open error

Of course, there is struts2-blank.war at that location, but no JAR to sign.

<snip/>

Ran into the same bit recently, had to dig into code. 1.0-alpha-1 of
the plugin has a bug (or more correctly, is incomplete) in that the
packaging is hard-coded to "jar" ;-) To work around that, mvn install
the plugin trunk.

-Rahul


-Ted.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to