Skip to content

Instantly share code, notes, and snippets.

@mstahv
Created November 4, 2015 13:08
Show Gist options
  • Select an option

  • Save mstahv/63cf73964ea053c6961a to your computer and use it in GitHub Desktop.

Select an option

Save mstahv/63cf73964ea053c6961a to your computer and use it in GitHub Desktop.

Revisions

  1. mstahv created this gist Nov 4, 2015.
    23 changes: 23 additions & 0 deletions settings.xml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,23 @@
    <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
    http://maven.apache.org/xsd/settings-1.0.0.xsd">
    <profiles>
    <profile>
    <id>liferay</id>
    <properties>
    <liferayinstall>/Users/mattitahvonenitmill/Applications/liferay-portal-6.2-ce-ga4</liferayinstall>
    <plugin.type>portlet</plugin.type>
    <liferay.version>6.2.1</liferay.version>
    <liferay.maven.plugin.version>6.2.1</liferay.maven.plugin.version>
    <liferay.auto.deploy.dir>${liferayinstall}/deploy</liferay.auto.deploy.dir>
    <liferay.app.server.deploy.dir>${liferayinstall}/tomcat-7.0.42/webapps</liferay.app.server.deploy.dir>
    <liferay.app.server.lib.global.dir>${liferayinstall}/tomcat-7.0.42/lib/ext</liferay.app.server.lib.global.dir>
    <liferay.app.server.portal.dir>${liferayinstall}/tomcat-7.0.42/webapps/ROOT</liferay.app.server.portal.dir>
    </properties>
    </profile>
    </profiles>
    <activeProfiles>
    <activeProfile>liferay</activeProfile>
    </activeProfiles>
    </settings>