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

Closes gh-17317
1.5.x
Andy Wilkinson 5 years ago
parent 1ee7b80162
commit 0cfcfb104e

@ -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>

Loading…
Cancel
Save