Skip to content

Commit

Permalink
Remove JDepend Report: No support for Java 8
Browse files Browse the repository at this point in the history
As mentioned here

http://forums.gradle.org/gradle/topics/fyi-jdepend-does-support-java-8

and here

clarkware/jdepend#7

`JDepend` does not support Java 8 and leads to messages like "Unknown constant: 18"
in Maven build. Thus removing the report.
  • Loading branch information
mmichaelis committed Mar 27, 2015
1 parent b9c36c3 commit af42407
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -382,11 +382,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jdepend-maven-plugin</artifactId>
<version>2.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
Expand Down Expand Up @@ -632,10 +627,6 @@
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jdepend-maven-plugin</artifactId>
</plugin>
<!-- Checkstyle: Static Code Analysis -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit af42407

Please sign in to comment.