We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e13b74b commit 2e1a26cCopy full SHA for 2e1a26c
pom.xml
@@ -31,6 +31,14 @@ limitations under the License.
31
more.</description>
32
<url>https://codehaus-plexus.github.io/plexus-utils/</url>
33
34
+ <licenses>
35
+ <license>
36
+ <name>Apache-2.0</name>
37
+ <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
38
+ <distribution>repo</distribution>
39
+ </license>
40
+ </licenses>
41
+
42
<scm>
43
<connection>scm:git:https://github.com/codehaus-plexus/plexus-utils.git</connection>
44
<developerConnection>${project.scm.connection}</developerConnection>
0 commit comments