Revision 37315 branches/v2_0_0_prep/extensions/org.gvsig.installer/pom.xml

View differences:

pom.xml
1 1
<?xml version="1.0" encoding="UTF-8"?>
2 2
<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/xsd/maven-4.0.0.xsd">
3 3
    <modelVersion>4.0.0</modelVersion>
4
    <groupId>org.gvsig</groupId>
5 4
    <artifactId>org.gvsig.installer</artifactId>
6 5
    <packaging>pom</packaging>
7 6
    <version>1.0.1-SNAPSHOT</version>
......
11 10
    <parent>
12 11
        <groupId>org.gvsig</groupId>
13 12
        <artifactId>org.gvsig.maven.base.pom</artifactId>
14
        <version>1.0.7-SNAPSHOT</version>
13
        <version>1.0.8-SNAPSHOT</version>
15 14
    </parent>
16 15

  
17 16
    <scm>
......
101 100
            </plugin>
102 101
        </plugins>
103 102
    </build>
104
    <properties>
105
        <super.parent.dir>${basedir}</super.parent.dir>
106
    </properties>
107 103
    <profiles>
108 104
        <profile>
109
            <id>eclipse-project</id>
110
            <build>
111
                <plugins>
112
                    <plugin>
113
                        <artifactId>maven-antrun-plugin</artifactId>
114
                        <configuration>
115
                            <tasks>
116
                                <ant antfile="${super.parent.dir}/../build/ant-tasks/eclipse-tasks.xml" target="eclipse.eclipse" />
117
                            </tasks>
118
                        </configuration>
119
                        <dependencies>
120
                            <dependency>
121
                                <groupId>org.apache.ant</groupId>
122
                                <artifactId>ant-trax</artifactId>
123
                                <version>1.7.1</version>
124
                            </dependency>
125
                            <dependency>
126
                                <groupId>xalan</groupId>
127
                                <artifactId>xalan</artifactId>
128
                                <version>2.6.0</version>
129
                            </dependency>
130
                        </dependencies>
131
                    </plugin>
132
                </plugins>
133
            </build>
134
        </profile>
135
        <profile>
136 105
            <id>gvsig-install</id>
137 106
            <activation>
138 107
                <activeByDefault>true</activeByDefault>

Also available in: Unified diff