site.xml now references ${project.groupId}:${project.artifactId}:${project.version}
instead of maven-fluido-skin. Removes the now-unused maven-fluido-skin.version
property from pom.xml.
Build requires ./mvnw clean install site so the skin is installed to the
local repository before the site phase resolves it as a dependency.
<!-- Dependency versions used by plugins -->
<doxia-module-markdown.version>1.11.1</doxia-module-markdown.version>
- <maven-fluido-skin.version>1.12.0</maven-fluido-skin.version>
-
</properties>
<build>
name="${project.name}">
<skin>
- <groupId>org.apache.maven.skins</groupId>
- <artifactId>maven-fluido-skin</artifactId>
- <version>${maven-fluido-skin.version}</version>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>${project.artifactId}</artifactId>
+ <version>${project.version}</version>
</skin>
<bannerLeft>