File: README.source

package info (click to toggle)
openid4java 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,912 kB
  • sloc: java: 14,510; xml: 2,402; jsp: 865; makefile: 3
file content (18 lines) | stat: -rw-r--r-- 759 bytes parent folder | download | duplicates (4)
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