mirror of
https://github.com/Fishwaldo/rundeck-api-java-client.git
synced 2025-07-07 05:28:21 +00:00
test maven-fluido-skin
This commit is contained in:
parent
d7e415d08f
commit
8f35f8ef5e
2 changed files with 20 additions and 0 deletions
15
pom.xml
15
pom.xml
|
@ -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>
|
||||||
|
|
||||||
|
|
|
@ -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" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue