edvicif / ResourcePicker-Maven-Plugin

Picks up resources from the classpath and generates an "enum" for the contents of the files
2 stars 1 forks source link

Deal with JDK 7 dependency #16

Open edvicif opened 12 years ago

edvicif commented 12 years ago

The plugin should create a clear message if they try to run with older version than JDK 7.

This is because we depend on nio2.

edvicif commented 12 years ago

There is an option in maven called prequisities. Maybe this is what we need to use