Skip to content

Commit 61801af

Browse files
committed
Migrate site to Doxia 2
1 parent 146ebb8 commit 61801af

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ under the License.
6161
</issueManagement>
6262
<ciManagement>
6363
<system>Jenkins</system>
64-
<url>https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven-resources-plugin/</url>
64+
<url>https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-resources-plugin/</url>
6565
</ciManagement>
6666
<distributionManagement>
6767
<site>

src/site/site.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,16 @@ specific language governing permissions and limitations
1919
under the License.
2020
-->
2121

22-
<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
23-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24-
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
22+
<site xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23+
xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd">
2524
<body>
2625
<menu name="Overview">
2726
<item name="Introduction" href="index.html"/>
2827
<item name="Plugin Documentation" href="plugin-info.html"/>
2928
<item name="Usage" href="usage.html"/>
3029
<item name="FAQ" href="faq.html"/>
3130
<!-- According to https://issues.apache.org/jira/browse/MNGSITE-152 -->
32-
<item name="License" href="http://www.apache.org/licenses/"/>
31+
<item name="License" href="https://www.apache.org/licenses/"/>
3332
<item name="Download" href="download.html"/>
3433
</menu>
3534
<menu name="Examples">
@@ -53,4 +52,4 @@ under the License.
5352
href="/examples/custom-resource-filters.html"/>
5453
</menu>
5554
</body>
56-
</project>
55+
</site>

0 commit comments

Comments
 (0)