test maven-fluido-skin

This commit is contained in:
Vincent Behar 2011-10-15 17:54:49 +02:00
parent d7e415d08f
commit 8f35f8ef5e
2 changed files with 20 additions and 0 deletions

15
pom.xml
View file

@ -486,5 +486,20 @@
</profile> </profile>
</profiles> </profiles>
<!-- required for maven-fluido-skin (see site.xml) -->
<repositories>
<repository>
<id>apache.snapshots</id>
<name>Apache Snapshots</name>
<url>https://repository.apache.org/content/repositories/snapshots/</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
</project> </project>

View file

@ -21,6 +21,11 @@
<googleAnalyticsAccountId>UA-23435653-1</googleAnalyticsAccountId> <googleAnalyticsAccountId>UA-23435653-1</googleAnalyticsAccountId>
<publishDate position="right" /> <publishDate position="right" />
<version position="right" /> <version position="right" />
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.0-SNAPSHOT</version>
</skin>
<body> <body>
<breadcrumbs> <breadcrumbs>
<item name="RunDeck" href="http://rundeck.org" /> <item name="RunDeck" href="http://rundeck.org" />