1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
In order to optain a proper tarball without included libs and compiled code,
folowing elements where removed from the download tarball:
- lib directory
- openid4java-0.9.5.jar
- lib subdirectories in samples directories
- openid4java.ai
The maven packaging used by upstream is a bit strange. The only maven
coordinate coming with a jar is the artifact openid4java-nodeps produced by
the toplevel pom. However to build with maven upstream runs maven from the
maven2 folder.
The different openid4java-* coordinates all depend on openid4java-nodeps and
introduce the necessary dependencies for the desired subset of
functionality. But all coordinates transitively point to the same jar file.
-- Thomas Koch <thomas@koch.ro>, Fri, 26 Oct 2012 11:44:47 +0200
|