Skip to content

Commit f5069d9

Browse files
committed
Added project description to each module
1 parent 95cd3bb commit f5069d9

7 files changed

Lines changed: 7 additions & 0 deletions

File tree

_bom/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<artifactId>dm-wicket-bom</artifactId>
1111
<packaging>pom</packaging>
1212
<name>DenktMit :: Wicket :: BOM</name>
13+
<description>Bill of Materials (BOM) for aligning versions across DenktMit Wicket modules.</description>
1314
<dependencyManagement>
1415
<dependencies>
1516
<dependency>

_parent/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<artifactId>dm-wicket-parent</artifactId>
1111
<packaging>pom</packaging>
1212
<name>DenktMit :: Wicket :: Parent</name>
13+
<description>Parent POM providing shared configuration and dependency management for DenktMit Wicket modules.</description>
1314
<modules>
1415
<module>../components</module>
1516
<module>../kotlin</module>

components/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
</parent>
1010
<artifactId>dm-wicket-components</artifactId>
1111
<name>DenktMit :: Wicket :: Components</name>
12+
<description>Reusable Wicket UI components and utilities for DenktMit applications.</description>
1213
<dependencies>
1314
<dependency>
1415
<groupId>de.denktmit.wicket</groupId>

kotlin/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
</parent>
1010
<artifactId>dm-wicket-kotlin</artifactId>
1111
<name>DenktMit :: Wicket :: Kotlin</name>
12+
<description>Kotlin extensions and helpers for working with Apache Wicket in DenktMit projects.</description>
1213
<dependencies>
1314
<dependency>
1415
<groupId>org.jetbrains.kotlin</groupId>

model/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
</parent>
1010
<artifactId>dm-wicket-model</artifactId>
1111
<name>DenktMit :: Wicket :: Model</name>
12+
<description>Model abstractions and utilities for Apache Wicket used in DenktMit projects.</description>
1213
<dependencies>
1314
<dependency>
1415
<groupId>de.denktmit.wicket</groupId>

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<version>${revision}${sha1}${changelist}</version>
77
<packaging>pom</packaging>
88
<name>DenktMit :: Wicket :: root</name>
9+
<description>Aggregator project for DenktMit Wicket modules (root POM).</description>
910
<modules>
1011
<module>_bom</module>
1112
<module>_parent</module>

spring/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
</parent>
1010
<artifactId>dm-wicket-spring</artifactId>
1111
<name>DenktMit :: Wicket :: Spring</name>
12+
<description>Integration utilities between Apache Wicket and Spring for DenktMit applications.</description>
1213
<dependencies>
1314
<dependency>
1415
<groupId>de.denktmit.wicket</groupId>

0 commit comments

Comments
 (0)