Skip to content

Commit 03eb955

Browse files
author
James Wennmacher
committed
NOJIRA release prep
1 parent b04fc56 commit 03eb955

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

NOTICE

+3-4
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,16 @@ This project includes:
3030
Ehcache Core under The Apache Software License, Version 2.0
3131
Ehcache Web Filters under The Apache Software License, Version 2.0
3232
Feedback Portlet under Apache License Version 2.0
33-
Guava (Google Common Libraries) under The Apache Software License, Version 2.0
33+
Guava: Google Core Libraries for Java under The Apache Software License, Version 2.0
3434
Hibernate under GNU LESSER GENERAL PUBLIC LICENSE
3535
HSQLDB under HSQLDB License
3636
HttpClient under Apache License
37+
Java Transaction API under Commons Development and Distribution License, Version 1.0
3738
JavaBeans(TM) Activation Framework under COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
3839
JavaMail API under Common Development and Distribution License (CDDL) v1.0
3940
JAXB2 Basics - Runtime under BSD-Style License
41+
JCL 1.1.1 implemented over SLF4J under MIT License
4042
jstl under Commons Development and Distribution License, Version 1.0
41-
jta under Commons Development and Distribution License, Version 1.0
4243
JUnit under Common Public License Version 1.0
4344
Log4j under The Apache Software License, Version 2.0
4445
Logging under The Apache Software License, Version 2.0
@@ -47,7 +48,6 @@ This project includes:
4748
Resource Server Content under Apache License Version 2.0
4849
Resource Server Core under Apache License Version 2.0
4950
Resource Server Utilities under Apache License Version 2.0
50-
Rhino under Mozilla Public License version 1.1
5151
servlet-api under Commons Development and Distribution License, Version 1.0
5252
SLF4J API Module under MIT License
5353
Spring Framework: AOP under The Apache Software License, Version 2.0
@@ -62,5 +62,4 @@ This project includes:
6262
Spring Framework: Web MVC under The Apache Software License, Version 2.0
6363
Spring Framework: Web MVC Portlet under The Apache Software License, Version 2.0
6464
standard under Apache License, Version 2.0
65-
yui compressor under BSD License
6665

docs/readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
under the License.
1818
====
1919

20-
Documentation currently resides at http://www.ja-sig.org/wiki/display/PLT/Unconference+Feedback+Portlet.
20+
Documentation currently resides at https://wiki.jasig.org/display/PLT/Unconference+Feedback+Portlet

pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -332,8 +332,14 @@
332332
<artifactId>maven-license-plugin</artifactId>
333333
<configuration>
334334
<excludes>
335+
<exclude>.gitignore</exclude>
336+
<exclude>LICENSE</exclude>
337+
<exclude>NOTICE</exclude>
338+
<exclude>docs/**</exclude>
335339
<exclude>src/main/webapp/date-picker/**</exclude>
336340
<exclude>src/main/webapp/js/twitlimit*</exclude>
341+
<exclude>.idea/**</exclude> <!-- for IntelliJ working folders -->
342+
<exclude>overlays/**</exclude> <!-- for IntelliJ working folders -->
337343
</excludes>
338344
</configuration>
339345
</plugin>

0 commit comments

Comments
 (0)