Configured skin for project site
Updated ROME version
This commit is contained in:
parent
77e36be0b5
commit
1749a5447f
3 changed files with 45 additions and 30 deletions
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
/.classpath
|
||||||
|
/.project
|
||||||
|
/.settings
|
||||||
|
/target
|
2
pom.xml
2
pom.xml
|
@ -51,7 +51,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.rometools</groupId>
|
<groupId>org.rometools</groupId>
|
||||||
<artifactId>rome</artifactId>
|
<artifactId>rome</artifactId>
|
||||||
<version>1.1-SNAPSHOT</version>
|
<version>2.0.0-SNAPSHOT</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
|
@ -3,13 +3,23 @@
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd"
|
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd"
|
||||||
name="ROME-Modules">
|
name="ROME-Modules">
|
||||||
|
|
||||||
|
<skin>
|
||||||
|
<groupId>org.apache.maven.skins</groupId>
|
||||||
|
<artifactId>maven-fluido-skin</artifactId>
|
||||||
|
<version>1.3.0</version>
|
||||||
|
</skin>
|
||||||
|
|
||||||
<bannerLeft>
|
<bannerLeft>
|
||||||
<name>ROME</name>
|
<name>ROME</name>
|
||||||
<src>images/romelogo.png</src>
|
<src>images/romelogo.png</src>
|
||||||
<href>http://github.com/rometools/</href>
|
<href>http://github.com/rometools/</href>
|
||||||
</bannerLeft>
|
</bannerLeft>
|
||||||
|
|
||||||
<publishDate position="right" />
|
<publishDate position="right" />
|
||||||
|
|
||||||
<version position="right" />
|
<version position="right" />
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<menu name="ROME-Modules">
|
<menu name="ROME-Modules">
|
||||||
<item name="Overview" href="index.html" />
|
<item name="Overview" href="index.html" />
|
||||||
|
@ -28,4 +38,5 @@
|
||||||
</menu>
|
</menu>
|
||||||
<menu ref="reports" />
|
<menu ref="reports" />
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</project>
|
</project>
|
Loading…
Reference in a new issue