You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2014/10/12 13:25:29 UTC

git commit: Account the the jsoup license URL which appears to have changed.

Repository: maven
Updated Branches:
  refs/heads/master 8506c638c -> 71f8d04be


Account the the jsoup license URL which appears to have changed.

The JSoup license URL was recorded as http://jsoup.com/license but the
site appears to now be http://jsoup.org/ and so the URL is now
http://jsoup.org/license


Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/71f8d04b
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/71f8d04b
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/71f8d04b

Branch: refs/heads/master
Commit: 71f8d04be62b970dd730053bdf6b75ebaa04c8de
Parents: 8506c63
Author: Jason van Zyl <ja...@tesla.io>
Authored: Sun Oct 12 07:23:56 2014 -0400
Committer: Jason van Zyl <ja...@tesla.io>
Committed: Sun Oct 12 07:23:56 2014 -0400

----------------------------------------------------------------------
 apache-maven/src/main/appended-resources/META-INF/LICENSE.vm | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/71f8d04b/apache-maven/src/main/appended-resources/META-INF/LICENSE.vm
----------------------------------------------------------------------
diff --git a/apache-maven/src/main/appended-resources/META-INF/LICENSE.vm b/apache-maven/src/main/appended-resources/META-INF/LICENSE.vm
index 1a46225..f453976 100644
--- a/apache-maven/src/main/appended-resources/META-INF/LICENSE.vm
+++ b/apache-maven/src/main/appended-resources/META-INF/LICENSE.vm
@@ -35,6 +35,10 @@ 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}") )