JAVA-10433: Verify undertow module

This commit is contained in:
sampadawagde 2022-06-20 12:07:41 +05:30
parent 05c3dc6059
commit 69849e1fd6
2 changed files with 5 additions and 4 deletions

View File

@ -673,7 +673,7 @@
<module>twilio</module>
<module>twitter4j</module>
<!-- <module>undertow</module> --> <!-- 19.11.2019 - disabling temporarily as it's causing a major issue with the build (TODO: create a jira to fix it) -->
<module>undertow</module>
<module>vertx</module>
<module>vertx-and-rxjava</module>
@ -1116,7 +1116,7 @@
<module>twilio</module>
<module>twitter4j</module>
<!-- <module>undertow</module> --> <!-- 19.11.2019 - disabling temporarily as it's causing a major issue with the build (TODO: create a jira to fix it) -->
<module>undertow</module>
<module>vertx</module>
<module>vertx-and-rxjava</module>

View File

@ -26,6 +26,7 @@
<build>
<finalName>${project.artifactId}</finalName>
<plugins>
<!-- disabling shade plugin as it is causing issues with creating dependency-reduced-pom on the build server
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
@ -38,7 +39,7 @@
</goals>
</execution>
</executions>
</plugin>
</plugin> -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
@ -56,7 +57,7 @@
<properties>
<undertow-servlet.version>1.4.18.Final</undertow-servlet.version>
<maven-shade-plugin.version>2.4.3</maven-shade-plugin.version>
<!--<maven-shade-plugin.version>2.4.3</maven-shade-plugin.version>-->
<maven-jar-plugin.version>3.0.2</maven-jar-plugin.version>
</properties>