> If you've used Maven before you're probably better off checking out the
> source and performing your own build.  It would take less than 10-30
> mins to setup.
> http://struts.apache.org/2.x/docs/building-the-framework-from-source.html

If maven is used, 2.1.1-SNAPSHOT should work:

        <dependency>
            <groupId>org.apache.struts</groupId>
            <artifactId>struts2-rest-plugin</artifactId>
            <version>2.1.1-SNAPSHOT</version>
        </dependency>

        <repository>
            <id>struts2 snapshots</id>    
            <url>http://people.apache.org/repo/m2-snapshot-repository/</url>
        </repository>

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

Reply via email to