Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
[maven-release-plugin] copy for tag nexus-1.9
Browse files Browse the repository at this point in the history
git-svn-id: file:///opt/svn/repositories/sonatype.org/nexus/tags/nexus-1.9@7809 2aa8b3fc-8ebb-4439-a84f-95066eaea8ab
  • Loading branch information
dbradicich committed Feb 2, 2011
2 parents 5aaa200 + 8e0ea90 commit eb0c8af
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions pom.xml
Expand Up @@ -577,6 +577,16 @@
<artifactId>aether-util</artifactId>
<version>${aether.version}</version>
</dependency>
<dependency>
<groupId>org.sonatype.aether</groupId>
<artifactId>aether-spi</artifactId>
<version>${aether.version}</version>
</dependency>
<dependency>
<groupId>org.sonatype.aether</groupId>
<artifactId>aether-impl</artifactId>
<version>${aether.version}</version>
</dependency>

<!-- Various commonly used deps -->
<dependency>
Expand Down Expand Up @@ -1032,6 +1042,15 @@
</excludes>
<message>xml apis got banned since they are already included on java 6</message>
</bannedDependencies>
<bannedDependencies>
<excludes>
<exclude>org.sonatype.aether:*:1.8</exclude>
</excludes>
<includes>
<include>org.sonatype.aether:*:1.8.1</include>
</includes>
<message>Must use aether 1.8.1 or newer</message>
</bannedDependencies>
<!-- <requirePluginVersions> <banSnapshots>false</banSnapshots> </requirePluginVersions> -->
</rules>
<fail>true</fail>
Expand Down

0 comments on commit eb0c8af

Please sign in to comment.