Revision 37315 branches/v2_0_0_prep/applications/_fwAndami-updater/pom.xml

View differences:

pom.xml
1 1
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2 2
	<modelVersion>4.0.0</modelVersion>
3
	<groupId>org.gvsig</groupId>
4 3
	<artifactId>org.gvsig.andamiupdater</artifactId>
5 4
	<packaging>jar</packaging>
6 5
	<name>org.gvsig.andamiupdater</name>
7 6
	<version>1.0.0-SNAPSHOT</version>
8
	<parent>
7
    <parent>
9 8
        <groupId>org.gvsig</groupId>
10
        <artifactId>gvsig-base-library-pom</artifactId>
11
        <version>2.0-SNAPSHOT</version>
9
        <artifactId>org.gvsig.maven.base.pom</artifactId>
10
        <version>1.0.8-SNAPSHOT</version>
12 11
    </parent>
13 12
	<properties>
14
		<build-dir>${basedir}/../build</build-dir>
15 13
        <andami.lib.dir>${gvsig.install.dir}/lib</andami.lib.dir>
16 14
    </properties>
17 15
	<dependencies>
......
54 52
        </plugins>
55 53
    </build>
56 54
    <profiles>
55
        <profile>
56
            <id>gvsig-install</id>
57
            <activation>
58
                <activeByDefault>true</activeByDefault>
59
            </activation>
60
            <properties>
61
                <!--
62
                    Default gvSIG installation folder relative to the current workspace
63
                -->
64
                <gvsig.install.dir>${basedir}/../build/product</gvsig.install.dir>
65
            </properties>
66
        </profile>
57 67
    	<profile>
58 68
            <id>install-extension</id>
59 69
            <activation>

Also available in: Unified diff