Skip to content

Commit 85e984c

Browse files
committed
Update parent pom and use fluido-skin 1.9
1 parent ada624a commit 85e984c

File tree

3 files changed

+14
-17
lines changed

3 files changed

+14
-17
lines changed

README.txt

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
2-
1) To deploy plexus-site module using dav, follow the instructions below:
3-
4-
http://docs.codehaus.org/display/HAUSMATES/Maven+Guide
5-
6-
2) Actually use last snapshot of doxia-book (format pdf failed on windows)
7-
8-
3) Use "mvn site-deploy" to publish the content.
1+
Use "mvn site-deploy" to publish the content.
92

103

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.codehaus.plexus</groupId>
77
<artifactId>plexus</artifactId>
8-
<version>5.1</version>
8+
<version>8</version>
99
</parent>
1010

1111
<artifactId>plexus-site</artifactId>
@@ -89,9 +89,9 @@
8989
<reportSet><!-- execute only reports necessary for main site, in a dedicated reportSet -->
9090
<id>site-mpir</id>
9191
<reports>
92-
<report>project-team</report>
93-
<report>issue-tracking</report>
94-
<report>license</report>
92+
<report>team</report>
93+
<report>issue-management</report>
94+
<report>licenses</report>
9595
<report>scm</report>
9696
</reports>
9797
</reportSet>

src/site/site.xml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
<?xml version="1.0"?>
22

3-
<project xmlns="http://maven.apache.org/DECORATION/1.7.0"
3+
<project xmlns="http://maven.apache.org/DECORATION/1.8.0"
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5-
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.7.0 http://maven.apache.org/xsd/decoration-1.7.0.xsd"
5+
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 https://maven.apache.org/xsd/decoration-1.8.0.xsd"
66
name="Plexus">
77
<version position="none" />
88

9+
<skin>
10+
<groupId>org.apache.maven.skins</groupId>
11+
<artifactId>maven-fluido-skin</artifactId>
12+
<version>1.9</version>
13+
</skin>
14+
915
<custom>
1016
<fluidoSkin>
1117
<sourceLineNumbersEnabled>true</sourceLineNumbersEnabled>
12-
<googlePlusOne />
1318
<googleSearch>
1419
<sitesearch>http://codehaus-plexus.github.io/</sitesearch>
1520
</googleSearch>
@@ -69,8 +74,7 @@
6974
</menu>
7075

7176
<menu name="Community">
72-
<item name="Mailing Lists" href="mail-lists.html" />
73-
<item name="IRC" href="/irc.html" />
77+
<item name="Mailing Lists" href="https://groups.google.com/g/mojohaus-dev" />
7478
<item name="Get Involved" href="/get-involved.html" />
7579
</menu>
7680
</body>

0 commit comments

Comments
 (0)