[java-idp-testbed COMMIT] /trunk/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Mon Jan 20 21:42:45 EST 2014
Author: tzeller
Date: Mon Jan 20 21:42:45 2014
New Revision: 115
URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=115&view=rev
Log:
Removed system properties plugin.
Modified:
trunk/pom.xml
Modified: trunk/pom.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/pom.xml?rev=115&r1=114&r2=115&view=diff
==============================================================================
--- trunk/pom.xml (original)
+++ trunk/pom.xml Mon Jan 20 21:42:45 2014
@@ -226,27 +226,6 @@
<build>
<plugins>
- <!-- Set Logback configuration file system property. -->
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>properties-maven-plugin</artifactId>
- <version>1.0-alpha-2</version>
- <executions>
- <execution>
- <goals>
- <goal>set-system-properties</goal>
- </goals>
- <configuration>
- <properties>
- <property>
- <name>logback.configurationFile</name>
- <value>${project.baseUri}/src/main/resources/conf/logback.xml</value>
- </property>
- </properties>
- </configuration>
- </execution>
- </executions>
- </plugin>
<!-- mvn:jetty run -->
<plugin>
<groupId>org.eclipse.jetty</groupId>
More information about the commits
mailing list