Revision 37891 branches/v2_0_0_prep/libraries/org.gvsig.newlayer/org.gvsig.newlayer.lib/org.gvsig.newlayer.lib.api/pom.xml

View differences:

pom.xml
1 1
<?xml version="1.0" encoding="ISO-8859-1"?>
2 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.newlayer.lib.api</artifactId>
6
	<packaging>jar</packaging>
7
	<name>org.gvsig.newlayer.lib.api</name>
8
	<parent>
9
		<groupId>org.gvsig</groupId>
10
		<artifactId>org.gvsig.newlayer.lib</artifactId>
11
		<version>1.0.0-SNAPSHOT</version>
12
	</parent>
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.newlayer.lib.api</artifactId>
6
    <packaging>jar</packaging>
7
    <name>org.gvsig.newlayer.lib.api</name>
8
    <parent>
9
        <groupId>org.gvsig</groupId>
10
        <artifactId>org.gvsig.newlayer.lib</artifactId>
11
        <version>1.0.0-SNAPSHOT</version>
12
    </parent>
13 13
    <dependencies>
14 14
        <dependency>
15 15
            <groupId>org.gvsig</groupId>
......
18 18
        </dependency>
19 19
        <dependency>
20 20
            <groupId>org.gvsig</groupId>
21
            <artifactId>org.gvsig.fmap.dal</artifactId>    
22
            <scope>compile</scope>        
21
            <artifactId>org.gvsig.tools.swing.api</artifactId>
22
            <scope>compile</scope>
23 23
        </dependency>
24 24
        <dependency>
25 25
            <groupId>org.gvsig</groupId>
26
            <artifactId>org.gvsig.fmap.dal</artifactId>
27
            <scope>compile</scope>
28
        </dependency>
29
        <dependency>
30
            <groupId>org.gvsig</groupId>
26 31
            <artifactId>org.gvsig.projection</artifactId>
27 32
            <scope>compile</scope>
28 33
        </dependency>
29 34
        <dependency>
30
	        <groupId>org.gvsig</groupId>
31
	        <artifactId>org.gvsig.ui</artifactId>
32
	        <version>2.0.1-SNAPSHOT</version>
33
	        <scope>compile</scope>
35
            <groupId>org.gvsig</groupId>
36
            <artifactId>org.gvsig.ui</artifactId>
37
            <version>2.0.1-SNAPSHOT</version>
38
            <scope>compile</scope>
34 39
        </dependency>
35 40
        <dependency>
36 41
            <groupId>jwizardcomponent</groupId>
......
38 43
            <scope>compile</scope>
39 44
        </dependency>
40 45
        <dependency>
41
	        <groupId>org.gvsig</groupId>
42
	        <artifactId>org.gvsig.fmap.mapcontext</artifactId>
43
	        <version>2.0-SNAPSHOT</version>
44
	        <scope>compile</scope>
46
            <groupId>org.gvsig</groupId>
47
            <artifactId>org.gvsig.fmap.mapcontext</artifactId>
48
            <version>2.0-SNAPSHOT</version>
49
            <scope>compile</scope>
45 50
        </dependency>
46
    </dependencies>  
47
	<build>
48
		<plugins>
49
			<plugin>
50
				<groupId>org.apache.maven.plugins</groupId>
51
				<artifactId>maven-jar-plugin</artifactId>
52
				<configuration>
53
				</configuration>
54
				<executions>
55
				<!--
56
				Generates a jar file only with the test classes
57
				-->
58
					<execution>
59
						<goals>
60
							<goal>test-jar</goal>
61
						</goals>
62
					</execution>
63
				</executions>
64
			</plugin>
65
		</plugins>
66
	</build>
51
    </dependencies>
52
    <build>
53
        <plugins>
54
            <plugin>
55
                <groupId>org.apache.maven.plugins</groupId>
56
                <artifactId>maven-jar-plugin</artifactId>
57
                <configuration>
58
                </configuration>
59
                <executions>
60
                    <!-- Generates a jar file only with the test classes -->
61
                    <execution>
62
                        <goals>
63
                            <goal>test-jar</goal>
64
                        </goals>
65
                    </execution>
66
                </executions>
67
            </plugin>
68
        </plugins>
69
    </build>
67 70
</project>

Also available in: Unified diff