This is an automated email from the ASF dual-hosted git repository. veithen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
The following commit(s) were added to refs/heads/master by this push: new ee2b2781cf Update jspc-maven-plugin ee2b2781cf is described below commit ee2b2781cf0b2398fc1e0166de7edb60b1174455 Author: Andreas Veithen <andreas.veit...@gmail.com> AuthorDate: Sat Oct 26 20:37:06 2024 +0000 Update jspc-maven-plugin --- modules/webapp/pom.xml | 5 ++--- pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/modules/webapp/pom.xml b/modules/webapp/pom.xml index cf693063f6..1d1dc2c8eb 100644 --- a/modules/webapp/pom.xml +++ b/modules/webapp/pom.xml @@ -301,9 +301,8 @@ </executions> </plugin> <plugin><!-- Compile the JSPs so that syntax errors are detected during the build. --> - <groupId>org.eclipse.jetty</groupId> - <artifactId>jetty-jspc-maven-plugin</artifactId> - <version>11.0.20</version> + <groupId>org.eclipse.jetty.ee10</groupId> + <artifactId>jetty-ee10-jspc-maven-plugin</artifactId> <executions> <execution> <goals> diff --git a/pom.xml b/pom.xml index 8369e28905..bf2e7d080a 100644 --- a/pom.xml +++ b/pom.xml @@ -1212,8 +1212,8 @@ <version>${jetty.version}</version> </plugin> <plugin> - <groupId>org.eclipse.jetty</groupId> - <artifactId>jetty-jspc-maven-plugin</artifactId> + <groupId>org.eclipse.jetty.ee10</groupId> + <artifactId>jetty-ee10-jspc-maven-plugin</artifactId> <version>${jetty.version}</version> </plugin> <plugin>