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

Commit

Permalink
update compile plugin to 2.5.1
Browse files Browse the repository at this point in the history
attempt to properly compile during release:prepare

[INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:testCompile (default-testCompile) on project nexus-launcher: Compilation failure
[INFO] [ERROR] /opt/data0/sonatype/nexus/oss-git/nexus/nexus-launcher/src/test/java/org/sonatype/nexus/bundle/launcher/NexusStartAndStopStrategy.java:[35,37] incompatible types
[INFO] [ERROR] found   : org.sonatype.nexus.bundle.launcher.NexusStartAndStopStrategy.Strategy
[INFO] [ERROR] required: org.sonatype.nexus.bundle.launcher.NexusStartAndStopStrategy.Strategy
  • Loading branch information
peterlynch committed Jul 12, 2012
1 parent 9adbe88 commit 0336497
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions nexus-maven-plugins/pom.xml
Expand Up @@ -243,6 +243,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.5.1</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
Expand Down
1 change: 1 addition & 0 deletions nexus/pom.xml
Expand Up @@ -1546,6 +1546,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.5.1</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
Expand Down

0 comments on commit 0336497

Please sign in to comment.