On 7/16/06, Wendy Smoak <[EMAIL PROTECTED]> wrote:
On 7/16/06, Ted Husted <[EMAIL PROTECTED]> wrote:

> But, I'd not sure what this line means
>
>  $ rm -rf $M2_REPO/org/apache/struts
>
> Does it mean to clear our my refer to my local m2 repository as to o.a.s?

Yes, it's a good idea to clear your local repo before building a
release.  Maven deploys from the local repo, so if you had anything
old lying around (for example if you forgot to say -Papps) it might
get included in the assemblies.

It also makes sure that a completely clean build works, so that
someone downloading the distribution can build it starting with
nothing in the local repo.  (You'll see it retrieve the struts-master
pom each time.)

The other instructions say to do that at the beginning.

Do we need to do it twice?

-Ted.

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

Reply via email to