Changeset 6495 for ComponentRegistry


Ignore:
Timestamp:
09/10/15 13:16:22 (9 years ago)
Author:
Twan Goosen
Message:

beta build profile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ComponentRegistry/branches/ComponentRegistry-1.14/ComponentRegistry/pom.xml

    r5950 r6495  
    369369            </properties>
    370370        </profile>
     371        <profile>
     372            <id>beta</id>
     373            <properties>
     374                <logging.level>warn</logging.level>
     375                <serviceRootUrl>https://beta-catalog.clarin.eu/ComponentRegistry</serviceRootUrl>
     376                <!-- Will be inserted in context.xml -->
     377                <shibLI>https://beta-catalog.clarin.eu/Shibboleth.sso/Login</shibLI>
     378                <!-- Shibboleth login URI for SHHAA -->
     379                <shibLO>https://beta-catalog.clarin.eu/Shibboleth.sso/Logout</shibLO>
     380                <!-- Shibboleth logout URI for SHHAA -->
     381                <webXmlPath>src/main/webapp/WEB-INF/web-shib.xml</webXmlPath>
     382                <!-- web.xml for shibboleth authentication -->
     383            </properties>
     384        </profile>       
    371385        <profile>
    372386            <id>clarin</id>
Note: See TracChangeset for help on using the changeset viewer.