|
|
|
See http://jira.codehaus.org/browse/MAVENUPLOAD-696 for the upload of rife-continuations
Since I can't attach files to this jira (?), I've uploaded poms for xwork, xwork-tiger and webwork here:
http://incongru.net/tmp/webwork-poms.tgz Please review/comment. Note that it is a missing a number of info, notably related to build. Also, if xw/ww were to be migrated to maven, I'd recommend using a parent pom anyway: many informations are duplicate. (xwork-tiger/pom.xml is essentially a copy-paste of xwork/pom.xml except for dependencies) Grégory, thanks for the poms.
Added them to CVS as they were. The poms need to be reviewed for the upcoming release. you'll just need to change the <version> in the poms, and the <dependency>/<version> tags accordingly.
Just did this, thanks!
Commited as well... Cool, let me know if I can be of any more help on this topic :)
Should be resolved.
Next ww release will have all deps declared in a pom.xml | |||||||||||||||||||||||||||||||||||||||||
Rife continuations can be installed in the local m2 repo with
mvn install:install-file -DgroupId=rife -DartifactId=rife-continuations -Dversion=0.0.1 -Dpackaging=jar -Dfile=path/to/rife-continuations.jar
.. but I'll also try and make sure this gets uploaded as well.