Link to Apache Licence in Maven Plugin docs rather than inlining it
Closes gh-17317
This commit is contained in:
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…
Reference in New Issue