Skip to content

Commit 1cced6e

Browse files
committed
provide descriptions for all modules
1 parent 0baf9e9 commit 1cced6e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

xmlunit-jakarta-jaxb-impl/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,11 @@
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

25+
<groupId>org.xmlunit</groupId>
2526
<name>org.xmlunit:xmlunit-jakarta-jaxb-impl</name>
2627
<artifactId>xmlunit-jakarta-jaxb-impl</artifactId>
28+
<description>XMLUnit for Java JAXB support using Jakarta EE packages</description>
29+
<packaging>jar</packaging>
2730

2831
<properties>
2932
<automatic.module.name>${project.groupId}.builder.jakarta_jaxb</automatic.module.name>

xmlunit-placeholders/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,11 @@
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

25+
<groupId>org.xmlunit</groupId>
2526
<name>org.xmlunit:xmlunit-placeholders</name>
2627
<artifactId>xmlunit-placeholders</artifactId>
28+
<packaging>jar</packaging>
29+
<description>XMLUnit for Java Placeholder DSL for Comparisons</description>
2730

2831
<properties>
2932
<automatic.module.name>${project.groupId}.placeholder</automatic.module.name>

0 commit comments

Comments
 (0)