clarkware / jdepend

A Java package dependency analyzer that generates design quality metrics.
MIT License
663 stars 132 forks source link

Add support for Java 8 constants #9

Closed jcestibariz closed 9 years ago

jcestibariz commented 9 years ago

Created from patch provided by @iloveeclipse, but only with significant changes.

coreagile commented 9 years ago

Great that this is merged!

How does the new artifact get into Maven Central? Should the issue also be closed?

davidburkhart commented 9 years ago

It seems that it is not clear, who is maintaining the maven artifact, as it is not the author of jdepend. I would appreciate it too if somebody could create a release on maven central. Btw. the version number in build.xml would have to be adjusted before.

BenRomberg commented 8 years ago

Btw, there's a fork from @nidi3 available on Maven Central that includes various fixes: https://github.com/nidi3/jdepend

    <dependency>
      <groupId>guru.nidi</groupId>
      <artifactId>jdepend</artifactId>
      <version>2.9.5</version>
    </dependency>
nickgrealy commented 8 years ago

Any progress on a new release?

davidburkhart commented 8 years ago

use the force / fork ;)