Skip to content

Commit

Permalink
Remove plexus hack which seems to now be causing problems.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgruber committed Apr 25, 2015
1 parent 2308f19 commit 1681c04
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions pom.xml
Expand Up @@ -34,41 +34,6 @@
</execution>
</executions>
</plugin>

<!-- Work around slow group resolution, similar to https://github.com/sonatype/plexus-io/commit/da38b3d0966b44d5a980b71038dff593fde2b815 -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-io</artifactId>
<version>2.0.9</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-io</artifactId>
<version>2.0.9</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-io</artifactId>
<version>2.0.9</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
<developers>
Expand Down

0 comments on commit 1681c04

Please sign in to comment.