Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MCOMPILER-515] This plugin is not "incremental" #160

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
36 changes: 17 additions & 19 deletions pom.xml
Expand Up @@ -105,7 +105,12 @@ under the License.
<!-- to remove with plexus-java upgrade -->
<groupId>com.thoughtworks.qdox</groupId>
<artifactId>qdox</artifactId>
<version>2.0.2</version>
<version>2.0.3</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.5.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down Expand Up @@ -134,29 +139,22 @@ under the License.
<version>${mavenVersion}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-model</artifactId>
<version>${mavenVersion}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-shared-utils</artifactId>
<version>3.3.4</version>
</dependency>

<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-shared-incremental</artifactId>
<version>1.1</version>
<exclusions>
<exclusion>
<artifactId>maven-core</artifactId>
<groupId>org.apache.maven</groupId>
</exclusion>
<exclusion>
<artifactId>maven-plugin-api</artifactId>
<groupId>org.apache.maven</groupId>
</exclusion>
<exclusion>
<artifactId>maven-shared-utils</artifactId>
<groupId>org.apache.maven.shared</groupId>
</exclusion>
</exclusions>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>9.4</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -197,7 +195,7 @@ under the License.
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>4.8.0</version>
<version>4.8.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
21 changes: 0 additions & 21 deletions src/it/MCOMPILER-500-package-info-incr/invoker.properties

This file was deleted.

50 changes: 0 additions & 50 deletions src/it/MCOMPILER-500-package-info-incr/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

27 changes: 0 additions & 27 deletions src/it/MCOMPILER-500-package-info-incr/verify.groovy

This file was deleted.

19 changes: 0 additions & 19 deletions src/it/default-incremental-disable/invoker.properties

This file was deleted.

60 changes: 0 additions & 60 deletions src/it/default-incremental-disable/pom.xml

This file was deleted.

23 changes: 0 additions & 23 deletions src/it/default-incremental-disable/src/main/java/MyClass.java

This file was deleted.

26 changes: 0 additions & 26 deletions src/it/default-incremental-disable/src/test/java/MyTest.java

This file was deleted.