File tree Expand file tree Collapse file tree 3 files changed +14
-17
lines changed Expand file tree Collapse file tree 3 files changed +14
-17
lines changed Original file line number Diff line number Diff line change 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.
9
2
10
3
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.codehaus.plexus</groupId >
7
7
<artifactId >plexus</artifactId >
8
- <version >5.1 </version >
8
+ <version >8 </version >
9
9
</parent >
10
10
11
11
<artifactId >plexus-site</artifactId >
89
89
<reportSet ><!-- execute only reports necessary for main site, in a dedicated reportSet -->
90
90
<id >site-mpir</id >
91
91
<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 >
95
95
<report >scm</report >
96
96
</reports >
97
97
</reportSet >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
3
- <project xmlns =" http://maven.apache.org/DECORATION/1.7 .0"
3
+ <project xmlns =" http://maven.apache.org/DECORATION/1.8 .0"
4
4
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"
6
6
name =" Plexus" >
7
7
<version position =" none" />
8
8
9
+ <skin >
10
+ <groupId >org.apache.maven.skins</groupId >
11
+ <artifactId >maven-fluido-skin</artifactId >
12
+ <version >1.9</version >
13
+ </skin >
14
+
9
15
<custom >
10
16
<fluidoSkin >
11
17
<sourceLineNumbersEnabled >true</sourceLineNumbersEnabled >
12
- <googlePlusOne />
13
18
<googleSearch >
14
19
<sitesearch >http://codehaus-plexus.github.io/</sitesearch >
15
20
</googleSearch >
69
74
</menu >
70
75
71
76
<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" />
74
78
<item name =" Get Involved" href =" /get-involved.html" />
75
79
</menu >
76
80
</body >
You can’t perform that action at this time.
0 commit comments