Set description 84/92784/2
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 29 Sep 2020 14:25:15 +0000 (16:25 +0200)
committerRobert Varga <nite@hq.sk>
Thu, 1 Oct 2020 16:12:20 +0000 (16:12 +0000)
Upstream helpfully sets a generic description, which cascades for
example to Sonar. Add a proper description instead.

Change-Id: I7e98e101239fb4c3016680e35974cfc1a4b08da0
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
pom.xml

diff --git a/pom.xml b/pom.xml
index cf5103ceb3832bed5fe23a1d99443387f8cf9d35..923f1b0401a603530589ca0245ab2ba0449ce5c3 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yangtools-aggregator</artifactId>
     <version>6.0.0-SNAPSHOT</version>
-    <name>yangtools</name> <!-- Used by Sonar to set project name -->
     <packaging>pom</packaging>
+    <name>yangtools</name> <!-- Used by Sonar to set project name -->
+    <description>
+        YANG Tools provides basic libraries for parsing YANG and YIN files, working with the resulting effective model,
+        and handling data complying to this model.
+    </description>
 
     <scm>
         <connection>scm:git:ssh://git.opendaylight.org:29418/yangtools.git</connection>