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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to