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.0</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>
30 <id>ssh-repository</id>
31 <url>scpexe://www.internet2.edu/home/htdocs/shibboleth.internet2.edu/downloads/maven2</url>
33 </distributionManagement>
36 <!-- Compile dependencies -->
38 <groupId>edu.internet2.middleware</groupId>
39 <artifactId>shibboleth-common</artifactId>
40 <version>1.1.0</version>
43 <!-- Provided dependencies -->
45 <groupId>javax.servlet</groupId>
46 <artifactId>servlet-api</artifactId>
47 <version>2.4</version>
48 <scope>provided</scope>
51 <!-- Runtime dependencies -->
53 <groupId>org.apache.xerces</groupId>
54 <artifactId>xml-apis</artifactId>
55 <version>2.9.1</version>
56 <scope>runtime</scope>
59 <groupId>org.apache.xerces</groupId>
60 <artifactId>xercesImpl</artifactId>
61 <version>2.9.1</version>
62 <scope>runtime</scope>
65 <groupId>org.apache.xerces</groupId>
66 <artifactId>resolver</artifactId>
67 <version>2.9.1</version>
68 <scope>runtime</scope>
71 <groupId>org.apache.xerces</groupId>
72 <artifactId>serializer</artifactId>
73 <version>2.9.1</version>
74 <scope>runtime</scope>
77 <groupId>org.apache.xalan</groupId>
78 <artifactId>xalan</artifactId>
79 <version>2.7.1</version>
80 <scope>runtime</scope>
83 <groupId>org.apache.ant</groupId>
84 <artifactId>ant</artifactId>
85 <version>1.7.0</version>
86 <scope>runtime</scope>
89 <groupId>org.apache.ant</groupId>
90 <artifactId>ant-nodeps</artifactId>
91 <version>1.7.0</version>
92 <scope>runtime</scope>
95 <groupId>ant-contrib</groupId>
96 <artifactId>ant-contrib</artifactId>
97 <version>1.0b2</version>
98 <scope>runtime</scope>
101 <groupId>ant</groupId>
102 <artifactId>ant</artifactId>
107 <groupId>edu.internet2.middleware</groupId>
108 <artifactId>ant-extensions</artifactId>
109 <version>13Apr2008</version>
110 <scope>runtime</scope>
113 <!-- Test dependencies -->
115 <groupId>junit</groupId>
116 <artifactId>junit</artifactId>
117 <version>3.8.1</version>
121 <groupId>xmlunit</groupId>
122 <artifactId>xmlunit</artifactId>
123 <version>1.0</version>
127 <groupId>org.springframework</groupId>
128 <artifactId>spring-mock</artifactId>
129 <version>2.0.8</version>
133 <groupId>commons-logging</groupId>
134 <artifactId>commons-logging</artifactId>
143 <groupId>org.apache.maven.plugins</groupId>
144 <artifactId>maven-compiler-plugin</artifactId>
152 <groupId>org.apache.maven.plugins</groupId>
153 <artifactId>maven-assembly-plugin</artifactId>
156 <descriptor>src/main/assembly/bin.xml</descriptor>
157 <descriptor>src/main/assembly/src.xml</descriptor>
162 <id>make-assembly</id>
163 <phase>package</phase>
165 <goal>attached</goal>
176 <groupId>org.apache.maven.plugins</groupId>
177 <artifactId>maven-javadoc-plugin</artifactId>
180 <link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
183 <author>false</author>
184 <version>true</version>
185 <doctitle>${project.name} ${project.version} Java API.</doctitle>
186 <windowtitle>${project.name} ${project.version} Java API.</windowtitle>
187 <overview>src/main/java/overview.html</overview>
191 <groupId>org.apache.maven.plugins</groupId>
192 <artifactId>maven-jxr-plugin</artifactId>
194 <outputDirectory>${project.reporting.outputDirectory}/xref</outputDirectory>
195 <doctitle>${project.name} ${project.version} Code Cross-Reference</doctitle>
196 <windowtitle>${project.name} ${project.version} Java API.</windowtitle>
197 <javadocDir>${project.reporting.outputDirectory}/apidocs</javadocDir>
201 <groupId>org.apache.maven.plugins</groupId>
202 <artifactId>maven-checkstyle-plugin</artifactId>
204 <configLocation>checkstyle.xml</configLocation>
205 <outputDirectory>${project.reporting.outputDirectory}/style</outputDirectory>
206 <enableRSS>false</enableRSS>
210 <groupId>org.apache.maven.plugins</groupId>
211 <artifactId>maven-surefire-report-plugin</artifactId>
213 <outputDirectory>${project.reporting.outputDirectory}/unitTest</outputDirectory>
214 <xrefLocation>${project.reporting.outputDirectory}/xref</xrefLocation>
226 <artifactId>maven-compiler-plugin</artifactId>
229 <groupId>org.apache.maven.plugins</groupId>
230 <artifactId>maven-javadoc-plugin</artifactId>
233 <id>release-javadoc</id>
234 <phase>package</phase>
242 <groupId>org.apache.maven.plugins</groupId>
243 <artifactId>maven-jxr-plugin</artifactId>
247 <phase>package</phase>
255 <groupId>org.apache.maven.plugins</groupId>
256 <artifactId>maven-checkstyle-plugin</artifactId>
259 <id>release-checkstyle</id>
260 <phase>package</phase>
262 <goal>checkstyle</goal>
268 <groupId>org.apache.maven.plugins</groupId>
269 <artifactId>maven-surefire-report-plugin</artifactId>
272 <id>release-unitTest</id>
273 <phase>package</phase>
275 <goal>report-only</goal>
281 <artifactId>maven-assembly-plugin</artifactId>
284 <id>make-assembly</id>
285 <phase>package</phase>
287 <goal>attached</goal>
293 <groupId>org.apache.maven.plugins</groupId>
294 <artifactId>maven-gpg-plugin</artifactId>
297 <id>sign-artifacts</id>
298 <phase>verify</phase>
310 <!-- Project Metadata -->
311 <url>https://shibboleth.internet2.edu/</url>
313 <inceptionYear>2006</inceptionYear>
317 <name>Apache 2</name>
318 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
319 <distribution>repo</distribution>
324 <name>Internet2</name>
325 <url>http://www.internet2.edu/</url>
329 <system>JIRA</system>
330 <url>http://bugs.internet2.edu/</url>
335 <name>Shibboleth Announce</name>
336 <subscribe>http://shibboleth.internet2.edu/support.html#lists</subscribe>
337 <unsubscribe>http://shibboleth.internet2.edu/support.html#lists</unsubscribe>
338 <post>shibboleth-announce@internet2.edu</post>
339 <archive>https://mail.internet2.edu/wws/arc/shibboleth-announce</archive>
342 <name>Shibboleth Users</name>
343 <subscribe>http://shibboleth.internet2.edu/support.html#lists</subscribe>
344 <unsubscribe>http://shibboleth.internet2.edu/support.html#lists</unsubscribe>
345 <post>shibboleth-users@internet2.edu</post>
346 <archive>https://mail.internet2.edu/wws/arc/shibboleth-users</archive>
349 <name>Shibboleth Development</name>
350 <subscribe>http://shibboleth.internet2.edu/support.html#lists</subscribe>
351 <unsubscribe>http://shibboleth.internet2.edu/support.html#lists</unsubscribe>
352 <post>shibboleth-dev@internet2.edu</post>
353 <archive>https://mail.internet2.edu/wws/arc/shibboleth-dev</archive>
358 <connection>scm:svn:https://svn.middleware.georgetown.edu/java-idp/</connection>
359 <developerConnection>scm:svn:https://svn.middleware.georgetown.edu/java-idp/</developerConnection>
361 <url>http://svn.middleware.georgetown.edu/view/?root=java-idp</url>
367 <name>Scott Cantor</name>
368 <organization>The Ohio State University</organization>
369 <organizationUrl>http://www.ohio-state.edu/</organizationUrl>
371 <role>developer</role>
373 <timezone>-5</timezone>
377 <name>Nate Klingenstein</name>
378 <organization>Internet2</organization>
379 <organizationUrl>http://www.internet2.edu/</organizationUrl>
381 <role>documentation</role>
383 <timezone>-7</timezone>
387 <name>Chad La Joie</name>
388 <organization>SWITCH</organization>
389 <organizationUrl>http://www.switch.ch/</organizationUrl>
391 <role>developer</role>
392 <role>documentation</role>
394 <timezone>+1</timezone>
398 <name>Will Norris</name>
399 <organization>University of Southern California</organization>
400 <organizationUrl>http://www.usc.edu/</organizationUrl>
402 <role>developer</role>
404 <timezone>-8</timezone>
408 <name>Rod Widdowson</name>
409 <organization>University of Edinburgh</organization>
410 <organizationUrl>http://www.ed.ac.uk/</organizationUrl>
412 <role>developer</role>
414 <timezone>0</timezone>