|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 2 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> |
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | 4 | <groupId>org.owasp.esapi</groupId> |
5 | 5 | <artifactId>esapi</artifactId> |
|
26 | 26 | <licenses> |
27 | 27 | <license> |
28 | 28 | <name>BSD</name> |
29 | | - <url>http://www.opensource.org/licenses/bsd-license.php</url> |
| 29 | + <url>https://www.opensource.org/licenses/bsd-license.php</url> |
30 | 30 | <comments>Code License - New BSD License</comments> |
31 | 31 | </license> |
32 | 32 | <license> |
33 | 33 | <name>Creative Commons 3.0 BY-SA</name> |
34 | | - <url>http://creativecommons.org/licenses/by-sa/3.0/</url> |
| 34 | + <url>https://creativecommons.org/licenses/by-sa/3.0/</url> |
35 | 35 | <comments>Content License - Create Commons 3.0 BY-SA</comments> |
36 | 36 | </license> |
37 | 37 | </licenses> |
|
693 | 693 | </plugin> |
694 | 694 |
|
695 | 695 | <plugin> |
| 696 | + <!-- Note: This uses the maven-fluido-skin version specified next. The skin is referenced in src/site/site.xml. --> |
696 | 697 | <groupId>org.apache.maven.plugins</groupId> |
697 | 698 | <artifactId>maven-site-plugin</artifactId> |
698 | | - <version>4.0.0-M2</version> |
| 699 | + <version>4.0.0-M3</version> |
| 700 | + </plugin> |
| 701 | + |
| 702 | + <plugin> |
| 703 | + <groupId>org.apache.maven.skins</groupId> |
| 704 | + <artifactId>maven-fluid-skin</artifactId> |
| 705 | + <version>1.11.1</version> |
699 | 706 | </plugin> |
700 | 707 |
|
701 | 708 | <plugin> |
|
768 | 775 |
|
769 | 776 | <reporting> |
770 | 777 | <plugins> |
771 | | - <plugin> |
| 778 | + <!-- plugin> |
| 779 | + This is broken currently, in the mvn site output, so commenting out. |
772 | 780 | <groupId>net.sourceforge.maven-taglib</groupId> |
773 | 781 | <artifactId>maven-taglib-plugin</artifactId> |
774 | | - </plugin> |
| 782 | + </plugin --> |
775 | 783 | <plugin> |
776 | 784 | <groupId>org.apache.maven.plugins</groupId> |
777 | 785 | <artifactId>maven-changelog-plugin</artifactId> |
|
0 commit comments