Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jstl-dev] How to Stage TagsDoc for Release

Hi,

Essentially to stage it you could essentially copy https://ci.eclipse.org/jstl/job/1_jstl-impl-build-and-stage (create a new item, and select copy from "1_jstl-impl-build-and-stage").

Then in the script change

BUILD_DIR="${WORKSPACE}/impl"

into

BUILD_DIR="${WORKSPACE}/tagsdoc"

Also change the group id of tagsdoc to org.glassfish.web. We can only stage into a group id that we (the CI) owns and not in just any arbitrary one.

But indeed as you say, it's not needed for the JSTL Impl, as it references it via a profile. This was as intended, as otherwise it was not possible to stage JSTL Imp itself.

Kind regards,
Arjan


Back to the top