[
https://issues.apache.org/jira/browse/TENTACLES-20?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17879385#comment-17879385
]
ASF subversion and git services commented on TENTACLES-20:
----------------------------------------------------------
Commit 7f49a2adf7ef310ffd8ad85783baafa077a53794 in creadur-tentacles's branch
refs/heads/master from Philipp Ottlinger
[ https://gitbox.apache.org/repos/asf?p=creadur-tentacles.git;h=7f49a2a ]
TENTACLES-20: Fix header layout
> Fix site build after plugin updates, migrate to current XSD and use
> non-deprecated site skin
> --------------------------------------------------------------------------------------------
>
> Key: TENTACLES-20
> URL: https://issues.apache.org/jira/browse/TENTACLES-20
> Project: Apache Tentacles
> Issue Type: Task
> Affects Versions: 0.1
> Reporter: Philipp Ottlinger
> Assignee: Philipp Ottlinger
> Priority: Major
> Fix For: 0.2
>
>
> Build failed after updates of plugins:
>
> {quote}is still using the old pre-version 2.0.0 model.
> You MUST migrate to the new model as soon as possible
> otherwise your build will break in the future!
> {quote} * (/) apply v2.0 of
> [https://maven.apache.org/doxia/doxia-sitetools/doxia-site-model/site.html]
> * need to define a skin
> ** tryout: reflow-maven-skin - not working
> ** old default skin is not working either:
> {quote} <skin>
> <groupId>org.apache.maven.skins</groupId>
> <artifactId>maven-default-skin</artifactId>
> <version>1.3</version>
> </skin>
> {quote}
> ** resorting to defaults does not work: not defining a skin results in build
> failure
> {quote}[ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-site-plugin:3.20.0:site (default-site) on
> project apache-tentacles: Execution default-site of goal
> org.apache.maven.plugins:maven-site-plugin:3.20.0:site failed: skin cannot be
> null -> [Help 1]
> {quote}
> ** Using default/old skin results in next error -
> https://issues.apache.org/jira/projects/MSKINS/issues/MSKINS-196
> * (?) problem with jdepend-report:
> [https://github.com/mojohaus/jdepend-maven-plugin/issues/39] - temporarily
> disable jdepend
> * (/) update plugins
> * fix site build
--
This message was sent by Atlassian Jira
(v8.20.10#820010)