diff --git a/NOTICE.md b/NOTICE.md index 84b56c9a..3a821056 100644 --- a/NOTICE.md +++ b/NOTICE.md @@ -51,6 +51,11 @@ jakarta.xml.bind-api Version: 3.0 * License: BSD-3-Clause * Copyright (c) 2017, 2018 Oracle and/or its affiliates +jline (2.14.5) +* License: BSD-3-Clause +* Project: https://github.com/jline/jline2 +* Source: https://github.com/jline/jline2 + ## Cryptography Content may contain encryption software. The country in which you are currently diff --git a/README.md b/README.md index 56d10a04..8cf70135 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ Building Tyrus can be done using `mvn clean install`, but sometimes (such as for ## Links +- Documentation: https://eclipse-ee4j.github.io/tyrus/ - Website: https://projects.eclipse.org/projects/ee4j.tyrus - Issues tracker: https://github.com/eclipse-ee4j/tyrus/issues - Mailing list: https://accounts.eclipse.org/mailing-list/tyrus-dev diff --git a/archetypes/echo/src/main/resources/archetype-resources/pom.xml b/archetypes/echo/src/main/resources/archetype-resources/pom.xml index f1abf557..0d025d76 100644 --- a/archetypes/echo/src/main/resources/archetype-resources/pom.xml +++ b/archetypes/echo/src/main/resources/archetype-resources/pom.xml @@ -15,7 +15,7 @@ org.apache.maven.plugins maven-war-plugin - 3.3.2 + 3.4.0 false @@ -23,11 +23,12 @@ org.apache.maven.plugins maven-compiler-plugin - 3.9.0 + true - 11 - 11 - UTF-8 + ${java.version} + ${java.version} + false + false @@ -66,6 +67,7 @@ 2.1.0 + 11 ${project.version} UTF-8 diff --git a/bundles/samples/pom.xml b/bundles/samples/pom.xml index 9640307f..76f10de2 100644 --- a/bundles/samples/pom.xml +++ b/bundles/samples/pom.xml @@ -1,7 +1,7 @@ - attached + single diff --git a/bundles/websocket-ri-bundle/pom.xml b/bundles/websocket-ri-bundle/pom.xml index 4da4cc29..5ea073d7 100755 --- a/bundles/websocket-ri-bundle/pom.xml +++ b/bundles/websocket-ri-bundle/pom.xml @@ -1,7 +1,7 @@ - attached + single diff --git a/containers/glassfish/cdi/pom.xml b/containers/glassfish/cdi/pom.xml index a30b6c28..c5c20ec9 100755 --- a/containers/glassfish/cdi/pom.xml +++ b/containers/glassfish/cdi/pom.xml @@ -1,6 +1,6 @@ true @@ -335,14 +291,6 @@ - - org.apache.maven.plugins - maven-war-plugin - 3.3.1 - - false - - org.apache.maven.plugins maven-javadoc-plugin @@ -368,28 +316,112 @@ - - org.apache.maven.plugins - maven-surefire-plugin - 3.0.0-M5 - - - org.apache.maven.plugins - maven-shade-plugin - 3.2.4 - org.codehaus.mojo exec-maven-plugin - 1.2.1 + 3.1.0 com.sun.tools.xjc.maven2 maven-jaxb-plugin 1.1.1 + + + + + org.commonjava.maven.plugins + directory-maven-plugin + 1.0 + + + directories + + highest-basedir + + initialize + + legal.source.folder + + + + + + org.apache.maven.plugins + maven-source-plugin + 3.2.0 + + + attach-sources + verify + + jar-no-fork + + + + + + org.codehaus.mojo + build-helper-maven-plugin + true + + + org.apache.maven.plugins + maven-compiler-plugin + 3.10.1 + + 11 + 11 + UTF-8 + + + + org.apache.maven.plugins + maven-release-plugin + + forked-path + false + ${release.arguments} + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8.1 + + 10 + + + + org.apache.maven.plugins + maven-checkstyle-plugin + 3.1.0 + + + com.puppycrawl.tools + checkstyle + 8.30 + + + + + validate + + check + + + true + true + etc/config/checkstyle-build.xml + true + **/guide/*,**/org/glassfish/tyrus/core/wsadl/model/**/*,**/LocalizationMessages.java,**/module-info.java + + + + + diff --git a/samples/cdi/pom.xml b/samples/cdi/pom.xml index 80d21518..98ccf465 100755 --- a/samples/cdi/pom.xml +++ b/samples/cdi/pom.xml @@ -1,6 +1,6 @@ + + jakarta.servlet + jakarta.servlet-api + jakarta.websocket jakarta.websocket-api