The maven build is currently broken. There is a fix that has been posted to the mailing list that I (and the other committers) just haven't gotten around to checking in. If I have time this evening I will check that in. Otherwise, it will be tomorrow.
In the meantime, the ant build should work. Robert Ottaway wrote: > Hi all I checked out the Abdera trunk via this command: > > svn co http://svn.apache.org/repos/asf/incubator/abdera/java/trunk/ abdera > > then per the instructions issued a "mvn install" command. This lead to > many errors. I was able to test everything working by doing a few things: > * Created and added pom.xml for i18n subproject > * added i18n subproject as module to top level project, in pom.xml. > * Commented out a small bit of code (like 4 lines in a test class) > * A Maven call to an Ant plugin in the JSON subproject was causing > trouble. I commented out the Ant call in the pom.xml. > * Disabled some tests > > With these changes the trunk will build, install and run almost all of > the tests. I am attaching a SVN patch file. Let me know if you would > want me to commit these changes. > > Thanks, > > -Rob Ottaway >
