Hmm.. hopefully one of the Maven'ite committers will get that fixed soon. In the meantime, the Ant build works and should be enough to get you started.
# optionally enable xmlsec and spring integration export ABDERA_XMLSECURITY=true export ABDERA_SPRING=true ant -f build/build.xml dist - James Adam Fisk wrote: > You may be aware of this, but just a head's up the repo's not building > for me. It fails on the json stuff with: > 1) org.apache.abdera:json:jar:1.0 > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=org.apache.abdera -DartifactId=json \ > -Dversion=1.0 -Dpackaging=jar -Dfile=/path/to/file > Alternatively, if you host your own repository you can deploy the file > there: mvn deploy:deploy-file -DgroupId=org.apache.abdera > -DartifactId=json \ > -Dversion=1.0 -Dpackaging=jar -Dfile=/path/to/file \ > -Durl=[url] -DrepositoryId=[id] > > Path to dependency: > 1) > org.apache.abdera:abdera-extensions-gdata:jar:0.4.0-incubating-SNAPSHOT > 2) org.apache.abdera:json:jar:1.0 > > > Indeed, the following gives a 404. > > http://repo1.maven.org/maven2/org/apache/abdera/json/1.0/json-1.0.jar > > Great looking project, though. Hope to use it. > > -Adam > >
