[OS-JIRA] Created: (WOL-1041) Archetype for servlet deployment doesn't add special folders as Resources

From: Henrique Prange (JIRA) ("Henrique)
Date: Fri Jul 24 2009 - 13:21:43 EDT

  • Next message: Henrique Prange: "Re: maven archetype creating correctly?"

    Archetype for servlet deployment doesn't add special folders as Resources
    -------------------------------------------------------------------------

                     Key: WOL-1041
                     URL: http://issues.objectstyle.org/jira/browse/WOL-1041
                 Project: WOProject/WOLips
              Issue Type: Bug
              Components: maven plugins
                Reporter: Henrique Prange
             Assigned To: Henrique Prange

    The maven-war-plugin requires the definition of component and webserver-resources folders to package the WAR correctly. The following configuration should come by default after the archetype generation:

    <resource>
       <targetPath>Resources</targetPath>
       <directory>${basedir}/src/main/components</directory>
    </resource>
    <resource>
       <targetPath>WebServerResources</targetPath>
       <directory>${basedir}/src/main/webserver-resources</directory>
    </resource>

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



    This archive was generated by hypermail 2.0.0 : Fri Jul 24 2009 - 13:22:34 EDT