aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.jdt.core/pom.xml4
-rw-r--r--run-all-junit-tests/pom.xml2
2 files changed, 4 insertions, 2 deletions
diff --git a/org.eclipse.jdt.core/pom.xml b/org.eclipse.jdt.core/pom.xml
index a19f48c8b..08f8196fa 100644
--- a/org.eclipse.jdt.core/pom.xml
+++ b/org.eclipse.jdt.core/pom.xml
@@ -24,7 +24,7 @@
</execution>
<execution>
<id>org.aspectj:org.eclipse.jdt.core</id>
- <phase>verify</phase>
+ <phase>install</phase>
<goals>
<goal>install-file</goal>
</goals>
@@ -40,7 +40,7 @@
</execution>
<execution>
<id>org.aspectj:org.eclipse.jdt.core:sources</id>
- <phase>verify</phase>
+ <phase>install</phase>
<goals>
<goal>install-file</goal>
</goals>
diff --git a/run-all-junit-tests/pom.xml b/run-all-junit-tests/pom.xml
index 3f63ea4d2..03c33151e 100644
--- a/run-all-junit-tests/pom.xml
+++ b/run-all-junit-tests/pom.xml
@@ -183,11 +183,13 @@
<version>${project.version}</version>
<type>test-jar</type>
</dependency>
+<!--
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>org.eclipse.jdt.core</artifactId>
<version>${project.version}</version>
</dependency>
+-->
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>ajdoc</artifactId>