Link to Apache Licence in Maven Plugin docs rather than inlining it

Closes gh-17317
This commit is contained in:
Andy Wilkinson 2019-06-26 17:29:33 +01:00
parent 1ee7b80162
commit 0cfcfb104e

View File

@ -116,6 +116,7 @@
<webAccessUrl>https://github.com/spring-projects/spring-boot/</webAccessUrl>
<anonymousConnection>scm:git:git://github.com/spring-projects/spring-boot.git</anonymousConnection>
<developerConnection>scm:git:ssh://git@github.com/spring-projects/spring-boot.git</developerConnection>
<linkOnly>true</linkOnly>
</configuration>
</plugin>
</plugins>