Skip to content

Commit

Permalink
[MCOMPILER-381] - Refactor incremental detection
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Solórzano <jorsol@gmail.com>
  • Loading branch information
jorsol committed Nov 26, 2023
1 parent e5375fd commit 33680c5
Show file tree
Hide file tree
Showing 3 changed files with 190 additions and 118 deletions.
14 changes: 4 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,16 +80,6 @@ under the License.
<invoker.junitPackageName>org.apache.maven.plugins.compiler.its</invoker.junitPackageName>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<!-- to remove with plexus-java upgrade -->
<groupId>com.thoughtworks.qdox</groupId>
<artifactId>qdox</artifactId>
<version>2.0.3</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
Expand Down Expand Up @@ -162,6 +152,10 @@ under the License.
<version>${plexusCompilerVersion}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
</dependency>

<dependency>
<groupId>org.apache.maven.plugin-testing</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/it/MCOMPILER-522-unresolvable-dependency/verify.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ def buildLog = logFile.getText('UTF-8')
assert buildLog.contains( "Caused by: org.apache.maven.plugin.MojoExecutionException: " +
"Resolution of annotationProcessorPath dependencies failed: " )
assert buildLog.contains(
"Could not find artifact org.apache.maven.plugins.compiler.it:annotation-processor-non-existing:jar:1.0-SNAPSHOT" )
"The POM for org.apache.maven.plugins.compiler.it:annotation-processor-non-existing:jar:1.0-SNAPSHOT is missing, no dependency information available" )

0 comments on commit 33680c5

Please sign in to comment.