Merge pull request #9001 from eclipse/jetty-10.0.x-jdk-19-disable-maven-its
skip m-invoker-p for jdk 19
This commit is contained in:
commit
41c0fae44f
19
pom.xml
19
pom.xml
|
@ -2454,6 +2454,25 @@
|
|||
<spotbugs.skip>true</spotbugs.skip>
|
||||
</properties>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>jdk19</id>
|
||||
<activation>
|
||||
<jdk>19</jdk>
|
||||
</activation>
|
||||
<build>
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-invoker-plugin</artifactId>
|
||||
<configuration>
|
||||
<skipInvocation>true</skipInvocation>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
</build>
|
||||
</profile>
|
||||
</profiles>
|
||||
|
||||
<issueManagement>
|
||||
|
|
Loading…
Reference in New Issue