Skip to content

Commit c87172a

Browse files
committed
fix pom to pass central requirement
Signed-off-by: Olivier Lamy <[email protected]>
1 parent 13122fb commit c87172a

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

pom.xml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111

1212
<name>jetty-modify-sources-maven-plugin Maven Plugin</name>
1313

14+
<url>https://github.com/jetty-project/${project.artifactId}</url>
15+
16+
<description>Maven Plugin used for Jetty 12 to transform sources and resources using jakarta namespace to EE8 javax namespace</description>
1417
<prerequisites>
1518
<maven>3.8.2</maven>
1619
</prerequisites>
@@ -22,11 +25,11 @@
2225
<licenses>
2326
<license>
2427
<name>Eclipse Public License - Version 1.0</name>
25-
<url>http://www.eclipse.org/org/documents/epl-v10.php</url>
28+
<url>https://www.eclipse.org/org/documents/epl-v10.php</url>
2629
</license>
2730
<license>
2831
<name>Apache Software License - Version 2.0</name>
29-
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
32+
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
3033
</license>
3134
</licenses>
3235

@@ -48,6 +51,17 @@
4851
<maven.version>3.8.6</maven.version>
4952
</properties>
5053

54+
<developers>
55+
<developer>
56+
<id>olamy</id>
57+
<name>Olivier Lamy</name>
58+
<email>[email protected]</email>
59+
<organization>Webtide, LLC</organization>
60+
<organizationUrl>https://webtide.com</organizationUrl>
61+
<timezone>Australia/Brisbane</timezone>
62+
</developer>
63+
</developers>
64+
5165
<distributionManagement>
5266
<repository>
5367
<id>oss.sonatype.org</id>

0 commit comments

Comments
 (0)