diff options
author | Brett Porter <brett@apache.org> | 2009-03-06 08:15:45 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2009-03-06 08:15:45 +0000 |
commit | 32c2577fa0e82ff0fe5916c7c6eb7baf4a6b58b3 (patch) | |
tree | 34a7f9803efd1a2173d53dc85e4188650d8a42bf /pom.xml | |
parent | 3823131239568ab079779f77206b7e9e6554fe9e (diff) | |
download | archiva-32c2577fa0e82ff0fe5916c7c6eb7baf4a6b58b3.tar.gz archiva-32c2577fa0e82ff0fe5916c7c6eb7baf4a6b58b3.zip |
formatting
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@750804 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 24 |
1 files changed, 12 insertions, 12 deletions
@@ -111,16 +111,16 @@ <groupId>org.codehaus.modello</groupId> <artifactId>modello-maven-plugin</artifactId> <version>1.0</version> - <configuration> - <useJava5>true</useJava5> - </configuration> - <dependencies> + <configuration> + <useJava5>true</useJava5> + </configuration> + <dependencies> <dependency> <groupId>org.codehaus.modello</groupId> <artifactId>modello-plugin-plexus-registry</artifactId> <version>1.0-alpha-21</version> </dependency> - <dependency> + <dependency> <groupId>org.codehaus.modello</groupId> <artifactId>modello-plugin-jpox</artifactId> <version>1.0-alpha-21</version> @@ -836,7 +836,7 @@ <exclusion> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> - </exclusion> + </exclusion> </exclusions> </dependency> @@ -920,12 +920,12 @@ <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-http-lightweight</artifactId> <version>${wagon.version}</version> - <exclusions> - <exclusion> - <groupId>nekohtml</groupId> - <artifactId>xercesMinimal</artifactId> - </exclusion> - </exclusions> + <exclusions> + <exclusion> + <groupId>nekohtml</groupId> + <artifactId>xercesMinimal</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.apache.maven.wagon</groupId> |