From 709c2558341479ac7614c9650971163bf0ae3026 Mon Sep 17 00:00:00 2001 From: Lukas Jungmann Date: Thu, 1 Apr 2021 16:28:34 +0200 Subject: [PATCH] add missing parts to pom, add osgi headers to source bundle Signed-off-by: Lukas Jungmann --- plugins/org.eclipse.persistence.asm/pom.xml | 135 +++++++++++++++++++- 1 file changed, 134 insertions(+), 1 deletion(-) diff --git a/plugins/org.eclipse.persistence.asm/pom.xml b/plugins/org.eclipse.persistence.asm/pom.xml index 11b56c2a927..58cff04d454 100644 --- a/plugins/org.eclipse.persistence.asm/pom.xml +++ b/plugins/org.eclipse.persistence.asm/pom.xml @@ -27,7 +27,7 @@ org.eclipse.persistence org.eclipse.persistence.asm - 9.1-SNAPSHOT + 9.1.0-SNAPSHOT EclipseLink ASM Comprehensive and universal persistence framework for Java. @@ -81,6 +81,7 @@ + ${project.basedir}/../.. 7 9 @@ -160,6 +161,16 @@ maven-enforcer-plugin 3.0.0-M3 + + org.codehaus.mojo + buildnumber-maven-plugin + 1.4 + + + org.codehaus.mojo + build-helper-maven-plugin + 3.2.0 + org.apache.maven.plugins maven-dependency-plugin @@ -209,6 +220,71 @@ + + org.apache.maven.plugins + maven-enforcer-plugin + + + enforce-maven + + enforce + + + + + [11,) + + + [3.6.0,) + + + + + + + + + org.codehaus.mojo + buildnumber-maven-plugin + + true + false + 7 + + + + validate + + create + + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + add-legal-resource + generate-resources + + add-resource + + + + + ${legal.doc.source} + + NOTICE.md + LICENSE.md + + META-INF + + + + + + org.apache.maven.plugins @@ -329,6 +405,63 @@ + + org.glassfish.hk2 + osgiversion-maven-plugin + 3.0.1 + + + compute-full-osgi-version + + compute-osgi-version + + + project.fullosgi.version + + + + compute-osgi-version + + compute-osgi-version + + + qualifier + project.osgi.version + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + false + + + + + + org.apache.maven.plugins + maven-source-plugin + + + + false + + + ${project.version} - ${buildNumber} + 2 + EclipseLink ASM Source + ${project.artifactId}.source + ${project.fullosgi.version} + ${project.artifactId};version="${project.osgi.version}" + + + +