« Return to Thread: Is it possible to upgrade embedded Jetty to a newer version?

Re: Is it possible to upgrade embedded Jetty to a newer version?

by mraible :: Rate this Message:

Reply to Author | View in Thread

If it's not hard-coded, how do I upgrade it in the following plugin configuration?

<plugin>
    <groupId>org.codehaus.cargo</groupId>
    <artifactId>cargo-maven2-plugin</artifactId>
    <version>1.0</version>
    <configuration>
        <container>
            <containerId>jetty6x</containerId>
            <type>embedded</type>
        </container>
    </configuration>
    <executions>
        <execution>
            <id>start-container</id>
            <phase>pre-integration-test</phase>
            <goals>
                <goal>start</goal>
            </goals>
        </execution>
        <execution>
            <id>stop-container</id>
            <phase>post-integration-test</phase>
            <goals>
                <goal>stop</goal>
            </goals>
        </execution>
    </executions>
</plugin>

Thanks,

Matt

S. Ali Tokmen-4 wrote:
Hello

What do you mean by "hardcoded"? Normally, CARGO is not linked with any
Jetty version. Moreover, the "samples" test cases are run on 6.1.14
(which is not 6.1.1.rc1).

Thanks

S. Ali Tokmen
savas-ali.tokmen@bull.net

Office: +33 4 76 29 76 19
GSM:    +33 66 43 00 555

Bull, Architect of an Open World TM
http://www.bull.com



mraible a écrit :
> Is it possible to upgrade Cargo's embedded Jetty to 6.1.14? It seems
> hardcoded to 6.1.1rc1.
>
> Thanks,
>
> Matt
>  


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email

 « Return to Thread: Is it possible to upgrade embedded Jetty to a newer version?