-
-
Save cstamas/b637f4bce0967836cf835cf21e105ab9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[cstamas@urnebes jetty.project (jetty-10.0.x *)]$ git diff | |
diff --git a/documentation/pom.xml b/documentation/pom.xml | |
index 792a4473ac..2620e0d86a 100644 | |
--- a/documentation/pom.xml | |
+++ b/documentation/pom.xml | |
@@ -14,6 +14,6 @@ | |
<modules> | |
<module>jetty-asciidoctor-extensions</module> | |
- <module>jetty-documentation</module> | |
+ <!--module>jetty-documentation</module--> | |
</modules> | |
</project> | |
diff --git a/pom.xml b/pom.xml | |
index 4379da8c6e..d037f46041 100644 | |
--- a/pom.xml | |
+++ b/pom.xml | |
@@ -139,7 +139,9 @@ | |
<maven.bundle.plugin.version>5.1.8</maven.bundle.plugin.version> | |
<maven.clean.plugin.version>3.2.0</maven.clean.plugin.version> | |
<maven.checkstyle.plugin.version>3.2.0</maven.checkstyle.plugin.version> | |
- <maven.compiler.plugin.version>3.10.1</maven.compiler.plugin.version> | |
+ <!-- master: 5be316391ea7c575ee65c3fe83b4c7b30e1174d0 locally built --> | |
+ <!-- PR: 7b59074b400974b57e9c4cd84269acd39d7a7f9a locally built --> | |
+ <maven.compiler.plugin.version>3.11.0-SNAPSHOT</maven.compiler.plugin.version> | |
<maven.dependency.plugin.version>3.4.0</maven.dependency.plugin.version> | |
<maven.deploy.plugin.version>3.0.0</maven.deploy.plugin.version> | |
<maven.enforcer.plugin.version>3.1.0</maven.enforcer.plugin.version> | |
diff --git a/tests/pom.xml b/tests/pom.xml | |
index 815274b377..a39b3f04c0 100644 | |
--- a/tests/pom.xml | |
+++ b/tests/pom.xml | |
@@ -24,7 +24,7 @@ | |
<module>test-webapps</module> | |
<module>test-sessions</module> | |
<module>test-loginservice</module> | |
- <module>test-integration</module> | |
+ <!--module>test-integration</module--> | |
<module>test-quickstart</module> | |
<module>test-jmx</module> | |
<module>test-http-client-transport</module> | |
[cstamas@urnebes jetty.project (jetty-10.0.x *)]$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment