ferstl / pedantic-pom-enforcers

One does not simply write a POM file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JDK 1.7 dependency

ddewaele opened this issue · comments

Hi,

My compliments on creating this project.

1 small remark :

the plugin can only be used when running on a 1.7 JDK.
Are there any plans to make it available on lower JDK levels ?

Thanks for the compliments! It's great to see that other people are using the enforcers.
I backported the release-1.0.x branch to be compatible with Java 1.6 and created a new release 1.0.1. The JAR files should appear on maven-central within the next few hours.
I'm not planning to backport the master branch, which is used for further releases, since Java 1.6 will be EOLed in February 2013.

it's on maven-central:

<dependency>
    <groupId>com.github.ferstl</groupId>
    <artifactId>pedantic-pom-enforcers</artifactId>
    <version>1.0.1</version>
</dependency>

Thanks a lot for the quick response and backport !
We're applying the enforcers on a large number of projects here and so far it's been working great.