mirror of
https://github.com/apache/archiva.git
synced 2025-02-07 10:39:02 +00:00
pin Cobertura version
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/branches@570315 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
57cca996fc
commit
c1f388cb08
@ -19,7 +19,8 @@
|
||||
~ 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>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
@ -33,10 +34,10 @@
|
||||
<name>Archiva</name>
|
||||
<version>1.0-beta-2-SNAPSHOT</version>
|
||||
<description>
|
||||
Archiva is an application for managing one or more remote
|
||||
repositories, including administration, artifact handling,
|
||||
browsing and searching.
|
||||
</description>
|
||||
Archiva is an application for managing one or more remote
|
||||
repositories, including administration, artifact handling,
|
||||
browsing and searching.
|
||||
</description>
|
||||
<url>http://maven.apache.org/archiva</url>
|
||||
<issueManagement>
|
||||
<system>jira</system>
|
||||
@ -95,26 +96,26 @@
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<!-- Doesn't work on Mac with Java 6 yet
|
||||
<plugin>
|
||||
<artifactId>maven-enforcer-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>enforce-java</id>
|
||||
<goals>
|
||||
<goal>enforce-once</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<rules>
|
||||
<requireJavaVersion>
|
||||
<version>1.5.0</version>
|
||||
</requireJavaVersion>
|
||||
</rules>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
-->
|
||||
<!-- Doesn't work on Mac with Java 6 yet
|
||||
<plugin>
|
||||
<artifactId>maven-enforcer-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>enforce-java</id>
|
||||
<goals>
|
||||
<goal>enforce-once</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<rules>
|
||||
<requireJavaVersion>
|
||||
<version>1.5.0</version>
|
||||
</requireJavaVersion>
|
||||
</rules>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
-->
|
||||
<plugin>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<configuration>
|
||||
@ -670,6 +671,7 @@
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>cobertura-maven-plugin</artifactId>
|
||||
<version>2.0</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-checkstyle-plugin</artifactId>
|
||||
@ -750,6 +752,7 @@
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>cobertura-maven-plugin</artifactId>
|
||||
<version>2.0</version>
|
||||
<configuration>
|
||||
<check>
|
||||
<!-- TODO! raise to 85/100 -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user