You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by jv...@apache.org on 2006/08/03 17:47:13 UTC

svn commit: r428431 - /maven/continuum/trunk/continuum-webapp/pom.xml

Author: jvanzyl
Date: Thu Aug  3 08:47:12 2006
New Revision: 428431

URL: http://svn.apache.org/viewvc?rev=428431&view=rev
Log:
o new version doesn't work easily so just use jetty6 prefix until the repo metadata is corrected

Modified:
    maven/continuum/trunk/continuum-webapp/pom.xml

Modified: maven/continuum/trunk/continuum-webapp/pom.xml
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-webapp/pom.xml?rev=428431&r1=428430&r2=428431&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-webapp/pom.xml (original)
+++ maven/continuum/trunk/continuum-webapp/pom.xml Thu Aug  3 08:47:12 2006
@@ -54,7 +54,7 @@
       </plugin>
       <plugin>
         <groupId>org.mortbay.jetty</groupId>
-        <artifactId>maven-jetty-plugin</artifactId>
+        <artifactId>maven-jetty6-plugin</artifactId>
         <configuration>
           <scanIntervalSeconds>10</scanIntervalSeconds>
           <contextPath>/</contextPath>



Re: svn commit: r428431 - /maven/continuum/trunk/continuum-webapp/pom.xml

Posted by Brett Porter <br...@apache.org>.
I think you need to rm your local mojo metadata (there used to be a 
jetty plugin there, defunct).

- Brett

On 4/08/2006 1:47 AM, jvanzyl@apache.org wrote:
> Author: jvanzyl
> Date: Thu Aug  3 08:47:12 2006
> New Revision: 428431
> 
> URL: http://svn.apache.org/viewvc?rev=428431&view=rev
> Log:
> o new version doesn't work easily so just use jetty6 prefix until the repo metadata is corrected
> 
> Modified:
>     maven/continuum/trunk/continuum-webapp/pom.xml
> 
> Modified: maven/continuum/trunk/continuum-webapp/pom.xml
> URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-webapp/pom.xml?rev=428431&r1=428430&r2=428431&view=diff
> ==============================================================================
> --- maven/continuum/trunk/continuum-webapp/pom.xml (original)
> +++ maven/continuum/trunk/continuum-webapp/pom.xml Thu Aug  3 08:47:12 2006
> @@ -54,7 +54,7 @@
>        </plugin>
>        <plugin>
>          <groupId>org.mortbay.jetty</groupId>
> -        <artifactId>maven-jetty-plugin</artifactId>
> +        <artifactId>maven-jetty6-plugin</artifactId>
>          <configuration>
>            <scanIntervalSeconds>10</scanIntervalSeconds>
>            <contextPath>/</contextPath>
> 
> 


-- 
Apache Maven - http://maven.apache.org/
Better Builds with Maven - http://library.mergere.com/