]> source.dussan.org Git - aspectj.git/commitdiff
Install module org.eclipse.jdt.core in 'install' phase, not 'verify'
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Sun, 28 Mar 2021 05:45:48 +0000 (12:45 +0700)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Sun, 28 Mar 2021 05:45:48 +0000 (12:45 +0700)
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
org.eclipse.jdt.core/pom.xml
run-all-junit-tests/pom.xml

index a19f48c8b1abc0de3665c5f5ca2308c0ba4a494e..08f8196fae67113e94c67a7b3c154fc039bf3c1f 100644 (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>
index 3f63ea4d283ca7e63904d014b9ae22ce370a49f0..03c33151e54c3348123cbd8461ce659d855736a7 100644 (file)
                        <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>