Browse Source

Install module org.eclipse.jdt.core in 'install' phase, not 'verify'

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
tags/V1_9_7_M2
Alexander Kriegisch 3 years ago
parent
commit
5f6b3c1a06
2 changed files with 4 additions and 2 deletions
  1. 2
    2
      org.eclipse.jdt.core/pom.xml
  2. 2
    0
      run-all-junit-tests/pom.xml

+ 2
- 2
org.eclipse.jdt.core/pom.xml View File

@@ -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>

+ 2
- 0
run-all-junit-tests/pom.xml View File

@@ -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>

Loading…
Cancel
Save