You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by "Andreas Veithen (JIRA)" <ji...@apache.org> on 2016/06/16 21:57:05 UTC

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

     [ https://issues.apache.org/jira/browse/AXIOM-484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Veithen resolved AXIOM-484.
-----------------------------------
    Resolution: Not A Problem

> 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