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 9434226 commit bad0a2bCopy full SHA for bad0a2b
pom.xml
@@ -30,6 +30,14 @@ limitations under the License.
30
<description>A collection of various utility classes to ease working with XML.</description>
31
<url>https://codehaus-plexus.github.io/plexus-xml/</url>
32
33
+ <licenses>
34
+ <license>
35
+ <name>Apache-2.0</name>
36
+ <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
37
+ <distribution>repo</distribution>
38
+ </license>
39
+ </licenses>
40
+
41
<scm>
42
<connection>scm:git:https://github.com/codehaus-plexus/plexus-xml.git</connection>
43
<developerConnection>${project.scm.connection}</developerConnection>
0 commit comments