[shrinkwrap-issues] [JBoss JIRA] Assigned: (SHRINKWRAP-218) Add multiple modules at once to EnterpriseArchive

Andrew Rubinger (JIRA) jira-events at lists.jboss.org
Tue Mar 15 05:00:52 EDT 2011


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

Andrew Rubinger reassigned SHRINKWRAP-218:
------------------------------------------

    Assignee: Andrew Rubinger


> Add multiple modules at once to EnterpriseArchive
> -------------------------------------------------
>
>                 Key: SHRINKWRAP-218
>                 URL: https://issues.jboss.org/browse/SHRINKWRAP-218
>             Project: ShrinkWrap
>          Issue Type: Feature Request
>            Reporter: Michael Schuetz
>            Assignee: Andrew Rubinger
>
> At the moment I can add multiple modules to EnterpriseArchiv like this:
>  final EnterpriseArchive ear = ShrinkWrap.create(EnterpriseArchive.class, "test.ear")
>                 .addModule(ejb)
>                 .addModule(war)
>                 .addModule(ArtifactResolver.resolve("org.jboss.seam:jboss-seam:2.2.0.GA"));
> Would be nice to shorten this a bit, like this:
>  final EnterpriseArchive ear = ShrinkWrap.create(EnterpriseArchive.class, "test.ear")
>                 .addModules(ejb, war, ArtifactResolver.resolve("org.jboss.seam:jboss-seam:2.2.0.GA"));

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the shrinkwrap-issues mailing list