From dee53b0c559840ff73a212a2972bd313fbc162b8 Mon Sep 17 00:00:00 2001 From: "Maria Odea B. Ching" Date: Thu, 3 Jul 2008 11:39:27 +0000 Subject: [PATCH] [MRM-767] -added supplement model for unnamed/unknown jars included in the jetty-bundle git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@673655 13f79535-47bb-0310-9956-ffa450edef68 --- archiva-jetty/pom.xml | 8 + .../appended-resources/notice-supplements.xml | 141 ++++++++++++++++++ 2 files changed, 149 insertions(+) create mode 100644 archiva-jetty/src/main/appended-resources/notice-supplements.xml diff --git a/archiva-jetty/pom.xml b/archiva-jetty/pom.xml index 68f2d91e8..f7fcece19 100644 --- a/archiva-jetty/pom.xml +++ b/archiva-jetty/pom.xml @@ -266,6 +266,14 @@ + + maven-remote-resources-plugin + + + notice-supplements.xml + + + diff --git a/archiva-jetty/src/main/appended-resources/notice-supplements.xml b/archiva-jetty/src/main/appended-resources/notice-supplements.xml new file mode 100644 index 000000000..61d380fb7 --- /dev/null +++ b/archiva-jetty/src/main/appended-resources/notice-supplements.xml @@ -0,0 +1,141 @@ + + + + ant + ant + Ant + http://ant.apache.org/ + + The Apache Software Foundation + http://www.apache.org/ + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + + + + geronimo-spec + geronimo-spec-jta + Geronimo :: Java Transaction API Specification + http://geronimo.apache.org/ + + The Apache Software Foundation + http://www.apache.org/ + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + + + + javax.activation + activation + JavaBeans Activation Framework (JAF) + + Sun Microsystems + http://www.sun.com/ + + + + Common Development and Distribution License (CDDL) v1.0 + https://glassfish.dev.java.net/public/CDDLv1.0.html + + + + + + + javax.mail + mail + JavaMail API + + Sun Microsystems + http://www.sun.com/ + + + + Common Development and Distribution License (CDDL) v1.0 + https://glassfish.dev.java.net/public/CDDLv1.0.html + + + + + + + xerces + xercesImpl + Xerces + http://xerces.apache.org/ + + The Apache Software Foundation + http://www.apache.org/ + + + + The Apache Software License, Version 1.1 + http://www.apache.org/licenses/LICENSE + + + + + + + tomcat + jasper-compiler + Tomcat Jasper Compiler + + The Apache Software Foundation + http://www.apache.org/ + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + + + + tomcat + jasper-compiler-jdt + Tomcat Jasper Compiler JDT + + The Apache Software Foundation + http://www.apache.org/ + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + + + + tomcat + jasper-runtime + Tomcat Jasper Runtime + + The Apache Software Foundation + http://www.apache.org/ + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + + \ No newline at end of file -- 2.39.5