This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant-antlibs-antunit.git
The following commit(s) were added to refs/heads/master by this push:
new 9558c72 pom lacks description
9558c72 is described below
commit 9558c723a4922c5a9fa52d9fd3d9aaa5fd47857d
Author: Stefan Bodewig <[email protected]>
AuthorDate: Sun Aug 2 19:38:22 2026 +0200
pom lacks description
---
project-template.pom | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/project-template.pom b/project-template.pom
index f9b8754..94f5a36 100644
--- a/project-template.pom
+++ b/project-template.pom
@@ -25,6 +25,12 @@
<artifactId>ant-antunit</artifactId>
<packaging>jar</packaging>
<version>${artifact.version}</version>
+ <description>
+ This library contains tasks that enables Ant task developers to test
+ their tasks with Ant and without JUnit. It contains a few assertion
+ tasks and an antunit task that runs build files instead of test
+ classes and is modelled after the JUnit task.
+ </description>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>