Fix ee9 jspc maven plugin it tests

This commit is contained in:
Jan Bartel 2022-06-22 09:29:26 +10:00
parent 0afbf1f927
commit 3a2a647b08
4 changed files with 11 additions and 11 deletions

View File

@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.jetty.its.jspc</groupId>
<groupId>org.eclipse.jetty.ee9.its.jspc</groupId>
<artifactId>simple-jsp</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
@ -19,8 +19,8 @@
<build>
<plugins>
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-jspc-maven-plugin</artifactId>
<groupId>org.eclipse.jetty.ee9</groupId>
<artifactId>jetty-ee9-jspc-maven-plugin</artifactId>
<version>${jetty.version}</version>
<executions>
<execution>
@ -30,7 +30,7 @@
<phase>compile</phase>
<configuration>
<jspc>
<package>org.eclipse.jetty.test</package>
<package>org.eclipse.jetty.ee9.test</package>
</jspc>
</configuration>
</execution>

View File

@ -2,7 +2,7 @@
System.out.println( "running postbuild.groovy" )
File file = new File( basedir, "target/classes/org/eclipse/jetty/test/foo_jsp.class" );
File file = new File( basedir, "target/classes/org/eclipse/jetty/ee9/test/foo_jsp.class" );
if ( !file.isFile() )
{
throw new FileNotFoundException( "Could not find generated class in the proper package name: " + file );

View File

@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.jetty.its.jspc</groupId>
<groupId>org.eclipse.jetty.ee9.its.jspc</groupId>
<artifactId>simple-jsp-fail</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
@ -20,8 +20,8 @@
<build>
<plugins>
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-jspc-maven-plugin</artifactId>
<groupId>org.eclipse.jetty.ee9</groupId>
<artifactId>jetty-ee9-jspc-maven-plugin</artifactId>
<version>${jetty.version}</version>
<executions>
<execution>

View File

@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.jetty.its.jspc</groupId>
<groupId>org.eclipse.jetty.ee9.its.jspc</groupId>
<artifactId>simple-jsp</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
@ -19,8 +19,8 @@
<build>
<plugins>
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-jspc-maven-plugin</artifactId>
<groupId>org.eclipse.jetty.ee9</groupId>
<artifactId>jetty-ee9-jspc-maven-plugin</artifactId>
<version>${jetty.version}</version>
<executions>
<execution>