mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-27 06:12:27 +00:00
Formatted pom.xml to correct spacing.
This commit is contained in:
parent
87ddc63f73
commit
e7b680254f
18
pom.xml
18
pom.xml
@ -1,4 +1,5 @@
|
|||||||
<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">
|
<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">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.springframework.security</groupId>
|
<groupId>org.springframework.security</groupId>
|
||||||
<artifactId>spring-security-parent</artifactId>
|
<artifactId>spring-security-parent</artifactId>
|
||||||
@ -34,8 +35,11 @@
|
|||||||
</licenses>
|
</licenses>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:svn:https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/spring-security/trunk</connection>
|
<connection>scm:svn:https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/spring-security/trunk
|
||||||
<developerConnection>scm:svn:https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/spring-security/trunk</developerConnection>
|
</connection>
|
||||||
|
<developerConnection>
|
||||||
|
scm:svn:https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/spring-security/trunk
|
||||||
|
</developerConnection>
|
||||||
<url>http://acegisecurity.svn.sourceforge.net/viewcvs.cgi/acegisecurity/spring-security/trunk/</url>
|
<url>http://acegisecurity.svn.sourceforge.net/viewcvs.cgi/acegisecurity/spring-security/trunk/</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
@ -408,12 +412,12 @@
|
|||||||
<targetDirectory>${docbook.target}</targetDirectory>
|
<targetDirectory>${docbook.target}</targetDirectory>
|
||||||
<inputs>springsecurity.xml</inputs>
|
<inputs>springsecurity.xml</inputs>
|
||||||
<chunkedOutput>false</chunkedOutput>
|
<chunkedOutput>false</chunkedOutput>
|
||||||
<!--
|
<!--
|
||||||
<htmlStylesheet>css/spring-security-docbook.css</htmlStylesheet>
|
<htmlStylesheet>css/spring-security-docbook.css</htmlStylesheet>
|
||||||
<htmlCustomization>
|
<htmlCustomization>
|
||||||
${docbook.source}/resources/xsl/spring-security-docbook-html.xsl
|
${docbook.source}/resources/xsl/spring-security-docbook-html.xsl
|
||||||
</htmlCustomization>
|
</htmlCustomization>
|
||||||
-->
|
-->
|
||||||
<postProcess>
|
<postProcess>
|
||||||
<copy todir="${docbook.target}/images">
|
<copy todir="${docbook.target}/images">
|
||||||
<fileset dir="${docbook.source}/images">
|
<fileset dir="${docbook.source}/images">
|
||||||
@ -465,7 +469,7 @@
|
|||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-jxr-plugin</artifactId>
|
<artifactId>maven-jxr-plugin</artifactId>
|
||||||
</plugin>
|
</plugin>
|
||||||
<!--
|
<!--
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-checkstyle-plugin</artifactId>
|
<artifactId>maven-checkstyle-plugin</artifactId>
|
||||||
@ -475,7 +479,7 @@
|
|||||||
</configLocation>
|
</configLocation>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
-->
|
-->
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.codehaus.mojo</groupId>
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
<artifactId>cobertura-maven-plugin</artifactId>
|
<artifactId>cobertura-maven-plugin</artifactId>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user