Statistics
| Revision:

svn-gvsig-desktop / trunk / extensions / extAnimationGUI / pom.xml @ 23839

History | View | Annotate | Download (5.36 KB)

1
<project xmlns="http://maven.apache.org/POM/4.0.0"
2
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4
        <modelVersion>4.0.0</modelVersion>
5
        <groupId>org.gvsig</groupId>
6
        <artifactId>extAnimationGUI</artifactId>
7
        <packaging>jar</packaging>
8
        <version>1.0-SNAPSHOT</version>
9
        <name>extAnimationGUI</name>
10
        <url>http://gvsig.org</url>
11
        <description>
12
                This is the extension that contains all the GUI part for the
13
                Animation extension of GvSIG
14
        </description>
15
        <parent>
16
                <groupId>org.gvsig</groupId>
17
                <artifactId>gvsig-extension-base-pom</artifactId>
18
                <version>1.0-SNAPSHOT</version>
19
        </parent>
20
        <dependencies>
21
        <dependency>
22
                        <groupId>org.gvsig</groupId>
23
                        <artifactId>ext3Dgui</artifactId>
24
                        <version>1.0-SNAPSHOT</version>
25
                </dependency>
26
                <dependency>
27
                        <groupId>org.gvsig</groupId>
28
                        <artifactId>libAnimation3D</artifactId>
29
                        <version>1.0-SNAPSHOT</version>
30
                </dependency>
31
                <dependency>
32
                        <groupId>org.gvsig</groupId>
33
                        <artifactId>libAnimation2D</artifactId>
34
                        <version>1.0-SNAPSHOT</version>
35
                </dependency>
36
                <dependency>
37
                        <groupId>org.gvsig</groupId>
38
                        <artifactId>libAnimationCommon</artifactId>
39
                        <version>1.0-SNAPSHOT</version>
40
                </dependency>
41
        </dependencies>
42
        <properties>
43
                <extension-appgvsig-lib-dir>
44
                        ${extension-dir}/com.iver.cit.gvsig/lib/
45
                </extension-appgvsig-lib-dir>
46
                <build-dir>${basedir}/../build</build-dir>
47
                <extension-distribution>
48
                        gvSIG/extensiones/org.gvsig.extAnimationGUI/
49
                </extension-distribution>
50
                <gvsig-extension-distribution>
51
                        gvSIG/extensiones/com.iver.cit.gvsig/
52
                </gvsig-extension-distribution>
53
                
54
                        <!-- Path to the descriptor for win32 -->
55
                <distribution-win32-descriptor>
56
                        /distribution/win-distribution/distribution-win32.xml
57
                </distribution-win32-descriptor>
58
                <!-- Path to the descriptor for win32 sources -->
59
                <distribution-win32-descriptor-source></distribution-win32-descriptor-source>
60

    
61
                <!-- Path to the descriptor for linux32  -->
62
                <distribution-linux32-descriptor>
63
                        /distribution/linux-distribution/distribution-linux.xml
64
                </distribution-linux32-descriptor>
65
                <!-- Path to the descriptor for linux32 sources -->
66
                <distribution-linux32-descriptor-source></distribution-linux32-descriptor-source>
67

    
68
                <!-- Path to the descriptor for mac -->
69
                <distribution-mac-descriptor>
70
                        /distribution/distribution-mac.xml
71
                </distribution-mac-descriptor>
72
                <!-- Path to the descriptor for mac sources-->
73
                <distribution-mac-descriptor-source></distribution-mac-descriptor-source>
74

    
75
                <!-- Path to the output directory for the distribution -->
76
                <distribution-output-directory>
77
                        ./distribution/
78
                </distribution-output-directory>
79
                <!-- Final name of the output directory for the distribution -->
80
                <distribution-final-name>extAnimation</distribution-final-name>
81
                
82
                
83
                
84
                <!-- Path to the file descriptor to generate the extension-->
85
                <extension-distribution-file>distribution/extension-distribution.xml
86
                </extension-distribution-file>
87
                <!-- Final name of the output directory for the distribution -->
88
                <distribution-final-name>extAnimationGUI</distribution-final-name>
89
                <application-name>Extension-Animation-GUI</application-name>
90
        </properties>
91
        <build>
92
                <sourceDirectory>src</sourceDirectory>
93
                <testSourceDirectory>test</testSourceDirectory>
94
<!--                <plugins>-->
95
<!--                        <plugin>-->
96
<!--                                <groupId>org.apache.maven.plugins</groupId>-->
97
<!--                                <artifactId>maven-dependency-plugin</artifactId>-->
98
<!--                                <executions>-->
99
<!--                                        <execution>-->
100
<!--                                                <id>copy-gvsig</id>-->
101
<!--                                                <phase>install</phase>-->
102
<!--                                                <goals>-->
103
<!--                                                        <goal>copy</goal>-->
104
<!--                                                </goals>-->
105
<!--                                                <configuration>-->
106
<!--                                                        <artifactItems>-->
107
<!--                                                                <artifactItem>-->
108
<!--                                                                        <groupId>org.gvsig</groupId>-->
109
<!--                                                                        <artifactId>-->
110
<!--                                                                                libAnimation-->
111
<!--                                                                        </artifactId>-->
112
<!--                                                                        <version>1.0-SNAPSHOT</version>-->
113
<!--                                                                        <type>jar</type>-->
114
<!--                                                                        <overWrite>true</overWrite>-->
115
<!--                                                                </artifactItem>-->
116
<!--                                                        </artifactItems>-->
117
<!--                                                        <outputDirectory>-->
118
<!--                                                                ${extension-appgvsig-lib-dir}-->
119
<!--                                                        </outputDirectory>-->
120
<!--                                                        <overWriteReleases>false</overWriteReleases>-->
121
<!--                                                        <overWriteSnapshots>-->
122
<!--                                                                true-->
123
<!--                                                        </overWriteSnapshots>-->
124
<!--                                                        <excludeTransitive>false</excludeTransitive>-->
125
<!--                                                </configuration>-->
126
<!--                                        </execution>-->
127
<!--                                </executions>-->
128
<!--                        </plugin>-->
129
<!--                </plugins>-->
130
        </build>
131
        <profiles>
132
                <profile>
133
                        <id>generate-installers</id>
134
                        <activation>
135
                                <property>
136
                                        <name>generate-install</name>
137
                                </property>
138
                        </activation>
139
                        <build>
140
                                <plugins>
141
                                        <plugin>
142
                                                <artifactId>maven-antrun-plugin</artifactId>
143
                                                <executions>
144
                                                        <execution>
145
                                                                <id>generate-install</id>
146
                                                                <phase>install</phase>
147
                                                                <configuration>
148
                                                                        <tasks>
149
                                                                        <property
150
                                                                                        name="base-dir" value="${basedir}" />
151
                                                                                <ant
152
                                                                                        antfile="${basedir}/distribution/build.xml"
153
                                                                                        inheritRefs="true" />
154
                                                                        </tasks>
155
                                                                </configuration>
156
                                                                <goals>
157
                                                                        <goal>run</goal>
158
                                                                </goals>
159
                                                        </execution>
160
                                                </executions>
161
                                        </plugin>
162
                                </plugins>
163
                        </build>
164
                </profile>
165
        </profiles>
166
</project>