Revision 40072 branches/v2_0_0_prep/libraries/org.gvsig.exportto/org.gvsig.exportto.lib/org.gvsig.exportto.lib.api/pom.xml

View differences:

pom.xml
1
<?xml version="1.0" encoding="ISO-8859-1"?>
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.exportto.lib.api</artifactId>
5
	<packaging>jar</packaging>
6
	<name>org.gvsig.exportto.lib.api</name>
7
	<parent>
8
		<groupId>org.gvsig</groupId>
9
		<artifactId>org.gvsig.exportto.lib</artifactId>
10
		<version>1.0.1-SNAPSHOT</version>
11
	</parent>
12
    <dependencies>
13
        <dependency>
14
            <groupId>org.gvsig</groupId>
15
            <artifactId>org.gvsig.tools.lib</artifactId>
16
            <scope>compile</scope>
17
        </dependency>
18
        <dependency>
19
            <groupId>org.gvsig</groupId>
20
            <artifactId>org.gvsig.fmap.dal</artifactId>    
21
            <scope>compile</scope>        
22
        </dependency>
23
        <dependency>
24
            <groupId>org.gvsig</groupId>
25
            <artifactId>org.gvsig.projection</artifactId>
26
            <scope>compile</scope>
27
        </dependency>
28
    </dependencies>  
29
	<build>
30
		<plugins>
31
			<plugin>
32
				<groupId>org.apache.maven.plugins</groupId>
33
				<artifactId>maven-jar-plugin</artifactId>
34
				<configuration>
35
				</configuration>
36
				<executions>
37
				<!--
38
				Generates a jar file only with the test classes
39
				-->
40
					<execution>
41
						<goals>
42
							<goal>test-jar</goal>
43
						</goals>
44
					</execution>
45
				</executions>
46
			</plugin>
47
		</plugins>
48
	</build>
49
</project>
1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<project xmlns="http://maven.apache.org/POM/4.0.0" 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
	<artifactId>org.gvsig.exportto.lib.api</artifactId>
6
	<packaging>jar</packaging>
7
	<name>org.gvsig.exportto.lib.api</name>
8
	<parent>
9
		<groupId>org.gvsig</groupId>
10
		<artifactId>org.gvsig.exportto.lib</artifactId>
11
		<version>1.0.0-SNAPSHOT</version>
12
	</parent>
13
    <dependencies>
14
        <dependency>
15
            <groupId>org.gvsig</groupId>
16
            <artifactId>org.gvsig.tools.lib</artifactId>
17
            <scope>compile</scope>
18
        </dependency>
19
        <dependency>
20
            <groupId>org.gvsig</groupId>
21
            <artifactId>org.gvsig.fmap.dal</artifactId>    
22
            <scope>compile</scope>        
23
        </dependency>
24
        <dependency>
25
            <groupId>org.gvsig</groupId>
26
            <artifactId>org.gvsig.projection</artifactId>
27
            <scope>compile</scope>
28
        </dependency>
29
    </dependencies>  
30
	<build>
31
		<plugins>
32
			<plugin>
33
				<groupId>org.apache.maven.plugins</groupId>
34
				<artifactId>maven-jar-plugin</artifactId>
35
				<configuration>
36
				</configuration>
37
				<executions>
38
				<!--
39
				Generates a jar file only with the test classes
40
				-->
41
					<execution>
42
						<goals>
43
							<goal>test-jar</goal>
44
						</goals>
45
					</execution>
46
				</executions>
47
			</plugin>
48
		</plugins>
49
	</build>
50
</project>
51

  

Also available in: Unified diff