mirror of
https://github.com/apache/maven.git
synced 2025-03-01 06:09:24 +00:00
Revert "Account the the jsoup license URL which appears to have
changed." because https://github.com/jhy/jsoup/issues/471 fixed This reverts commit 71f8d04be62b970dd730053bdf6b75ebaa04c8de.
This commit is contained in:
parent
46b3467a26
commit
603f26addf
@ -35,10 +35,6 @@ subject to the terms and conditions of the following licenses.
|
||||
#if ($url == "https://glassfish.dev.java.net/public/CDDLv1.0.html")
|
||||
#set ( $url = 'https://glassfish.java.net/public/CDDLv1.0.html' )
|
||||
#end
|
||||
## JSoup URL is now invalid, use a fixed one
|
||||
#if ($url == "http://jsoup.com/license")
|
||||
#set ( $url = 'http://jsoup.org/license' )
|
||||
#end
|
||||
#if ($url)
|
||||
#set ( $licFile = 'lib/' + $artId + '.license' )
|
||||
#set ( $downloaded = $lf.getResourceAsFile($url, "licenses/${licFile}") )
|
||||
|
Loading…
x
Reference in New Issue
Block a user