[arquillian-issues] [JBoss JIRA] Updated: (ARQ-66) provide a mechanism for adding library JARs (test dependencies) to the deployment

Pete Muir (JIRA) jira-events at lists.jboss.org
Thu Feb 25 08:04:10 EST 2010


     [ https://jira.jboss.org/jira/browse/ARQ-66?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pete Muir updated ARQ-66:
-------------------------

    Component/s: Packaging Enricher SPI


> provide a mechanism for adding library JARs (test dependencies) to the deployment
> ---------------------------------------------------------------------------------
>
>                 Key: ARQ-66
>                 URL: https://jira.jboss.org/jira/browse/ARQ-66
>             Project: Arquillian
>          Issue Type: Feature Request
>          Components: Packaging Enricher SPI
>            Reporter: Dan Allen
>
> The requirement to add extra JARs into the deployment is going to surface fairly early on in the adoption of Arquillian. In our examples, we are sticking to APIs in Java EE, but most projects have third-party JARs on which the application depends. Common examples are a logging framework, Apache Commons libraries, Google Collections, Hibernate Search...anything not available in the container.
> We might need to update the @Deployment signature to support:
> @Deployment
> static Set<Archive<?>> x();
> Or maybe a seperate @DeploymentDependencies (this could be defined in e.g. a super class)
> @DeploymentDependencies
> static Set<Archive<?>> x()
> We are also going to need to consider providing APIs for resolving Maven dependencies (groupId, artifactId, version) or resolving test dependencies from the Maven pom. We need to be flexible.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the arquillian-issues mailing list