aggregate checkstyle
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1404833 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b96c1a125d
commit
79e3e0cf94
46
pom.xml
46
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>
|
||||
|
|
Loading…
Reference in New Issue