1 <?xml version="1.0" encoding="UTF-8"?>
3 <modelVersion>4.0.0</modelVersion>
4 <groupId>edu.internet2.middleware</groupId>
5 <artifactId>shibboleth-identityprovider</artifactId>
6 <version>2.1.3</version>
7 <!-- We bundle as a jar here, the installer creates the WAR -->
8 <packaging>jar</packaging>
10 <name>Shibboleth Identity Provider</name>
12 The Shibboleth Identity Provider is used by an organization to securely assert information, via SAML, about
13 their users. This information is then read and acted upon by Service Providers.
18 <id>shibboleth.internet2.edu</id>
19 <name>Internet2</name>
20 <layout>default</layout>
21 <url>http://shibboleth.internet2.edu/downloads/maven2</url>
23 <enabled>false</enabled>
28 <distributionManagement>
31 <url>${dist.release.url}</url>
34 <id>snapshot-repo</id>
35 <url>${dist.snapshot.url}</url>
37 </distributionManagement>
40 <!-- Compile dependencies -->
42 <groupId>edu.internet2.middleware</groupId>
43 <artifactId>shibboleth-common</artifactId>
44 <version>1.1.3</version>
47 <groupId>javax.servlet</groupId>
48 <artifactId>servlet-api</artifactId>
49 <version>2.4</version>
52 <!-- Provided dependencies -->
54 <!-- Runtime dependencies -->
56 <groupId>org.apache.xerces</groupId>
57 <artifactId>xml-apis</artifactId>
58 <version>2.9.1</version>
59 <scope>runtime</scope>
62 <groupId>org.apache.xerces</groupId>
63 <artifactId>xercesImpl</artifactId>
64 <version>2.9.1</version>
65 <scope>runtime</scope>
68 <groupId>org.apache.xerces</groupId>
69 <artifactId>resolver</artifactId>
70 <version>2.9.1</version>
71 <scope>runtime</scope>
74 <groupId>org.apache.xerces</groupId>
75 <artifactId>serializer</artifactId>
76 <version>2.9.1</version>
77 <scope>runtime</scope>
80 <groupId>org.apache.xalan</groupId>
81 <artifactId>xalan</artifactId>
82 <version>2.7.1</version>
83 <scope>runtime</scope>
86 <groupId>org.apache.ant</groupId>
87 <artifactId>ant</artifactId>
88 <version>1.7.0</version>
89 <scope>runtime</scope>
92 <groupId>org.apache.ant</groupId>
93 <artifactId>ant-nodeps</artifactId>
94 <version>1.7.0</version>
95 <scope>runtime</scope>
98 <groupId>ant-contrib</groupId>
99 <artifactId>ant-contrib</artifactId>
100 <version>1.0b2</version>
101 <scope>runtime</scope>
104 <groupId>ant</groupId>
105 <artifactId>ant</artifactId>
110 <groupId>edu.internet2.middleware</groupId>
111 <artifactId>ant-extensions</artifactId>
112 <version>13Apr2008</version>
113 <scope>runtime</scope>
116 <groupId>edu.internet2.middleware</groupId>
117 <artifactId>shibboleth-jce</artifactId>
118 <version>1.1.0</version>
119 <scope>runtime</scope>
122 <!-- Test dependencies -->
124 <groupId>junit</groupId>
125 <artifactId>junit</artifactId>
126 <version>3.8.1</version>
130 <groupId>xmlunit</groupId>
131 <artifactId>xmlunit</artifactId>
132 <version>1.0</version>
136 <groupId>org.springframework</groupId>
137 <artifactId>spring-mock</artifactId>
138 <version>2.0.8</version>
142 <groupId>commons-logging</groupId>
143 <artifactId>commons-logging</artifactId>
152 <groupId>org.apache.maven.plugins</groupId>
153 <artifactId>maven-compiler-plugin</artifactId>
161 <groupId>org.apache.maven.plugins</groupId>
162 <artifactId>maven-assembly-plugin</artifactId>
165 <descriptor>src/main/assembly/bin.xml</descriptor>
166 <descriptor>src/main/assembly/src.xml</descriptor>
168 <tarLongFileMode>gnu</tarLongFileMode>
172 <id>make-assembly</id>
173 <phase>package</phase>
175 <goal>attached</goal>
181 <groupId>org.apache.maven.plugins</groupId>
182 <artifactId>maven-surefire-plugin</artifactId>
184 <argLine>-Xmx256m</argLine>
188 <groupId>org.apache.maven.plugins</groupId>
189 <artifactId>maven-jar-plugin</artifactId>
194 <Main-Class>edu.internet2.middleware.shibboleth.idp.Version</Main-Class>
198 <name>edu/internet2/middleware/shibboleth/idp/</name>
200 <Implementation-Title>${pom.artifactId}</Implementation-Title>
201 <Implementation-Version>${pom.version}</Implementation-Version>
202 <Implementation-Vendor>www.opensaml.org</Implementation-Vendor>
215 <groupId>org.apache.maven.plugins</groupId>
216 <artifactId>maven-javadoc-plugin</artifactId>
219 <link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
222 <author>false</author>
223 <version>true</version>
224 <doctitle>${project.name} ${project.version} Java API.</doctitle>
225 <windowtitle>${project.name} ${project.version} Java API.</windowtitle>
226 <overview>src/main/java/overview.html</overview>
230 <groupId>org.apache.maven.plugins</groupId>
231 <artifactId>maven-jxr-plugin</artifactId>
233 <outputDirectory>${project.reporting.outputDirectory}/xref</outputDirectory>
234 <doctitle>${project.name} ${project.version} Code Cross-Reference</doctitle>
235 <windowtitle>${project.name} ${project.version} Java API.</windowtitle>
236 <javadocDir>${project.reporting.outputDirectory}/apidocs</javadocDir>
240 <groupId>org.apache.maven.plugins</groupId>
241 <artifactId>maven-checkstyle-plugin</artifactId>
243 <configLocation>checkstyle.xml</configLocation>
244 <outputDirectory>${project.reporting.outputDirectory}/style</outputDirectory>
245 <enableRSS>false</enableRSS>
249 <groupId>org.apache.maven.plugins</groupId>
250 <artifactId>maven-surefire-report-plugin</artifactId>
252 <outputDirectory>${project.reporting.outputDirectory}/unitTest</outputDirectory>
253 <xrefLocation>${project.reporting.outputDirectory}/xref</xrefLocation>
265 <artifactId>maven-compiler-plugin</artifactId>
268 <groupId>org.apache.maven.plugins</groupId>
269 <artifactId>maven-javadoc-plugin</artifactId>
272 <id>release-javadoc</id>
273 <phase>package</phase>
281 <groupId>org.apache.maven.plugins</groupId>
282 <artifactId>maven-jxr-plugin</artifactId>
286 <phase>package</phase>
294 <groupId>org.apache.maven.plugins</groupId>
295 <artifactId>maven-checkstyle-plugin</artifactId>
298 <id>release-checkstyle</id>
299 <phase>package</phase>
301 <goal>checkstyle</goal>
307 <groupId>org.apache.maven.plugins</groupId>
308 <artifactId>maven-surefire-report-plugin</artifactId>
311 <id>release-unitTest</id>
312 <phase>package</phase>
314 <goal>report-only</goal>
320 <artifactId>maven-assembly-plugin</artifactId>
323 <id>make-assembly</id>
324 <phase>package</phase>
326 <goal>attached</goal>
332 <groupId>org.apache.maven.plugins</groupId>
333 <artifactId>maven-gpg-plugin</artifactId>
336 <id>sign-artifacts</id>
337 <phase>verify</phase>
349 <!-- Project Metadata -->
350 <url>https://shibboleth.internet2.edu/</url>
352 <inceptionYear>2006</inceptionYear>
356 <name>Apache 2</name>
357 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
358 <distribution>repo</distribution>
363 <name>Internet2</name>
364 <url>http://www.internet2.edu/</url>
368 <system>JIRA</system>
369 <url>http://bugs.internet2.edu/</url>
374 <name>Shibboleth Announce</name>
375 <subscribe>http://shibboleth.internet2.edu/support.html#lists</subscribe>
376 <unsubscribe>http://shibboleth.internet2.edu/support.html#lists</unsubscribe>
377 <post>shibboleth-announce@internet2.edu</post>
378 <archive>https://mail.internet2.edu/wws/arc/shibboleth-announce</archive>
381 <name>Shibboleth Users</name>
382 <subscribe>http://shibboleth.internet2.edu/support.html#lists</subscribe>
383 <unsubscribe>http://shibboleth.internet2.edu/support.html#lists</unsubscribe>
384 <post>shibboleth-users@internet2.edu</post>
385 <archive>https://mail.internet2.edu/wws/arc/shibboleth-users</archive>
388 <name>Shibboleth Development</name>
389 <subscribe>http://shibboleth.internet2.edu/support.html#lists</subscribe>
390 <unsubscribe>http://shibboleth.internet2.edu/support.html#lists</unsubscribe>
391 <post>shibboleth-dev@internet2.edu</post>
392 <archive>https://mail.internet2.edu/wws/arc/shibboleth-dev</archive>
397 <connection>scm:svn:https://svn.middleware.georgetown.edu/java-idp/</connection>
398 <developerConnection>scm:svn:https://svn.middleware.georgetown.edu/java-idp/</developerConnection>
400 <url>http://svn.middleware.georgetown.edu/view/?root=java-idp</url>
406 <name>Scott Cantor</name>
407 <organization>The Ohio State University</organization>
408 <organizationUrl>http://www.ohio-state.edu/</organizationUrl>
410 <role>developer</role>
412 <timezone>-5</timezone>
416 <name>Nate Klingenstein</name>
417 <organization>Internet2</organization>
418 <organizationUrl>http://www.internet2.edu/</organizationUrl>
420 <role>documentation</role>
422 <timezone>-7</timezone>
426 <name>Chad La Joie</name>
427 <organization>SWITCH</organization>
428 <organizationUrl>http://www.switch.ch/</organizationUrl>
430 <role>developer</role>
431 <role>documentation</role>
433 <timezone>+1</timezone>
437 <name>Will Norris</name>
438 <organization>University of Southern California</organization>
439 <organizationUrl>http://www.usc.edu/</organizationUrl>
441 <role>developer</role>
443 <timezone>-8</timezone>
447 <name>Rod Widdowson</name>
448 <organization>University of Edinburgh</organization>
449 <organizationUrl>http://www.ed.ac.uk/</organizationUrl>
451 <role>developer</role>
453 <timezone>0</timezone>