picketlink-fed
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.picketlink</groupId>
<artifactId>picketlink-fed</artifactId>
<version>2.0.3.Final</version>
</dependency><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.0.3.Final</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.picketlink</groupId>
<artifactId>picketlink-fed</artifactId>
<packaging>pom</packaging>
<name>PicketLink Federation- Assembly</name>
<url>http://www.picketlink.org/</url>
<description>PicketLink Federation</description>
<licenses>
<license>
<name>lgpl</name>
<url>http://repository.jboss.com/licenses/lgpl.txt</url>
</license>
</licenses>
<organization>
<name>JBoss Inc.</name>
<url>http://www.jboss.org</url>
</organization>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.1</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>attached</goal>
</goals>
</execution>
</executions>
<configuration>
<archive>
<manifestEntries>
<Specification-Title>PicketLink</Specification-Title>
<Specification-Version>${project.version}</Specification-Version>
<Specification-Vendor>Red Hat Middleware LLC</Specification-Vendor>
<Implementation-Title>JBoss Identity</Implementation-Title>
<Implementation-Version>${project.version}</Implementation-Version>
<Implementation-VendorId>org.jboss.security</Implementation-VendorId>
<Implementation-Vendor>Red Hat Middleware LLC</Implementation-Vendor>
<Implementation-URL>http://picketlink.org/</Implementation-URL>
</manifestEntries>
</archive>
<descriptors>
<descriptor>bin.xml</descriptor>
<descriptor>sources.xml</descriptor>
</descriptors>
</configuration>
<inherited>false</inherited>
</plugin>
</plugins>
</build>
</project>