On 2/23/08, Jochen Wiedmann <[EMAIL PROTECTED]> wrote:
> It would help me, if you'd describe the changes relative to the
> previous version rather than displaying the complete profile.
Well, basically I just changed where the generated site will go. The
directory where it will go is now calculated based on a property
${releaseManager} which defaults to ${user.name}. Here's the
directory where it will put it:
/home/${releaseManager}/public_html/${artifactId}-${version}/site
So, now all you have to do is:
mvn -Prc site:deploy
and it will upload the generated site to that directory.
>
> > Also, I made sure
> > that the signing occurs during the "package" phase and not "verify".
>
>
> What's the difference?
For me (and maybe I was doing it wrong), I had to include "verify" as
one of my goals to get it to sign, even when I was using the "rc"
profile.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]