Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [hudson-dev] Is it acceptable to compile hudson-utils for Java 5?

hudson-utils is part of Hudson core. It is not released separately.

- Winston

The artifact is depended on by the Maven3 Plugin and if it is compiled for Java 7, no Maven project can use Java 6 or earlier as the project JDK.

As the bundled Maven is version 3.1.1 compatible with Java 5, it is desirable to compile hudson-utils also for Java 5, too.


_______________________________________________
hudson-dev mailing list
hudson-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/hudson-dev


Back to the top