2008/10/24 Mark Struberg <[EMAIL PROTECTED]>:
> Sorry Mark, should have mentioned that I usually use the following config
>
>            <plugin>
>                <groupId>org.mortbay.jetty</groupId>
>                <artifactId>jetty-maven-plugin</artifactId>
>                 <configuration>
>                     <contextPath>${build.finalName}</contextPath>
>                     <scanIntervalSeconds>10</scanIntervalSeconds>
>                 </configuration>
>            </plugin>
>
> ;)
>
> And thanks to bring up the feature with the artifactId.
> (I'm not sure if the groupId-artifactId-version behaviour I have in mind is 
> from either a very old jetty plugin or from the tomcat or cargo plugin i've 
> worked with. Anyway, it's good to know that this works now.)

No worries, that was how the tomcat-maven-plugin worked in
1.0-alpha-1, but I've since changed the trunk to work in the same way
as Jetty (see MOJO-1181).  I got tired of guessing the context path :)

Cheers,

Mark

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

Reply via email to