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.
92
103
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments