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?

Probably you can try to release only hudson-utils with a classifier "jdk5" (from a git branch I guess).

- Winston
I asked if Hudson Core can be changed to compile only hudson-utils for Java 5 (or Java 6 if you prefer).


On Sat, Sep 19, 2015 at 12:09 PM Winston Prakash <winston.prakash@xxxxxxxxx> wrote:
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

_______________________________________________
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


_______________________________________________
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