Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qulice check failure #27

Closed
simonjenga opened this issue Dec 8, 2015 · 2 comments
Closed

qulice check failure #27

simonjenga opened this issue Dec 8, 2015 · 2 comments
Labels

Comments

@simonjenga
Copy link
Contributor

./jcabi-email>mvn qulice:check -Pqulice

[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.qulice:qulice-maven-plugin:0.13:check (default-cli) on project jcabi-email: Failure: The provided XML C:\javaworkspace\jcabi-email\src\site\site.xml is not well formatted, it should look like this:
[ERROR] <!--
[ERROR] * Copyright (c) 2014-2015, jcabi.com
[ERROR] * All rights reserved.
[ERROR] *
[ERROR] * Redistribution and use in source and binary forms, with or without
[ERROR] * modification, are permitted provided that the following conditions
[ERROR] * are met: 1) Redistributions of source code must retain the above
[ERROR] * copyright notice, this list of conditions and the following
[ERROR] * disclaimer. 2) Redistributions in binary form must reproduce the above
[ERROR] * copyright notice, this list of conditions and the following
[ERROR] * disclaimer in the documentation and/or other materials provided
[ERROR] * with the distribution. 3) Neither the name of the jcabi.com nor
[ERROR] * the names of its contributors may be used to endorse or promote
[ERROR] * products derived from this software without specific prior written
[ERROR] * permission.
[ERROR] *
[ERROR] * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
[ERROR] * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT
[ERROR] * NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
[ERROR] * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
[ERROR] * THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
[ERROR] * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
[ERROR] * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
[ERROR] * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
[ERROR] * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
[ERROR] * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
[ERROR] * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
[ERROR] * OF THE POSSIBILITY OF SUCH DAMAGE.
[ERROR] --><project xmlns="http://maven.apache.org/DECORATION/1.3.0"
[ERROR] xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
[ERROR] xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd"
[ERROR] name="jcabi-email">
[ERROR] <skin>
[ERROR] <groupId>com.jcabi</groupId>
[ERROR] <artifactId>jcabi-maven-skin</artifactId>
[ERROR] <version>1.5.1</version>
[ERROR] </skin>
[ERROR] <bannerLeft>
[ERROR] <name>jcabi</name>
[ERROR] <src>http://img.jcabi.com/logo-square.svg</src>
[ERROR] <href>http://www.jcabi.com/</href>
[ERROR] <width>64</width>
[ERROR] <height>64</height>
[ERROR] </bannerLeft>
[ERROR] <googleAnalyticsAccountId>UA-1963507-23</googleAnalyticsAccountId>
[ERROR] <body>
[ERROR] <head>
[ERROR] <link href="http://img.jcabi.com/favicon.ico" rel="shortcut icon"/>
[ERROR] <link href="https://plus.google.com/u/0/114792568016408327418?rel=author"
[ERROR] rel="author"/>
[ERROR] </head>
[ERROR] <menu name="Overview">
[ERROR] <item name="Introduction" href="./index.html"/>
[ERROR] <item name="JavaDoc ${project.version}"
[ERROR] href="./apidocs-${project.version}/index.html"/>
[ERROR] <item name="Test coverage" href="./cobertura/index.html"/>
[ERROR] <item name="Release History" href="https://github.com/jcabi/jcabi-email/releases"/>
[ERROR] </menu>
[ERROR] <menu ref="reports"/>
[ERROR] </body>
[ERROR] </project>
[ERROR] patch:
[ERROR] --- before
[ERROR] +++ after
[ERROR] @@ -1,6 +1,5 @@
[ERROR] -<?xml version="1.0"?>
[ERROR] <!--
[ERROR] * Copyright (c) 2014-2015, jcabi.com
[ERROR] * All rights reserved.
[ERROR] *
[ERROR] * Redistribution and use in source and binary forms, with or without
[ERROR] @@ -25,15 +24,14 @@
[ERROR] * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
[ERROR] * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
[ERROR] * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
[ERROR] * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
[ERROR] * OF THE POSSIBILITY OF SUCH DAMAGE.
[ERROR] - -->
[ERROR] -<project xmlns="http://maven.apache.org/DECORATION/1.3.0"
[ERROR] -    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
[ERROR] -    xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd"
[ERROR] -    name="jcabi-email">
[ERROR] + --><project xmlns="http://maven.apache.org/DECORATION/1.3.0"
[ERROR] +         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
[ERROR] +         xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd"
[ERROR] +         name="jcabi-email">
[ERROR] <skin>
[ERROR] <groupId>com.jcabi</groupId>
[ERROR] <artifactId>jcabi-maven-skin</artifactId>
[ERROR] <version>1.5.1</version>
[ERROR] </skin>
[ERROR] @@ -46,17 +44,18 @@
[ERROR] </bannerLeft>
[ERROR] <googleAnalyticsAccountId>UA-1963507-23</googleAnalyticsAccountId>
[ERROR] <body>
[ERROR] <head>
[ERROR] <link href="http://img.jcabi.com/favicon.ico" rel="shortcut icon"/>
[ERROR] -            <link href="https://plus.google.com/u/0/114792568016408327418?rel=author" rel="author"/>
[ERROR] +            <link href="https://plus.google.com/u/0/114792568016408327418?rel=author"
[ERROR] +               rel="author"/>
[ERROR] </head>
[ERROR] <menu name="Overview">
[ERROR] <item name="Introduction" href="./index.html"/>
[ERROR] -            <item name="JavaDoc ${project.version}" href="./apidocs-${project.version}/index.html"/>
[ERROR] +            <item name="JavaDoc ${project.version}"
[ERROR] +               href="./apidocs-${project.version}/index.html"/>
[ERROR] <item name="Test coverage" href="./cobertura/index.html"/>
[ERROR] <item name="Release History" href="https://github.com/jcabi/jcabi-email/releases"/>
[ERROR] </menu>
[ERROR] <menu ref="reports"/>
[ERROR] </body>
[ERROR] </project>
[ERROR] -
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
@dmarkov
Copy link

dmarkov commented Dec 11, 2015

@yegor256 please do something about it, see par.21

@yegor256
Copy link
Member

@simonjenga this is not supposed to work. Always use mvn clean install -Pqulice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants