You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Adrian Wyssmann (JIRA)" <ji...@apache.org> on 2018/05/30 06:13:00 UTC

[jira] [Created] (MSITE-825) Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.7:site (default-cli): Invalid byte tag in constant pool: 18

Adrian Wyssmann created MSITE-825:
-------------------------------------

             Summary: Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.7:site (default-cli): Invalid byte tag in constant pool: 18
                 Key: MSITE-825
                 URL: https://issues.apache.org/jira/browse/MSITE-825
             Project: Maven Site Plugin
          Issue Type: Bug
          Components: site:deploy
    Affects Versions: 3.7
            Reporter: Adrian Wyssmann


As I am not expert for maven, I'm a bit lost here. We have projects which fail with the following error
{code:java}
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.7:site (default-cli) on project xxxx: Execution default-cli of goal org.apache.maven.plugins:maven-site-plugin:3.7:site failed: Invalid byte tag in constant pool: 18 -> [Help 1]{code}
when executing this command
{code:java}
mvn site:site site-deploy -e -U{code}
This occurs since we switched to java 8 and to my understanding it is somehow related to Java 8 and BCEL. However the message in the bug report is not exactly the same so I am not sure how or what do I have to configure to overcome the problem.

Here the essential info on how we have configured the site-plugin in the parent pom:
{code:java}
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.6</version>
<configuration>
    <locales>en</locales>
</configuration>
<dependencies>
    <dependency>
        <groupId>org.apache.maven.wagon</groupId>
        <artifactId>wagon-webdav-jackrabbit</artifactId>
        <version>${wagon.webdav.version}</version>
    </dependency>
</dependencies>{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)