Просмотр исходного кода

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 лет назад
Родитель
Сommit
5f6b3c1a06
2 измененных файлов: 4 добавлений и 2 удалений
  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 Просмотреть файл

@@ -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 Просмотреть файл

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

Загрузка…
Отмена
Сохранить