diff --git a/combined-pom/pom.xml b/combined-pom/pom.xml deleted file mode 100644 index 9e5b1d6..0000000 --- a/combined-pom/pom.xml +++ /dev/null @@ -1,286 +0,0 @@ - - - - 4.0.0 - - - org.eclipse.ee4j - project - 1.0.6 - - - org.glassfish - jakarta.el - 4.0.0-SNAPSHOT - - Jakarta Expression Language 4.0 - - Jakarta Expression Language provides a specification document, API, reference implementation and TCK - that describes an expression language for Java applications. - - https://projects.eclipse.org/projects/ee4j.el - - - - 4.0.0-SNAPSHOT - - 4.0 - Oracle Corporation - - - - - yaminikb - Yamini K B - Oracle Corporation - http://www.oracle.com/ - - - - - - Kin-man Chung - - - - - github - https://github.com/eclipse-ee4j/el-ri/issues - - - - - EPL 2.0 - http://www.eclipse.org/legal/epl-2.0 - repo - - - GPL2 w/ CPE - https://www.gnu.org/software/classpath/license.html - repo - - - - - - Jakarta Expression Language mailing list - el-dev@eclipse.org - https://dev.eclipse.org/mailman/listinfo/el-dev - https://dev.eclipse.org/mailman/listinfo/el-dev - https://dev.eclipse.org/mhonarc/lists/el-dev - - - - - scm:git:https://github.com/eclipse-ee4j/el-ri.git - - scm:git:git@github.com:eclipse-ee4j/el-ri.git - - https://github.com/eclipse-ee4j/el-ri - HEAD - - - - - junit - junit - 4.13.1 - test - - - - - - - api/src/main/java - - **/*.properties - **/*.xml - - - - impl/src/main/java - - **/*.properties - **/*.xml - - - - ${project.basedir} - - LICENSE.md - NOTICE.md - - META-INF - - - - - - - org.codehaus.mojo - build-helper-maven-plugin - 1.1 - - - add-source - generate-sources - - add-source - - - - api/src/main/java - impl/src/main/java - - - - - - - - - org.apache.felix - maven-bundle-plugin - 1.4.3 - - - com.sun.el.jakarta.el - - Expression Language ${spec.version} API and Implementation - - ${bundle.version} - jakarta.el - ${spec.version} - ${vendorName} - ${project.version} - ${vendorName} - - - - - bundle-manifest - process-classes - - manifest - - - - - - - - maven-jar-plugin - 3.1.0 - - - ${project.build.outputDirectory}/META-INF/MANIFEST.MF - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.0 - - 1.8 - 1.8 - -Xlint:unchecked - - - - - - org.apache.maven.plugins - maven-source-plugin - 2.2.1 - - true - - - - attach-sources - - jar-no-fork - - - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 3.0.1 - - - attach-javadocs - - jar - - - 1.8 - api/src;impl/src - -Xdoclint:none - - https://javaee.github.io/javaee-spec/javadocs/ - - - - Jakarta Expression Language 3.0 API and Implementation - com.sun.el - - - Copyright (c) 2013, 2020 Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms. - - - - - - - - - maven-surefire-plugin - 2.7.1 - - - org.apache.maven.surefire - surefire-junit47 - 2.7.1 - - - - never - - - - - -