1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
5 <modelVersion>4.0.0</modelVersion>
8 <groupId>net.shibboleth</groupId>
9 <artifactId>parent</artifactId>
13 <groupId>edu.internet2.middleware</groupId>
14 <artifactId>shibboleth-identityprovider</artifactId>
15 <version>2.3.4</version>
17 <!-- We bundle as a jar here, the installer creates the WAR -->
18 <packaging>jar</packaging>
20 <name>Shibboleth Identity Provider</name>
22 The Shibboleth Identity Provider is used by an organization to securely assert information, via SAML, about
23 their users. This information is then read and acted upon by Service Providers.
27 <svn.relative.location>java-shib-idp2</svn.relative.location>
33 <url>https://shibboleth.net/nexus/content/groups/public</url>
35 <enabled>false</enabled>
39 <id>shib-snapshot</id>
40 <url>https://shibboleth.net/nexus/content/repositories/snapshots</url>
42 <enabled>false</enabled>
48 <!-- Compile dependencies -->
50 <groupId>edu.internet2.middleware</groupId>
51 <artifactId>shibboleth-common</artifactId>
52 <version>1.3.4</version>
55 <!-- Provided dependencies -->
57 <!-- Runtime dependencies -->
59 <groupId>org.bouncycastle</groupId>
60 <artifactId>bcprov-jdk15</artifactId>
61 <version>1.45</version>
64 <groupId>ant-contrib</groupId>
65 <artifactId>ant-contrib</artifactId>
66 <version>1.0b2</version>
67 <scope>runtime</scope>
70 <groupId>ant</groupId>
71 <artifactId>ant</artifactId>
76 <groupId>edu.internet2.middleware</groupId>
77 <artifactId>ant-extensions</artifactId>
78 <version>11Jan2011</version>
79 <scope>runtime</scope>
82 <groupId>org.bouncycastle</groupId>
83 <artifactId>bcprov-jdk14</artifactId>
88 <groupId>edu.internet2.middleware</groupId>
89 <artifactId>shibboleth-jce</artifactId>
90 <version>1.1.0</version>
91 <scope>runtime</scope>
94 <!-- Test dependencies -->
96 <groupId>junit</groupId>
97 <artifactId>junit</artifactId>
98 <version>3.8.1</version>
102 <groupId>org.springframework</groupId>
103 <artifactId>spring-test</artifactId>
104 <version>2.5.6.SEC02</version>
108 <groupId>commons-logging</groupId>
109 <artifactId>commons-logging</artifactId>
114 <!-- Managed Dependencies -->
116 <groupId>javax.servlet</groupId>
117 <artifactId>servlet-api</artifactId>
120 <groupId>javax.servlet.jsp</groupId>
121 <artifactId>jsp-api</artifactId>
124 <groupId>${xerces.groupId}</groupId>
125 <artifactId>xml-apis</artifactId>
128 <groupId>${xerces.groupId}</groupId>
129 <artifactId>xercesImpl</artifactId>
132 <groupId>${xerces.groupId}</groupId>
133 <artifactId>serializer</artifactId>
136 <groupId>xml-resolver</groupId>
137 <artifactId>xml-resolver</artifactId>
140 <groupId>${xalan.groupId}</groupId>
141 <artifactId>xalan</artifactId>
144 <groupId>xmlunit</groupId>
145 <artifactId>xmlunit</artifactId>
148 <distributionManagement>
151 <url>${dist.release.url}</url>
155 <url>${dist.release.url}</url>
156 </snapshotRepository>
157 </distributionManagement>
162 <groupId>org.apache.maven.plugins</groupId>
163 <artifactId>maven-jar-plugin</artifactId>
164 <version>2.3.1</version>
169 <Main-Class>edu.internet2.middleware.shibboleth.idp.Version</Main-Class>
173 <name>edu/internet2/middleware/shibboleth/idp/</name>
175 <Implementation-Title>${project.artifactId}</Implementation-Title>
176 <Implementation-Version>${project.version}</Implementation-Version>
177 <Implementation-Vendor>shibboleth.internet2.edu</Implementation-Vendor>
193 <groupId>org.apache.maven.plugins</groupId>
194 <artifactId>maven-assembly-plugin</artifactId>
195 <version>2.2.1</version>
198 <descriptor>src/main/assembly/bin.xml</descriptor>
207 <!-- Project Metadata -->
208 <url>http://shibboleth.internet2.edu/</url>
210 <inceptionYear>2006</inceptionYear>
214 <name>Apache 2</name>
215 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
216 <distribution>repo</distribution>
221 <name>Internet2</name>
222 <url>http://www.internet2.edu/</url>
226 <system>JIRA</system>
227 <url>http://bugs.internet2.edu/</url>
232 <name>Shibboleth Announce</name>
233 <subscribe>http://shibboleth.internet2.edu/support.html#lists</subscribe>
234 <unsubscribe>http://shibboleth.internet2.edu/support.html#lists</unsubscribe>
235 <post>shibboleth-announce@internet2.edu</post>
236 <archive>https://mail.internet2.edu/wws/arc/shibboleth-announce</archive>
239 <name>Shibboleth Users</name>
240 <subscribe>http://shibboleth.internet2.edu/support.html#lists</subscribe>
241 <unsubscribe>http://shibboleth.internet2.edu/support.html#lists</unsubscribe>
242 <post>shibboleth-users@internet2.edu</post>
243 <archive>https://mail.internet2.edu/wws/arc/shibboleth-users</archive>
246 <name>Shibboleth Development</name>
247 <subscribe>http://shibboleth.internet2.edu/support.html#lists</subscribe>
248 <unsubscribe>http://shibboleth.internet2.edu/support.html#lists</unsubscribe>
249 <post>shibboleth-dev@internet2.edu</post>
250 <archive>https://mail.internet2.edu/wws/arc/shibboleth-dev</archive>
255 <connection>scm:svn:https://svn.middleware.georgetown.edu/java-idp/</connection>
256 <developerConnection>scm:svn:https://svn.middleware.georgetown.edu/java-idp/</developerConnection>
258 <url>http://svn.middleware.georgetown.edu/view/?root=java-idp</url>
264 <name>Scott Cantor</name>
265 <organization>The Ohio State University</organization>
266 <organizationUrl>http://www.osu.edu/</organizationUrl>
268 <role>developer</role>
270 <timezone>-5</timezone>
274 <name>Nate Klingenstein</name>
275 <organization>Internet2</organization>
276 <organizationUrl>http://www.internet2.edu/</organizationUrl>
278 <role>documentation</role>
280 <timezone>-7</timezone>
284 <name>Chad La Joie</name>
285 <organization>Itumi, LLC</organization>
286 <organizationUrl>http://www.itumi.biz/</organizationUrl>
288 <role>developer</role>
289 <role>documentation</role>
291 <timezone>-5</timezone>
295 <name>Will Norris</name>
296 <organization>Google, Inc.</organization>
297 <organizationUrl>http://www.google.com/</organizationUrl>
299 <role>developer</role>
301 <timezone>-8</timezone>
305 <name>Rod Widdowson</name>
306 <organization>University of Edinburgh</organization>
307 <organizationUrl>http://www.ed.ac.uk/</organizationUrl>
309 <role>developer</role>
311 <timezone>0</timezone>