Skip to content

Commit 13561ca

Browse files
committed
add artifact description to distribution module
[skip ci] (cherry picked from commit b3c7d6b)
1 parent 72ed6c6 commit 13561ca

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

distribution/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ limitations under the License.
2929
<packaging>pom</packaging>
3030
<name>LearnLib :: Distribution</name>
3131

32+
<description>
33+
An afrtifact that aggregates all other artifacts of LearnLib to produce an Uber-JAR that can be used in
34+
non-maven environments. Likewise, this single artifact may be used in maven-aware environments to declare a
35+
dependency on all LearnLib artifacts.
36+
</description>
37+
38+
3239
<!--
3340
All packaged AutomataLib dependencies.
3441

0 commit comments

Comments
 (0)