On 9/6/06, Ted Husted <[EMAIL PROTECTED]> wrote:
On 9/6/06, Wendy Smoak <[EMAIL PROTECTED]> wrote:
> On 9/6/06, Ted Husted <[EMAIL PROTECTED]> wrote:
>
> > I tried to update the S2 apps POM to bundle the source, as we do with
> > the S1 apps, but it didn't seem to work.
> ...
> > Is there something else we need to do?
>
> After you made the change to struts2-apps-parent, did you 'mvn
> install' it so the updated version is in your local repository?

No. I'm still "banging the rocks together" when it comes to Maven,
and, offhand, I don't even know how to 'mvn install' it, if you are
talking about a special step outside an ordinary mvn install.

No... the usual.  Just do 'mvn install' from the directory where you
made the change to the pom, so it will get installed in your local
repository.

I do know it chokes on XML errors, and an ordinary mvn install causes
the POM to be read and rewritten. So something is reading for some
reason.

Try this from the webapp that is not including the source code:  mvn
help:effective-pom

Does that show your changes?

Right now I'm not sure if the config you added is present and not
working, or if it's not even getting picked up.

--
Wendy

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

Reply via email to