Skip to content

Commit c31e9eb

Browse files
committed
[MCOMPILER-381] - Refactor incremental detection
Signed-off-by: Jorge Solórzano <[email protected]>
1 parent c459d1d commit c31e9eb

File tree

3 files changed

+162
-110
lines changed

3 files changed

+162
-110
lines changed

pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -80,16 +80,6 @@ under the License.
8080
<invoker.junitPackageName>org.apache.maven.plugins.compiler.its</invoker.junitPackageName>
8181
</properties>
8282

83-
<dependencyManagement>
84-
<dependencies>
85-
<dependency>
86-
<!-- to remove with plexus-java upgrade -->
87-
<groupId>com.thoughtworks.qdox</groupId>
88-
<artifactId>qdox</artifactId>
89-
<version>2.0.3</version>
90-
</dependency>
91-
</dependencies>
92-
</dependencyManagement>
9383
<dependencies>
9484
<dependency>
9585
<groupId>org.apache.maven.plugin-tools</groupId>

src/it/MCOMPILER-522-unresolvable-dependency/verify.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ def buildLog = logFile.getText('UTF-8')
2424
assert buildLog.contains( "Caused by: org.apache.maven.plugin.MojoExecutionException: " +
2525
"Resolution of annotationProcessorPath dependencies failed: " )
2626
assert buildLog.contains(
27-
"Could not find artifact org.apache.maven.plugins.compiler.it:annotation-processor-non-existing:jar:1.0-SNAPSHOT" )
27+
"The POM for org.apache.maven.plugins.compiler.it:annotation-processor-non-existing:jar:1.0-SNAPSHOT is missing, no dependency information available" )

0 commit comments

Comments
 (0)