Am Montag, 14. Januar 2008 17:37:19 schrieb Frans Thamura:
> hi there
>
> i just testing struts2 2.1.0,
>
> can help me how to test the REST plugins,
>
> am i have to get from SVN or can use this?
>
> i know that 2.1.0 is the pre relase for 2.1.1


If you are using maven, just include the following dependency in your pom.xml:
<dependency>
            <groupId>org.apache.struts</groupId>
            <artifactId>struts2-rest-plugin</artifactId>
            <version>2.1.1-SNAPSHOT</version>
</dependency>

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

Reply via email to