-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minor issues with the POM #3
Comments
I did a search for A better approach would be to separate command line stuff in its own module and keep webarchive-commons as a plain library. |
I think it would be helpful to list the 'tools' in question: Plus two more under |
If we require Java 7, it might also be the right time to remove the classes pulled in from OpenJDK 7 as described in this comment #20 (comment) by @gojomo. As far as I know, all implementations of Java 7 are using the class library from OpenJDK 7, so this should be safe. |
If we move to Java7 that will affect Wayback and Heritrix as well. |
Since Java 6 reached its end of public updates in February 2013 it seems like a good idea to require Java 7, but that need to be agreed on with the wider community. Any ideas how to proceed? |
To sum this up:
|
Issue #3 Require the oldest recommended version of Maven 3
Seems all requests in this issue either are fixed or moved to new issues under the 1.2.0 release, closing. |
There is no organization tag.
I wonder if we should explicitly declare this a Maven 3 project? It already conforms to M3.
The compiler plugin specifies Java 6. Seems like a good time to bump this up to 7.
I notice that there is an assembly plugin defined to create a "jar-with-dependencies". This doesn't seem necessary or useful for a library.
The text was updated successfully, but these errors were encountered: