From b5a9f23c80222f8d68985173c50016ab66c69115 Mon Sep 17 00:00:00 2001 From: Andy Clement Date: Thu, 31 Jan 2019 12:03:30 -0800 Subject: various polish to previously mavenized projects to support newer ones --- ajde.core/pom.xml | 17 +++++++++++++++++ org.eclipse.jdt.core/pom.xml | 12 ++++++++---- testing-util/pom.xml | 7 +++++++ testing/pom.xml | 17 +++++++++++++++++ util/pom.xml | 9 ++++----- 5 files changed, 53 insertions(+), 9 deletions(-) diff --git a/ajde.core/pom.xml b/ajde.core/pom.xml index d6315cf5b..6f3cae974 100644 --- a/ajde.core/pom.xml +++ b/ajde.core/pom.xml @@ -41,4 +41,21 @@ ${project.version} + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.2 + + + + test-jar + + + + + + diff --git a/org.eclipse.jdt.core/pom.xml b/org.eclipse.jdt.core/pom.xml index bdb23ccb5..02dd01604 100644 --- a/org.eclipse.jdt.core/pom.xml +++ b/org.eclipse.jdt.core/pom.xml @@ -20,15 +20,19 @@ org.apache.maven.plugins maven-install-plugin + +default-install +none + - org.aspectj:jdtcore + org.aspectj:org.eclipse.jdt.core verify install-file org.aspectj - jdtcore + org.eclipse.jdt.core 1.9.3.BUILD-SNAPSHOT jar ${basedir}/jdtcore-for-aspectj.jar @@ -37,14 +41,14 @@ - org.aspectj:jdtcore:sources + org.aspectj:org.eclipse.jdt.core:sources verify install-file org.aspectj - jdtcore + org.eclipse.jdt.core 1.9.3.BUILD-SNAPSHOT jar ${basedir}/jdtcore-for-aspectj-src.zip diff --git a/testing-util/pom.xml b/testing-util/pom.xml index 402266f02..9135028f0 100644 --- a/testing-util/pom.xml +++ b/testing-util/pom.xml @@ -15,6 +15,13 @@ testing-util + org.aspectj util diff --git a/testing/pom.xml b/testing/pom.xml index 310d20acf..d998c7d7d 100644 --- a/testing/pom.xml +++ b/testing/pom.xml @@ -140,4 +140,21 @@ ${project.basedir}/../lib/commons/commons.jar + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.2 + + + + test-jar + + + + + + diff --git a/util/pom.xml b/util/pom.xml index c66446a32..d01d1fa14 100644 --- a/util/pom.xml +++ b/util/pom.xml @@ -3,15 +3,14 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 - util - jar - util - org.aspectj aspectj-parent 1.9.3.BUILD-SNAPSHOT - .. + util + jar + util + -- cgit v1.2.3