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.

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.

-Ted.



(If you want to install just that pom without rebuilding all of the
apps: mvn install -N .)

Maven is supposed to look for ../pom.xml (and pay attention to
<parent>/<relativePath>) before looking in the local repository, but I
don't think it does.

--
Wendy

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




--
HTH, Ted.
* http://www.husted.com/struts/

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

Reply via email to