[ 
https://issues.apache.org/jira/browse/AXIOM-484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15326034#comment-15326034
 ] 

Andreas Veithen commented on AXIOM-484:
---------------------------------------

Yes, you need to run the build with tests enabled at least once in order for 
the code-coverage module to work properly. I would say that this works as 
intended.

> 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-unsubscr...@ws.apache.org
For additional commands, e-mail: dev-h...@ws.apache.org

Reply via email to