Add possibility to include resources in the CactifiedWAR, CactifiedEAR archives
-------------------------------------------------------------------------------

                 Key: CACTUS-261
                 URL: https://issues.apache.org/jira/browse/CACTUS-261
             Project: Cactus
          Issue Type: Improvement
          Components: Ant Integration, Maven2
    Affects Versions: 1.8.2
            Reporter: Petar Tahchiev
            Assignee: Petar Tahchiev
             Fix For: 1.8.2


It would be really great if there was a possibility to add
resources (like JSP files, .properties files, ....) in the cactified archives. 
For instance:
In the cactifyEAR MOJO:
<cactusWar>
   <resources>
       <directory>src/main/webapp</directory>
       <includes>
           <include>*.jsp</include>
       </includes>
   </resources>
</cactusWar>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: cactus-dev-h...@jakarta.apache.org

Reply via email to