diff --git a/tutorial/pom.xml b/tutorial/pom.xml index d5d1c19c..fe9b15d7 100755 --- a/tutorial/pom.xml +++ b/tutorial/pom.xml @@ -1,323 +1,299 @@ - - Copyright (c) 2018, 2021 Oracle and/or its affiliates. All rights reserved. + + 4.0.0 - This program and the accompanying materials are made available under the - terms of the Eclipse Distribution License v. 1.0, which is available at - http://www.eclipse.org/org/documents/edl-v10.php. + + org.eclipse.ee4j + project + 1.0.6 + - SPDX-License-Identifier: BSD-3-Clause + jakarta.tutorial + examples + 9.0-SNAPSHOT + pom ---> + Jakarta EE Tutorial Examples - - 4.0.0 + + archetypes + batch + case-studies + cdi + concurrency + connectors + ejb + jaxrs + jaxws + jms + persistence + security + web + - - org.eclipse.ee4j - project - 1.0.6 - + + scm:git:https://github.com/eclipse-ee4j/jakartaee-examples.git + scm:git:git@github.com:eclipse-ee4j/jakartaee-examples.git + HEAD + + + GitHub + https://github.com/eclipse-ee4j/jakartaee-examples/issues + - jakarta.tutorial - examples - 9.0-SNAPSHOT - pom + + UTF-8 + + 4.13.1 + 3.2 + 3.0.0 + 6.0.0 + + domain1 + ${glassfish.home.prefix}/glassfish6 + glassfish6x + + true + true + true + false + - Jakarta EE Tutorial Examples + + + jakarta.platform + jakarta.jakartaee-api + 9.0.0 + provided + + - - archetypes - batch - case-studies - cdi - concurrency - connectors - ejb - jaxrs - jaxws - jms - persistence - security - web - + + ${project.artifactId} + + + + org.apache.maven.plugins + maven-clean-plugin + 3.1.0 + + + org.apache.maven.plugins + maven-enforcer-plugin + 3.0.0-M3 + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + + org.apache.maven.plugins + maven-source-plugin + 3.2.1 + + + org.apache.maven.plugins + maven-war-plugin + 3.3.1 + + + org.apache.maven.plugins + maven-jar-plugin + 3.2.0 + + + org.apache.maven.plugins + maven-ejb-plugin + 3.1.0 + + + org.apache.maven.plugins + maven-ear-plugin + 3.1.0 + + + org.apache.maven.plugins + maven-acr-plugin + 3.1.0 + + + org.apache.maven.plugins + maven-rar-plugin + 2.4 + + + org.codehaus.cargo + cargo-maven2-plugin + 1.8.3 + + + org.codehaus.mojo + exec-maven-plugin + 3.0.0 + + + + + + + maven-enforcer-plugin + + + enforce-versions + + enforce + + + + + 3.2.3 + + + 1.8 + + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.8 + 1.8 + + + + + org.codehaus.cargo + cargo-maven2-plugin + + + deploy + integration-test + + redeploy + + + + + + ${integration.container.id} + installed + ${glassfish.home} + + + existing + ${glassfish.home}/glassfish/domains + + ${glassfish.domain.name} + + + + + + + + + com.mycila.maven-license-plugin + maven-license-plugin + 1.10.b1 + +
common/license.txt
+ + common/** + **/META-INF/** + **/WEB-INF/** + **/nbactions.xml + **/nb-configuration.xml + **/glassfish-resources.xml + **/simple-flow-flow.xml + +
+
+ + + org.apache.maven.plugins + maven-ear-plugin + + @{artifactId}@.@{extension}@ + + + + + org.apache.maven.plugins + maven-ejb-plugin + + ${jakarta.ejb.version} + + +
+
- - scm:git:https://github.com/eclipse-ee4j/jakartaee-tutorial-examples.git - scm:git:git@github.com:eclipse-ee4j/jakartaee-tutorial-examples.git - HEAD - - - GitHub - https://github.com/eclipse-ee4j/jakartaee-tutorial-examples/issues - - - - UTF-8 - 9.0.0 - 3.8.1 - 3.2.1 - 3.1.0 - 3.3.1 - 3.1.0 - 3.1.0 - 3.1.0 - 3.2.0 - 2.4 - 1.10.b1 - 3.0.0 - 3.0.0-M3 - 4.13.1 - 3.0.0 - 6.0.0 - 1.8.3 - 3.2 - domain1 - ${glassfish.home.prefix}/glassfish6 - glassfish6x - true - true - true - false - - - - - jakarta.platform - jakarta.jakartaee-api - ${jakartaee.api.version} - provided - - - - - ${project.artifactId} - - - - org.apache.maven.plugins - maven-compiler-plugin - ${maven.compiler.plugin.version} - - - org.apache.maven.plugins - maven-source-plugin - ${maven.source.plugin.version} - - - org.apache.maven.plugins - maven-clean-plugin - ${maven.clean.plugin.version} - - - org.apache.maven.plugins - maven-war-plugin - ${maven.war.plugin.version} - - - org.apache.maven.plugins - maven-jar-plugin - ${maven.jar.plugin.version} - - - org.apache.maven.plugins - maven-ejb-plugin - ${maven.ejb.plugin.version} - - - org.apache.maven.plugins - maven-ear-plugin - ${maven.ear.plugin.version} - - - org.apache.maven.plugins - maven-acr-plugin - ${maven.acr.plugin.version} - - - org.apache.maven.plugins - maven-rar-plugin - ${maven.rar.plugin.version} - - - org.apache.maven.plugins - maven-enforcer-plugin - ${maven.enforcer.plugin.version} - - - org.codehaus.cargo - cargo-maven2-plugin - ${cargo.plugin.version} - - - org.codehaus.mojo - exec-maven-plugin - ${maven.exec.plugin.version} - - - - - - org.codehaus.cargo - cargo-maven2-plugin - true - - - deploy - integration-test - - redeploy - - - - - - ${integration.container.id} - installed - ${glassfish.home} - - - existing - ${glassfish.home}/glassfish/domains - - ${glassfish.domain.name} - - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.8 - 1.8 - - - - com.mycila.maven-license-plugin - maven-license-plugin - ${maven.license.plugin.version} - -
common/license.txt
- - common/** - **/META-INF/** - **/WEB-INF/** - **/nbactions.xml - **/nb-configuration.xml - **/glassfish-resources.xml - **/simple-flow-flow.xml - -
-
- - maven-release-plugin - - forked-path - false - ${release.arguments} - true - @{project.version} - - - - org.apache.maven.scm - maven-scm-provider-gitexe - 1.11.2 - - - - - maven-enforcer-plugin - - - enforce-versions - - enforce - - - - - 3.2.3 - - - 1.8 - - - - - - - - org.apache.maven.plugins - maven-ear-plugin - - @{artifactId}@.@{extension}@ - - - - org.apache.maven.plugins - maven-ejb-plugin - - ${jakarta.ejb.version} - - -
-
- - - - windows - - - windows - - - - c:/ - .bat - - - - unix - - - unix - - - - ${user.home} - - - - - sdk - - true - - - ${basedir}/../../../ - - - - development - - - ${basedir}/../bundle - - - - ${glassfish.home.prefix}/glassfish6 - - - - standalone - - ${basedir}/target/cargo/installs/glassfish - - - + + + windows + + + windows + + + + c:/ + .bat + + + + + unix + + + unix + + + + ${user.home} + + + + + + sdk + + true + + + ${basedir}/../../../ + + + + + development + + + ${basedir}/../bundle + + + + ${glassfish.home.prefix}/glassfish6 + + + + + standalone + + ${basedir}/target/cargo/installs/glassfish + + +