Skip to content
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

Jetty 11 build still depends on apache-jstl #5992

Closed
joakime opened this issue Feb 19, 2021 · 4 comments
Closed

Jetty 11 build still depends on apache-jstl #5992

joakime opened this issue Feb 19, 2021 · 4 comments
Assignees
Labels

Comments

@joakime
Copy link
Contributor

joakime commented Feb 19, 2021

Jetty version
11.0.1-SNAPSHOT

Description

[INFO] Jetty :: GCloud .................................... SUCCESS [  0.072 s]
[INFO] Jetty :: GCloud :: Session Manager ................. SUCCESS [  0.961 s]
[INFO] Jetty :: Memcached ................................. SUCCESS [  0.100 s]
[INFO] Jetty :: Memcached :: Sessions ..................... SUCCESS [  0.583 s]
[INFO] Jetty Tests :: Sessions :: Parent .................. SUCCESS [  0.081 s]
[INFO] Jetty Tests :: Sessions :: Common .................. SUCCESS [  1.463 s]
[INFO] Jetty :: NoSQL Session Managers .................... SUCCESS [  0.409 s]
[INFO] Jetty :: Test Keystore ............................. SUCCESS [  0.278 s]
[INFO] Jetty :: Home Assembly ............................. SUCCESS [ 10.394 s]
[INFO] Demo :: Embedded Jetty ............................. FAILURE [  7.296 s]
[INFO] Jetty :: Ant Plugin ................................ SKIPPED
[INFO] Jetty :: Websocket :: Core :: Tests ................ SKIPPED
...(snip)...
[INFO] Jetty :: Documentation :: AsciiDoctor Extensions ... SKIPPED
[INFO] Jetty :: Documentation ............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:30 min
[INFO] Finished at: 2021-02-19T13:11:23-06:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project demos-jetty-embedded: Could not resolve dependencies for project
 org.eclipse.jetty.demos:demos-jetty-embedded:jar:11.0.1-SNAPSHOT: Could not find artifact
 org.eclipse.jetty:apache-jstl:jar:11.0.1-SNAPSHOT in oss-snapshots
 (https://oss.sonatype.org/content/repositories/snapshots) -> [Help 1]
@joakime joakime added the Build label Feb 19, 2021
@joakime joakime added this to To do in Jetty 11.0.1 via automation Feb 19, 2021
@janbartel
Copy link
Contributor

Seems there are these references still to apache-jstl:

./javadoc/pom.xml: apache-jstl
./demos/embedded/pom.xml: apache-jstl
./jetty-jspc-maven-plugin/pom.xml: apache-jstl
./jetty-maven-plugin/pom.xml: apache-jstl
./jetty-bom/pom.xml: apache-jstl

@joakime
Copy link
Contributor Author

joakime commented Feb 19, 2021

should they be glassfish-jstl now?

@janbartel
Copy link
Contributor

@joakime I'm fixing it now, PR on the way. If the PR builds in CI with no errors, then just merge it in.

janbartel added a commit that referenced this issue Feb 19, 2021
Signed-off-by: Jan Bartel <janb@webtide.com>
joakime added a commit that referenced this issue Feb 19, 2021
…ge-glassfish-jstl

Issue #5992 Change more modules to glassfish-jstl
@janbartel
Copy link
Contributor

Fixed via #5993

Jetty 11.0.1 automation moved this from To do to Done Feb 22, 2021
This was referenced Mar 6, 2021
This was referenced Mar 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Development

No branches or pull requests

2 participants