Statistics
| Revision:

gvsig-projects-pool / org.gvsig.busquedacatastral / trunk / org.gvsig.busquedacatastral / org.gvsig.busquedacatastral.swing / org.gvsig.busquedacatastral.swing.api / pom.xml @ 9489

History | View | Annotate | Download (1.47 KB)

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/xsd/maven-4.0.0.xsd">
2
 <modelVersion>4.0.0</modelVersion>
3
 <parent>
4
  <groupId>org.gvsig</groupId>
5
  <artifactId>org.gvsig.busquedacatastral.swing</artifactId>
6
  <version>1.0.189-SNAPSHOT</version>
7
 </parent>
8
 <artifactId>org.gvsig.busquedacatastral.swing.api</artifactId>
9
 <name>${project.artifactId}</name>
10

    
11
 <build>
12
  <plugins>
13
   <plugin>
14
    <groupId>org.apache.maven.plugins</groupId>
15
    <artifactId>maven-jar-plugin</artifactId>
16
    <configuration>
17
    </configuration>
18
    <executions>
19
     <!-- Generates a jar file only with the test classes -->
20
     <execution>
21
      <goals>
22
       <goal>test-jar</goal>
23
      </goals>
24
     </execution>
25
    </executions>
26
   </plugin>
27
  </plugins>
28
 </build>
29

    
30
 <dependencies>
31
  <dependency>
32
   <groupId>org.gvsig</groupId>
33
   <artifactId>org.gvsig.busquedacatastral.lib.api</artifactId>
34
   <scope>compile</scope>
35
  </dependency>
36
  <dependency>
37
   <groupId>org.gvsig</groupId>
38
   <artifactId>org.gvsig.tools.lib</artifactId>
39
   <scope>compile</scope>
40
  </dependency>
41
  <dependency>
42
   <groupId>org.gvsig</groupId>
43
   <artifactId>org.gvsig.tools.swing.api</artifactId>
44
   <scope>compile</scope>
45
  </dependency>
46
  <dependency>
47
   <groupId>org.gvsig</groupId>
48
   <artifactId>org.gvsig.fmap.geometry.api</artifactId>
49
   <scope>compile</scope>
50
  </dependency>
51
 </dependencies>
52
</project>