You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by "Jeff Thomas (JIRA)" <ji...@apache.org> on 2016/06/11 19:36:20 UTC

[jira] [Created] (AXIOM-484) Maven full-build of Axiom breaks if building with tests-disabled

Jeff Thomas created AXIOM-484:
---------------------------------

             Summary: Maven full-build of Axiom breaks if building with tests-disabled
                 Key: AXIOM-484
                 URL: https://issues.apache.org/jira/browse/AXIOM-484
             Project: Axiom
          Issue Type: Bug
    Affects Versions: 1.2.19
            Reporter: Jeff Thomas
            Priority: Minor


If performing a full-build with tests disabled, the build breaks in the code-coverage module due to dependencies on test-artifacts that are not present (have not been generated):

For example:
{code:xml}
        <dependency>
            <groupId>${project.groupId}</groupId>
            <artifactId>eclipse-tests</artifactId>
            <version>${project.version}</version>
            <classifier>jacoco</classifier>
            <type>exec</type>
        </dependency>
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org