[java-identity-provider COMMIT] /trunk/idp-distribution/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Tue Sep 2 13:51:32 EDT 2014
Author: tzeller
Date: Tue Sep 2 13:51:31 2014
New Revision: 6495
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6495&view=rev
Log:
Formatting.
Modified:
trunk/idp-distribution/pom.xml
Modified: trunk/idp-distribution/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-distribution/pom.xml?rev=6495&r1=6494&r2=6495&view=diff
==============================================================================
--- trunk/idp-distribution/pom.xml (original)
+++ trunk/idp-distribution/pom.xml Tue Sep 2 13:51:31 2014
@@ -31,7 +31,7 @@
<artifactId>idp-installer</artifactId>
<version>${project.version}</version>
</dependency>
-
+
<dependency>
<groupId>net.shibboleth.utilities.jetty9</groupId>
<artifactId>jetty9-dta-ssl</artifactId>
@@ -55,15 +55,15 @@
<scope>runtime</scope>
</dependency>
<dependency>
- <groupId>org.apache.ant</groupId>
- <artifactId>ant</artifactId>
- <version>1.9.4</version>
- <scope>runtime</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.ant</groupId>
- <artifactId>ant-launcher</artifactId>
- <version>1.9.4</version>
+ <groupId>org.apache.ant</groupId>
+ <artifactId>ant</artifactId>
+ <version>1.9.4</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.ant</groupId>
+ <artifactId>ant-launcher</artifactId>
+ <version>1.9.4</version>
<scope>runtime</scope>
</dependency>
@@ -86,7 +86,7 @@
</goals>
<configuration>
<includeEmptyDirs>true</includeEmptyDirs>
- <outputDirectory>${assembly-directory}</outputDirectory>
+ <outputDirectory>${assembly-directory}</outputDirectory>
<resources>
<resource>
<directory>${basedir}/src/main/resources</directory>
@@ -168,8 +168,8 @@
<configuration>
<artifactItems>
<artifactItem>
- <groupId>${project.groupId}</groupId>
- <artifactId>idp-installer</artifactId>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>idp-installer</artifactId>
</artifactItem>
<artifactItem>
<groupId>com.beust</groupId>
More information about the commits
mailing list