Skip to content

Commit

Permalink
Remove ant and beanshell support
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed May 23, 2024
1 parent 4699091 commit 278040f
Show file tree
Hide file tree
Showing 67 changed files with 2 additions and 4,552 deletions.
26 changes: 0 additions & 26 deletions maven-plugin-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,19 +73,6 @@
'maven-plugin-tools-annotations' which fails to load at runtime when not available.
-->
</dependency>
<!-- define optional runtime dependencies for integration tests -->
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-tools-ant</artifactId>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-tools-beanshell</artifactId>
<scope>runtime</scope>
<optional>true</optional>
</dependency>

<!-- Maven -->
<dependency>
Expand Down Expand Up @@ -166,19 +153,6 @@
</dependency>

<!-- needed for it tests -->
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-script-beanshell</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-script-ant</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-di</artifactId>
Expand Down
20 changes: 0 additions & 20 deletions maven-plugin-plugin/src/it/ant-basic/invoker.properties

This file was deleted.

70 changes: 0 additions & 70 deletions maven-plugin-plugin/src/it/ant-basic/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

30 changes: 0 additions & 30 deletions maven-plugin-plugin/src/it/ant-basic/verify.groovy

This file was deleted.

This file was deleted.

66 changes: 0 additions & 66 deletions maven-plugin-plugin/src/it/ant-reference-parameter/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 278040f

Please sign in to comment.