Statistics
| Revision:

gvsig-raster / org.gvsig.raster.ermapper / trunk / org.gvsig.raster.ermapper / org.gvsig.raster.ermapper.app / org.gvsig.raster.ermapper.app.lin.x86_64 / pom.xml @ 9333

History | View | Annotate | Download (5.27 KB)

1
<?xml version="1.0" encoding="UTF-8"?>
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/maven-v4_0_0.xsd">
3
  <modelVersion>4.0.0</modelVersion>
4
  <artifactId>org.gvsig.raster.ermapper.app.lin.x86_64</artifactId>
5
  <packaging>jar</packaging>
6
   
7
         <parent>
8
                <groupId>org.gvsig</groupId>
9
                <artifactId>org.gvsig.raster.ermapper.app</artifactId>
10
    <version>2.2.76</version>
11
        </parent>
12

    
13
  <properties>
14
    <gvsig.package.info.operatingSystem>lin</gvsig.package.info.operatingSystem>
15
    <gvsig.package.info.architecture>x86_64</gvsig.package.info.architecture>
16
    
17
    <jecw.classifier>linux-all-gcc4-X86_64-dynamic</jecw.classifier>
18
    <jecw.version>2.0.0</jecw.version>
19
    
20
    <ecw.classifier>linux-all-gcc4-X86_64-dynamic</ecw.classifier>
21
                 <ecw.version>3.3.20070509</ecw.version>    
22
  </properties>
23

    
24
  <dependencyManagement>
25
      <dependencies>
26
       <dependency>
27
            <groupId>org.gvsig</groupId>
28
            <artifactId>org.gvsig.jecw</artifactId>
29
            <classifier>${jecw.classifier}</classifier>
30
            <version>${jecw.version}</version>
31
            <type>tar.gz</type>
32
            <scope>runtime</scope>
33
        </dependency>
34
         <dependency>
35
                  <groupId>com.ermapper</groupId>
36
                  <artifactId>ecw</artifactId>
37
            <classifier>${ecw.classifier}</classifier>
38
            <version>${ecw.version}</version>
39
            <type>tar.gz</type>
40
            <scope>runtime</scope>
41
            </dependency>      
42

    
43
    </dependencies>
44
  </dependencyManagement>
45

    
46
  <dependencies>
47
  
48
    <dependency>
49
      <groupId>org.gvsig</groupId>
50
      <artifactId>org.gvsig.raster.ermapper.app.common</artifactId>
51
      <type>zip</type>
52
    </dependency>
53
    <dependency>
54
                        <groupId>org.gvsig</groupId>
55
                        <artifactId>org.gvsig.andami</artifactId>
56
                        <scope>compile</scope>
57
                </dependency>
58
                <dependency>
59
                        <groupId>org.gvsig</groupId>
60
                        <artifactId>org.gvsig.raster.ermapper.io</artifactId>
61
                        <scope>runtime</scope>
62
                </dependency>
63

    
64

    
65

    
66
                <dependency>
67
                          <groupId>org.gvsig</groupId>
68
                          <artifactId>org.gvsig.jecw</artifactId>
69
        <version>${jecw.version}</version>
70
        <scope>runtime</scope>
71
                </dependency>
72
    <dependency>
73
        <groupId>org.gvsig</groupId>
74
                          <artifactId>org.gvsig.jecw</artifactId>
75
        <version>${jecw.version}</version>
76
        <classifier>${jecw.classifier}</classifier>
77
        <type>tar.gz</type>
78
        <scope>runtime</scope>
79
    </dependency>
80
    <dependency>
81
        <groupId>com.ermapper</groupId>
82
        <artifactId>ecw</artifactId>
83
        <version>${ecw.version}</version>
84
        <classifier>${ecw.classifier}</classifier>
85
        <type>tar.gz</type>
86
        <scope>runtime</scope>
87
    </dependency>
88

    
89
  </dependencies>
90

    
91
  <build>
92
    <plugins>
93
  
94
      <plugin>
95
        <groupId>org.apache.maven.plugins</groupId>
96
        <artifactId>maven-dependency-plugin</artifactId>
97
        <executions>
98
          <execution>
99
                  <id>unpack</id>
100
                <phase>process-sources</phase>
101
                <goals>
102
                  <goal>unpack</goal>
103
                </goals>
104
                <configuration>
105
                  <artifactItems>
106
                    <artifactItem>
107
                            <groupId>org.gvsig</groupId>
108
                            <artifactId>org.gvsig.raster.ermapper.app.common</artifactId>
109
                            <type>zip</type>
110
                                              <overWrite>true</overWrite>
111
                                              <outputDirectory>target</outputDirectory>
112
                    </artifactItem>
113
                    
114
                    <artifactItem>
115
                <groupId>org.gvsig</groupId>
116
                <artifactId>org.gvsig.jecw</artifactId>
117
                <version>${jecw.version}</version>
118
                <classifier>${jecw.classifier}</classifier>
119
                            <type>tar.gz</type>
120
                                              <overWrite>true</overWrite>
121
                                              <outputDirectory>target/native/jecw</outputDirectory>
122
                    </artifactItem>
123
                    
124
                    <artifactItem>
125
                      <groupId>com.ermapper</groupId>
126
                      <artifactId>ecw</artifactId>
127
                      <version>${ecw.version}</version>
128
                <classifier>${ecw.classifier}</classifier>
129
                            <type>tar.gz</type>
130
                                              <overWrite>true</overWrite>
131
                                              <outputDirectory>target/native/ecw</outputDirectory>
132
                    </artifactItem>
133
                    
134
                  </artifactItems>
135
                </configuration>
136
          </execution>
137
        </executions>
138
          </plugin>
139
  
140
  
141
    </plugins>
142
  </build>
143

    
144
  <!-- 
145
  The profiles only configure the automatic deploy of gvSIG plugin in the gvSIG
146
  configured in HOME/.gvsig-devel.properties
147
  -->
148
  <profiles>
149
  
150
    <profile>
151
      <id>gvsig-plugin-install-raster-linux-x86_64</id>
152
      <activation>
153
         <os>
154
             <family>unix</family>
155
             <name>linux</name>
156
             <arch>x86_64</arch>
157
         </os>
158
      </activation>
159
            <properties>
160
              <gvsig.install.plugin>true</gvsig.install.plugin>
161
            </properties>
162
    </profile>
163

    
164
    <profile>
165
      <id>gvsig-plugin-install-raster-linux-amd64</id>
166
      <activation>
167
         <os>
168
             <family>unix</family>
169
             <name>linux</name>
170
             <arch>amd64</arch>
171
         </os>
172
      </activation>
173
      <properties>
174
         <gvsig.install.plugin>true</gvsig.install.plugin>
175
      </properties>
176
    </profile>
177

    
178
  </profiles>
179
  
180
</project>
181