[weld-issues] [JBoss JIRA] (WELD-984) Weld should not require application server specific changes to a war

Geoffrey De Smet (Updated) (JIRA) jira-events at lists.jboss.org
Tue Oct 4 12:04:15 EDT 2011


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

Geoffrey De Smet updated WELD-984:
----------------------------------

    Description: 
It should especially not require different content in the same file: that makes it almost impossible to solve.

"Maven profiles" are NOT a solution: you should only build once during a release (and on hudson for every commit).
The build output shouldn't differ based on the profile or build platform (strong maven guideline), because you can only deploy 1 variant to nexus under a certain GAV.
Furthermore, it should be possible to do exploded war deployments straight from the IDE to different appservers (jboss 7, jetty, tomcat) without having to run maven.
Similar for arquillian tests.

See dependent issues for the specific things that cause problems.

  was:
It should especially not require different content in the same file: that makes it almost impossible to solve.

"Maven profiles" are NOT a solution: you should only build once during a release (and on hudson for every commit).
The build output shouldn't differ based on the profile or build platform (strong maven guideline).
Furthermore, it should be possible to do exploded war deployments straight from the IDE to different appservers (jboss 7, jetty, tomcat) without having to run maven.
Similar for arquillian tests.

See dependent issues for the specific things that cause problems.


    
> Weld should not require application server specific changes to a war
> --------------------------------------------------------------------
>
>                 Key: WELD-984
>                 URL: https://issues.jboss.org/browse/WELD-984
>             Project: Weld
>          Issue Type: Feature Request
>            Reporter: Geoffrey De Smet
>
> It should especially not require different content in the same file: that makes it almost impossible to solve.
> "Maven profiles" are NOT a solution: you should only build once during a release (and on hudson for every commit).
> The build output shouldn't differ based on the profile or build platform (strong maven guideline), because you can only deploy 1 variant to nexus under a certain GAV.
> Furthermore, it should be possible to do exploded war deployments straight from the IDE to different appservers (jboss 7, jetty, tomcat) without having to run maven.
> Similar for arquillian tests.
> See dependent issues for the specific things that cause problems.

--
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 weld-issues mailing list