[java-parent-projects COMMIT] /java-parent-project-v3/trunk/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Tue Dec 16 05:44:17 EST 2014
Author: iay
Date: Tue Dec 16 05:44:16 2014
New Revision: 315
URL: http://svn.shibboleth.net/view/java-parent-projects?rev=315&view=rev
Log:
Remove "endorsed" profile as we no longer support endorsement in the V3 stack.
Modified:
java-parent-project-v3/trunk/pom.xml
Modified: java-parent-project-v3/trunk/pom.xml
URL: http://svn.shibboleth.net/view/java-parent-projects/java-parent-project-v3/trunk/pom.xml?rev=315&r1=314&r2=315&view=diff
==============================================================================
--- java-parent-project-v3/trunk/pom.xml (original)
+++ java-parent-project-v3/trunk/pom.xml Tue Dec 16 05:44:16 2014
@@ -781,80 +781,6 @@
</build>
</profile>
<profile>
- <id>endorsed</id>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <compilerArguments>
- <endorseddirs>${project.build.directory}/endorsed</endorseddirs>
- </compilerArguments>
- <showDeprecation>true</showDeprecation>
- <showWarnings>true</showWarnings>
- <debug>true</debug>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- <executions>
- <execution>
- <phase>initialize</phase>
- <goals>
- <goal>copy</goal>
- </goals>
- <configuration>
- <outputDirectory>${project.build.directory}/endorsed</outputDirectory>
- <silent>true</silent>
- <artifactItems>
- <artifactItem>
- <groupId>${xerces.groupId}</groupId>
- <artifactId>xml-apis</artifactId>
- <version>${xerces.version}</version>
- </artifactItem>
- <artifactItem>
- <groupId>${xerces.groupId}</groupId>
- <artifactId>xercesImpl</artifactId>
- <version>${xerces.version}</version>
- </artifactItem>
- <artifactItem>
- <groupId>${xerces.groupId}</groupId>
- <artifactId>serializer</artifactId>
- <version>${xerces.version}</version>
- </artifactItem>
- <artifactItem>
- <groupId>${xmlresolver.groupId}</groupId>
- <artifactId>xml-resolver</artifactId>
- <version>${xmlresolver.version}</version>
- </artifactItem>
- <artifactItem>
- <groupId>${xalan.groupId}</groupId>
- <artifactId>xalan</artifactId>
- <version>${xalan.version}</version>
- </artifactItem>
- </artifactItems>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <redirectTestOutputToFile>true</redirectTestOutputToFile>
- <!--
- Change the bytecode verifier so that Cobertura will work.
- Endorsed the selected JAXP implementations.
- -->
- <argLine>-Djava.endorsed.dirs=${project.build.directory}/endorsed -XX:-UseSplitVerifier</argLine>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
- <profile>
<id>sign</id>
<build>
<plugins>
More information about the commits
mailing list