Changeset 2767


Ignore:
Timestamp:
03/28/13 16:26:26 (11 years ago)
Author:
twagoo
Message:

Fixed choosing of right web.xml by profile (e.g. shibbolized for lux16/clarin, non-shibbolized for local tests). Previously, the filtering of everything in src/main/webapp blocked copying of alternative web.xml.

Location:
ComponentRegistry/trunk/ComponentRegistry
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • ComponentRegistry/trunk/ComponentRegistry/pom.xml

    r2588 r2767  
    233233        <serviceRootUrl>http://localhost:8080/${project.artifactId}</serviceRootUrl>
    234234        <!-- Will be inserted in context.xml -->
    235         <webXmlPath>src/main/webapp/WEB-INF/web.xml</webXmlPath>
     235        <webXmlPath>src/main/webapp/WEB-INF/web-test.xml</webXmlPath>
    236236        <!-- non-shib web.xml -->
    237237        <isocatSearchUrl>http://www.isocat.org/rest/user/guest/search</isocatSearchUrl>
Note: See TracChangeset for help on using the changeset viewer.