-
Notifications
You must be signed in to change notification settings - Fork 29
/
pom.xml
33 lines (30 loc) · 1.13 KB
/
pom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.picketlink</groupId>
<artifactId>picketlink-fed-parent</artifactId>
<version>2.1.11-SNAPSHOT</version>
<relativePath>parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>picketlink-fed-pom</artifactId>
<packaging>pom</packaging>
<name>PicketLink Federation</name>
<url>http://labs.jboss.org/portal/picketlink/</url>
<description>PicketLink Federation is the federated identity project for JEMS projects</description>
<modules>
<module>parent</module>
<module>picketlink-core</module>
<module>picketlink-bindings</module>
</modules>
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<aggregate>true</aggregate>
</configuration>
</plugin>
</plugins>
</reporting>
</project>