mirror of https://github.com/apache/archiva.git
Adding placeholder for archiva-build-resources usage.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@640304 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
09442a3ff7
commit
fe5f68cc4c
|
@ -23,6 +23,7 @@
|
|||
<version>5</version>
|
||||
</parent>
|
||||
|
||||
<groupId>org.apache.maven.archiva</groupId>
|
||||
<artifactId>archiva-build-resources</artifactId>
|
||||
<version>1-SNAPSHOT</version>
|
||||
<name>Archiva Build Resources</name>
|
||||
|
|
35
pom.xml
35
pom.xml
|
@ -94,6 +94,28 @@
|
|||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>2.4.1</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-checkstyle-plugin</artifactId>
|
||||
<version>2.1</version>
|
||||
<configuration>
|
||||
<includeTestSourceDirectory>true</includeTestSourceDirectory>
|
||||
<configLocation>config/maven_checks.xml</configLocation>
|
||||
<!-- TODO: enable when archiva-build-resources is active (released?)
|
||||
<configLocation>checkstyle.xml</configLocation>
|
||||
<headerLocation>header.txt</headerLocation>
|
||||
-->
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>check</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<failOnViolation>true</failOnViolation>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-remote-resources-plugin</artifactId>
|
||||
|
@ -134,6 +156,15 @@
|
|||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
<!-- TODO: enable when archiva-build-resources is active (released?)
|
||||
<extensions>
|
||||
<extension>
|
||||
<groupId>org.apache.maven.archiva</groupId>
|
||||
<artifactId>archiva-build-resources</artifactId>
|
||||
<version>1-SNAPSHOT</version>
|
||||
</extension>
|
||||
</extensions>
|
||||
-->
|
||||
</build>
|
||||
<modules>
|
||||
<module>archiva-base</module>
|
||||
|
@ -741,10 +772,6 @@
|
|||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-checkstyle-plugin</artifactId>
|
||||
<version>2.1</version>
|
||||
<configuration>
|
||||
<configLocation>config/maven_checks.xml</configLocation>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<!-- TODO: OOME
|
||||
<plugin>
|
||||
|
|
Loading…
Reference in New Issue