On 7/30/07, Frederick N. Brier <[EMAIL PROTECTED]> wrote:
>    <parent>
>       <groupId>org.apache.struts</groupId>
>       <artifactId>struts2-apps</artifactId>
>       <version>2.0.9</version>
>    </parent>

Using a pom from some else's project as your parent is unusual.  I'd
remove that and leave the dependencies on the struts jars.  You may
want to establish a 'struts.version' property so you don't have to
repeat it.

Having this as a parent means you're following all the way up to the
ASF top-level parent pom, which is unlikely to be what you really want
-- your project web site will list all the Struts developers, for one
thing. :)

-- 
Wendy

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

Reply via email to