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>
6 <groupId>edu.internet2.middleware</groupId>
7 <artifactId>shibboleth-identityprovider</artifactId>
8 <version>2.3.3-slo10</version>
10 <!-- We bundle as a jar here, the installer creates the WAR -->
11 <packaging>jar</packaging>
13 <name>Shibboleth Identity Provider</name>
15 The Shibboleth Identity Provider is used by an organization to securely assert information, via SAML, about
16 their users. This information is then read and acted upon by Service Providers.
20 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
21 <xerces.groupId>org.apache.xerces</xerces.groupId>
22 <xerces.version>2.10.0</xerces.version>
28 <url>https://shibboleth.net/nexus/content/groups/public</url>
30 <enabled>false</enabled>
34 <id>shib-snapshot</id>
35 <url>https://shibboleth.net/nexus/content/repositories/snapshots</url>
37 <enabled>false</enabled>
43 <!-- Compile dependencies -->
45 <groupId>edu.internet2.middleware</groupId>
46 <artifactId>shibboleth-common</artifactId>
47 <version>1.3.3-slo2</version>
50 <!-- Provided dependencies -->
52 <groupId>javax.servlet</groupId>
53 <artifactId>servlet-api</artifactId>
54 <version>2.4</version>
57 <groupId>javax.servlet.jsp</groupId>
58 <artifactId>jsp-api</artifactId>
59 <version>2.0</version>
62 <!-- Runtime dependencies -->
64 <groupId>${xerces.groupId}</groupId>
65 <artifactId>xml-apis</artifactId>
66 <version>${xerces.version}</version>
67 <scope>runtime</scope>
70 <groupId>${xerces.groupId}</groupId>
71 <artifactId>xercesImpl</artifactId>
72 <version>${xerces.version}</version>
73 <scope>runtime</scope>
76 <groupId>xml-resolver</groupId>
77 <artifactId>xml-resolver</artifactId>
78 <version>1.2</version>
79 <scope>runtime</scope>
82 <groupId>xalan</groupId>
83 <artifactId>xalan</artifactId>
84 <version>2.7.1</version>
85 <scope>runtime</scope>
88 <groupId>org.apache.ant</groupId>
89 <artifactId>ant-nodeps</artifactId>
90 <version>1.7.1</version>
91 <scope>runtime</scope>
94 <groupId>ant-contrib</groupId>
95 <artifactId>ant-contrib</artifactId>
96 <version>1.0b2</version>
97 <scope>runtime</scope>
100 <groupId>ant</groupId>
101 <artifactId>ant</artifactId>
106 <groupId>edu.internet2.middleware</groupId>
107 <artifactId>ant-extensions</artifactId>
108 <version>11Jan2011</version>
109 <scope>runtime</scope>
112 <groupId>org.bouncycastle</groupId>
113 <artifactId>bcprov-jdk14</artifactId>
118 <groupId>edu.internet2.middleware</groupId>
119 <artifactId>shibboleth-jce</artifactId>
120 <version>1.1.0</version>
121 <scope>runtime</scope>
124 <!-- Test dependencies -->
126 <groupId>junit</groupId>
127 <artifactId>junit</artifactId>
128 <version>3.8.1</version>
132 <groupId>xmlunit</groupId>
133 <artifactId>xmlunit</artifactId>
134 <version>1.0</version>
138 <groupId>org.springframework</groupId>
139 <artifactId>spring-test</artifactId>
140 <version>2.5.6.SEC02</version>
144 <groupId>commons-logging</groupId>
145 <artifactId>commons-logging</artifactId>
151 <distributionManagement>
154 <url>${dist.release.url}</url>
158 <url>${dist.release.url}</url>
159 </snapshotRepository>
160 </distributionManagement>
165 <groupId>org.apache.maven.plugins</groupId>
166 <artifactId>maven-compiler-plugin</artifactId>
167 <version>2.3.2</version>
175 <groupId>org.apache.maven.plugins</groupId>
176 <artifactId>maven-assembly-plugin</artifactId>
177 <version>2.2.1</version>
180 <descriptor>src/main/assembly/bin.xml</descriptor>
182 <tarLongFileMode>gnu</tarLongFileMode>
186 <id>make-assembly</id>
187 <phase>package</phase>
189 <goal>attached</goal>
195 <groupId>org.apache.maven.plugins</groupId>
196 <artifactId>maven-surefire-plugin</artifactId>
197 <version>2.8</version>
199 <argLine>-Xmx256m</argLine>
203 <groupId>org.apache.maven.plugins</groupId>
204 <artifactId>maven-jar-plugin</artifactId>
205 <version>2.3.1</version>
210 <Main-Class>edu.internet2.middleware.shibboleth.idp.Version</Main-Class>
214 <name>edu/internet2/middleware/shibboleth/idp/</name>
216 <Implementation-Title>${project.artifactId}</Implementation-Title>
217 <Implementation-Version>${project.version}</Implementation-Version>
218 <Implementation-Vendor>shibboleth.internet2.edu</Implementation-Vendor>
226 <artifactId>maven-source-plugin</artifactId>
227 <version>2.1.2</version>
230 <id>attach-sources</id>
238 <groupId>org.apache.maven.plugins</groupId>
239 <artifactId>maven-javadoc-plugin</artifactId>
240 <version>2.7</version>
243 <id>attach-javadocs</id>
259 <groupId>org.apache.maven.plugins</groupId>
260 <artifactId>maven-javadoc-plugin</artifactId>
261 <version>2.8</version>
264 <link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
265 <link>http://joda-time.sourceforge.net/apidocs/</link>
266 <link>http://static.springsource.org/spring/docs/2.0.x/api/</link>
269 <author>false</author>
270 <version>true</version>
271 <doctitle>${project.name} ${project.version} Java API.</doctitle>
272 <windowtitle>${project.name} ${project.version} Java API.</windowtitle>
273 <overview>src/main/java/overview.html</overview>
277 <groupId>org.apache.maven.plugins</groupId>
278 <artifactId>maven-jxr-plugin</artifactId>
279 <version>2.2</version>
281 <outputDirectory>${project.reporting.outputDirectory}/xref</outputDirectory>
282 <doctitle>${project.name} ${project.version} Code Cross-Reference</doctitle>
283 <windowtitle>${project.name} ${project.version} Java API.</windowtitle>
284 <javadocDir>${project.reporting.outputDirectory}/apidocs</javadocDir>
288 <groupId>org.apache.maven.plugins</groupId>
289 <artifactId>maven-surefire-report-plugin</artifactId>
290 <version>2.8.1</version>
292 <outputDirectory>${project.reporting.outputDirectory}/unitTest</outputDirectory>
293 <xrefLocation>${project.reporting.outputDirectory}/xref</xrefLocation>
305 <groupId>org.apache.maven.plugins</groupId>
306 <artifactId>maven-javadoc-plugin</artifactId>
307 <version>2.8</version>
310 <id>release-javadoc</id>
311 <phase>package</phase>
319 <groupId>org.apache.maven.plugins</groupId>
320 <artifactId>maven-jxr-plugin</artifactId>
321 <version>2.2</version>
325 <phase>package</phase>
333 <groupId>org.apache.maven.plugins</groupId>
334 <artifactId>maven-surefire-report-plugin</artifactId>
335 <version>2.9</version>
338 <id>release-unitTest</id>
339 <phase>package</phase>
341 <goal>report-only</goal>
347 <groupId>org.apache.maven.plugins</groupId>
348 <artifactId>maven-assembly-plugin</artifactId>
349 <version>2.2.1</version>
352 <id>make-assembly</id>
353 <phase>package</phase>
355 <goal>attached</goal>
361 <groupId>org.apache.maven.plugins</groupId>
362 <artifactId>maven-gpg-plugin</artifactId>
363 <version>1.3</version>
366 <id>sign-artifacts</id>
367 <phase>verify</phase>
379 <!-- Project Metadata -->
380 <url>http://shibboleth.internet2.edu/</url>
382 <inceptionYear>2006</inceptionYear>
386 <name>Apache 2</name>
387 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
388 <distribution>repo</distribution>
393 <name>Internet2</name>
394 <url>http://www.internet2.edu/</url>
398 <system>JIRA</system>
399 <url>http://bugs.internet2.edu/</url>
404 <name>Shibboleth Announce</name>
405 <subscribe>http://shibboleth.internet2.edu/support.html#lists</subscribe>
406 <unsubscribe>http://shibboleth.internet2.edu/support.html#lists</unsubscribe>
407 <post>shibboleth-announce@internet2.edu</post>
408 <archive>https://mail.internet2.edu/wws/arc/shibboleth-announce</archive>
411 <name>Shibboleth Users</name>
412 <subscribe>http://shibboleth.internet2.edu/support.html#lists</subscribe>
413 <unsubscribe>http://shibboleth.internet2.edu/support.html#lists</unsubscribe>
414 <post>shibboleth-users@internet2.edu</post>
415 <archive>https://mail.internet2.edu/wws/arc/shibboleth-users</archive>
418 <name>Shibboleth Development</name>
419 <subscribe>http://shibboleth.internet2.edu/support.html#lists</subscribe>
420 <unsubscribe>http://shibboleth.internet2.edu/support.html#lists</unsubscribe>
421 <post>shibboleth-dev@internet2.edu</post>
422 <archive>https://mail.internet2.edu/wws/arc/shibboleth-dev</archive>
427 <connection>scm:svn:https://svn.middleware.georgetown.edu/java-idp/</connection>
428 <developerConnection>scm:svn:https://svn.middleware.georgetown.edu/java-idp/</developerConnection>
430 <url>http://svn.middleware.georgetown.edu/view/?root=java-idp</url>
436 <name>Scott Cantor</name>
437 <organization>The Ohio State University</organization>
438 <organizationUrl>http://www.osu.edu/</organizationUrl>
440 <role>developer</role>
442 <timezone>-5</timezone>
446 <name>Nate Klingenstein</name>
447 <organization>Internet2</organization>
448 <organizationUrl>http://www.internet2.edu/</organizationUrl>
450 <role>documentation</role>
452 <timezone>-7</timezone>
456 <name>Chad La Joie</name>
457 <organization>Itumi, LLC</organization>
458 <organizationUrl>http://www.itumi.biz/</organizationUrl>
460 <role>developer</role>
461 <role>documentation</role>
463 <timezone>-5</timezone>
467 <name>Will Norris</name>
468 <organization>Google, Inc.</organization>
469 <organizationUrl>http://www.google.com/</organizationUrl>
471 <role>developer</role>
473 <timezone>-8</timezone>
477 <name>Rod Widdowson</name>
478 <organization>University of Edinburgh</organization>
479 <organizationUrl>http://www.ed.ac.uk/</organizationUrl>
481 <role>developer</role>
483 <timezone>0</timezone>