Skip to content

Commit b1882cc

Browse files
authored
Merge pull request #1782 from fl4via/backport-fixes_2.3.x
[UNDERTOW-2522][UNDERTOW-2600][UNDERTOW-2601] Backport fixes to 2.3.x
2 parents b259069 + f8e4cef commit b1882cc

File tree

1 file changed

+68
-2
lines changed

1 file changed

+68
-2
lines changed

pom.xml

Lines changed: 68 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.jboss</groupId>
2525
<artifactId>jboss-parent</artifactId>
26-
<version>49</version>
26+
<version>50</version>
2727
</parent>
2828

2929
<groupId>io.undertow</groupId>
@@ -32,6 +32,7 @@
3232

3333
<name>Undertow</name>
3434
<description>Undertow</description>
35+
<url>https://undertow.io/</url>
3536

3637
<packaging>pom</packaging>
3738

@@ -43,13 +44,78 @@
4344
</license>
4445
</licenses>
4546

47+
<developers>
48+
<developer>
49+
<name>Stuart Douglas</name>
50+
<email>[email protected]</email>
51+
<organization>Block,Inc</organization>
52+
<organizationUrl>https://block.xyz</organizationUrl>
53+
<roles>
54+
<role>architect</role>
55+
<role>developer</role>
56+
</roles>
57+
</developer>
58+
<developer>
59+
<name>David Lloyd</name>
60+
<email>[email protected]</email>
61+
<organization>WildFly</organization>
62+
<organizationUrl>https://www.wildfly.org/</organizationUrl>
63+
<roles>
64+
<role>architect</role>
65+
<role>developer</role>
66+
</roles>
67+
</developer>
68+
<developer>
69+
<name>Flavia Rainone</name>
70+
<email>[email protected]</email>
71+
<organization>WildFly</organization>
72+
<organizationUrl>https://www.wildfly.org/</organizationUrl>
73+
<roles>
74+
<role>lead</role>
75+
<role>developer</role>
76+
</roles>
77+
</developer>
78+
<developer>
79+
<name>Richard Opalka</name>
80+
<email>[email protected]</email>
81+
<organization>WildFly</organization>
82+
<organizationUrl>https://www.wildfly.org/</organizationUrl>
83+
<roles>
84+
<role>developer</role>
85+
</roles>
86+
</developer>
87+
<developer>
88+
<name>Bartosz Baranowski</name>
89+
<email>[email protected]</email>
90+
<organization>WildFly</organization>
91+
<organizationUrl>https://www.wildfly.org/</organizationUrl>
92+
<roles>
93+
<role>developer</role>
94+
</roles>
95+
</developer>
96+
<developer>
97+
<name>Jason Lee</name>
98+
<email>[email protected]</email>
99+
<organization>WildFly</organization>
100+
<organizationUrl>https://www.wildfly.org/</organizationUrl>
101+
<roles>
102+
<role>developer</role>
103+
</roles>
104+
</developer>
105+
</developers>
106+
46107
<scm>
47108
<connection>scm:git://github.com/undertow-io/undertow.git</connection>
48109
<developerConnection>scm:git://github.com/undertow-io/undertow.git</developerConnection>
49110
<url>https://github.com/undertow-io/undertow</url>
50111
</scm>
51112

52113
<properties>
114+
<!-- Nexus Settings -->
115+
<nexus.repository.staging>jboss-io</nexus.repository.staging>
116+
<nexus.repository.release>releases</nexus.repository.release>
117+
<nexus.staging.tag>undertow-${project.version}</nexus.staging.tag>
118+
53119
<!--
54120
Dependency versions. Please keep alphabetical.
55121
@@ -186,7 +252,7 @@
186252
<configuration>
187253
<!-- fork is needed so compiler args can be used -->
188254
<fork>true</fork>
189-
<failOnError>false</failOnError>
255+
<failOnError>true</failOnError>
190256
<compilerArgs>
191257
<arg>-J--add-opens=java.base/java.lang=ALL-UNNAMED</arg>
192258
</compilerArgs>

0 commit comments

Comments
 (0)