Skip to content

Commit bad0a2b

Browse files
Gooolerslachiewicz
authored andcommitted
Declare license info in POM
1 parent 9434226 commit bad0a2b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ limitations under the License.
3030
<description>A collection of various utility classes to ease working with XML.</description>
3131
<url>https://codehaus-plexus.github.io/plexus-xml/</url>
3232

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+
3341
<scm>
3442
<connection>scm:git:https://github.com/codehaus-plexus/plexus-xml.git</connection>
3543
<developerConnection>${project.scm.connection}</developerConnection>

0 commit comments

Comments
 (0)