aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2012-11-01 23:47:15 +0000
committerOlivier Lamy <olamy@apache.org>2012-11-01 23:47:15 +0000
commit79e3e0cf942fd46fab077954e5d00e3e644eaf92 (patch)
treeb43e58bcfb800b1b8b91d0813c182309b43178f8 /pom.xml
parentb96c1a125d1c7a48157d08256f253f9d4dfa14ff (diff)
downloadarchiva-79e3e0cf942fd46fab077954e5d00e3e644eaf92.tar.gz
archiva-79e3e0cf942fd46fab077954e5d00e3e644eaf92.zip
aggregate checkstyle
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1404833 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml46
1 files changed, 28 insertions, 18 deletions
diff --git a/pom.xml b/pom.xml
index 7a522a166..357fdb397 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,8 @@
~ specific language governing permissions and limitations
~ under the License.
-->
-<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>
<parent>
@@ -58,7 +59,8 @@
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk/</connection>
- <developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk/</developerConnection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk/
+ </developerConnection>
<url>http://svn.apache.org/viewvc/archiva/redback/redback-core/trunk/</url>
</scm>
@@ -68,7 +70,7 @@
<url>file://${siteDeployDirectory}</url>
</site>
</distributionManagement>
-
+
<properties>
<springVersion>3.1.3.RELEASE</springVersion>
<slf4jVersion>1.7.1</slf4jVersion>
@@ -91,16 +93,16 @@
<repositories>
<repository>
- <id>archiva.snapshots</id>
- <name>Archiva VM Snapshots Repository</name>
- <url>https://archiva-repository.apache.org/archiva/repository/snapshots</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </repository>
+ <id>archiva.snapshots</id>
+ <name>Archiva VM Snapshots Repository</name>
+ <url>https://archiva-repository.apache.org/archiva/repository/snapshots</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </repository>
<repository>
<id>apache.snapshots</id>
@@ -682,8 +684,8 @@
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
</manifest>
</archive>
- </configuration>
- </plugin>
+ </configuration>
+ </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
@@ -784,10 +786,18 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>${checkstyleVersion}</version>
+ <inherited>false</inherited>
<configuration>
<configLocation>config/maven_checks.xml</configLocation>
<headerLocation>config/maven-header.txt</headerLocation>
</configuration>
+ <reportSets>
+ <reportSet>
+ <reports>
+ <report>checkstyle-aggregate</report>
+ </reports>
+ </reportSet>
+ </reportSets>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -810,9 +820,9 @@
<bootclasspath>${sun.boot.class.path}</bootclasspath>
<additionalparam>
- -hdf project.name "${project.name}"
- -d ${project.build.directory}/site/apidocs
- </additionalparam>
+ -hdf project.name "${project.name}"
+ -d ${project.build.directory}/site/apidocs
+ </additionalparam>
<useStandardDocletOptions>false</useStandardDocletOptions>
<additionalJOption>-J-Xmx1024m</additionalJOption>
<additionnalDependencies>