Skip to content

Commit 20f398b

Browse files
committed
Add project URL and licence info for Maven Central deployment
1 parent 338538a commit 20f398b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

+9
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,15 @@
3030
</description>
3131
<inceptionYear>2018</inceptionYear>
3232

33+
<url>https://github.com/dev-aspectj/aspectj-maven-plugin</url>
34+
<licenses>
35+
<license>
36+
<name>MIT License</name>
37+
<url>https://spdx.org/licenses/MIT.html</url>
38+
<distribution>repo</distribution>
39+
</license>
40+
</licenses>
41+
3342
<properties>
3443
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3544
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

0 commit comments

Comments
 (0)