[arquillian-issues] [JBoss JIRA] (ARQ-793) Arquillian config-impl-base is not a part of junit|testng-standalone

Karel Piwko (JIRA) jira-events at lists.jboss.org
Wed Feb 29 03:55:36 EST 2012


Karel Piwko created ARQ-793:
-------------------------------

             Summary: Arquillian config-impl-base is not a part of junit|testng-standalone
                 Key: ARQ-793
                 URL: https://issues.jboss.org/browse/ARQ-793
             Project: Arquillian
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Base Implementation
    Affects Versions: 1.0.0.CR7
            Reporter: Karel Piwko
            Priority: Critical


When configuration was split, the arquillian-config-impl-base was made a dependency of container only

{code}
./container/spi/pom.xml:            <artifactId>arquillian-config-impl-base</artifactId> <!-- ILLEGAL DEPENDENCY, fix with new Config module -->
./container/impl-base/pom.xml:            <artifactId>arquillian-config-impl-base</artifactId> <!-- ILEGAL DEPENDENCY, resolved with new Config API -->
./bom/pom.xml:                <artifactId>arquillian-config-impl-base</artifactId>
./config/impl-base/pom.xml:    <artifactId>arquillian-config-impl-base</artifactId>
{code}

This means that when no container is on classpath, e.g. standalone mode of junit/testng, ArquillianDescriptor is not created at all.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the arquillian-issues mailing list