On Sun, Jan 18, 2009 at 5:30 AM, Stephane Nicoll
<[email protected]>wrote:

> On Wed, Jan 14, 2009 at 11:39 PM, Stephen Duncan Jr
>
> It is working with both 2.3.1 and the trunk. I've just tried on a
> stupid project that I have for testing and it worked. Can you maybe
> post your pom.xml file?
>
> <plugin>
>  <artifactId>maven-ear-plugin</artifactId>
>  <version>2.3.1</version>
>  <configuration>
>    <modules>
>      <webModule>
>        <groupId>root.project.servlets</groupId>
>        <artifactId>servlet</artifactId>
>        <contextRoot>/foobar</contextRoot>
>      </webModule>
>    </modules>
>  </configuration>
> </plugin>
>
> >
> > --
> > Stephen Duncan Jr
> > www.stephenduncanjr.com
> >
>
>
>
> --
> Large Systems Suck: This rule is 100% transitive. If you build one,
> you suck" -- S.Yegge
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>
Somehow I'd gone all this time without noticing that I was missing the
<modules> level of the configuration.  Thanks for verifying that it did work
so that I re-examined my pom more closely.  Apologies for the mistake.

-- 
Stephen Duncan Jr
www.stephenduncanjr.com

Reply via email to