can someone please show me how to integrate dwr 3.0 rc1 or rc2 in a maven build? I'm not finding a repository with the jar, just the pom (http://download.java.net/maven/2/org/directwebremoting/dwr/3.0.0-rc2-SNAPSHOT/). Also, the link to download it from the dwr site seems broken.
Thank you for your help.
Looking at the maven artifacts in the link above, it looks like
dwr
comprises of multiple modules, each in its own jar.dwr
itself is probably holds theparent pom
.Looking at this link, you may want to specify as dependency dwr-core and other modules, as required.