Revision 381 org.gvsig.xmlschema/library/trunk/org.gvsig.xmlschema/org.gvsig.xmlschema.lib/org.gvsig.xmlschema.lib.spi/pom.xml

View differences:

pom.xml
2 2

  
3 3

  
4 4
<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">
5
	<modelVersion>4.0.0</modelVersion>
6
	<artifactId>org.gvsig.xmlschema.lib.spi</artifactId>
7
	<packaging>jar</packaging>
8
	<name>org.gvsig.xmlschema.lib.spi</name>
9
	<description>SPI Schema library Implementation</description>
10
	<parent>
11
		<groupId>org.gvsig</groupId>
12
		<artifactId>org.gvsig.xmlschema.lib</artifactId>	
13
		<version>2.0.2-SNAPSHOT</version>			
14
	</parent>
15
	<dependencies>
16
		<dependency>
17
			<groupId>org.gvsig</groupId>
18
			<artifactId>org.gvsig.xmlschema.lib.api</artifactId>
19
			<version>2.0.2-SNAPSHOT</version>
20
		</dependency>
21
	</dependencies>
22
	<build>		
23
		<plugins>
24
			<plugin>
25
				<groupId>org.apache.maven.plugins</groupId>
26
				<artifactId>maven-jar-plugin</artifactId>
27
				<configuration>
28
				</configuration>
29
				<executions>
30
				<!--
31
					Generates a jar file only with the test classes
32
				-->
33
					<execution>
34
						<goals>
35
							<goal>test-jar</goal>
36
						</goals>
37
						<configuration>								
38
						</configuration>
39
					</execution>
40
				</executions>
41
			</plugin>	 
42
		</plugins>
43
	</build>
5
    <modelVersion>4.0.0</modelVersion>
6
    <artifactId>org.gvsig.xmlschema.lib.spi</artifactId>
7
    <packaging>jar</packaging>
8
    <name>org.gvsig.xmlschema.lib.spi</name>
9
    <description>SPI Schema library Implementation</description>
10
    <parent>
11
        <groupId>org.gvsig</groupId>
12
        <artifactId>org.gvsig.xmlschema.lib</artifactId>	
13
        <version>2.0.2-SNAPSHOT</version>			
14
    </parent>
15
    <dependencies>
16
        <dependency>
17
            <groupId>org.gvsig</groupId>
18
            <artifactId>org.gvsig.xmlschema.lib.api</artifactId>
19
            <version>2.0.2-SNAPSHOT</version>
20
        </dependency>
21
                
22
        <dependency>
23
            <groupId>org.gvsig</groupId>
24
            <artifactId>org.gvsig.tools.lib</artifactId>
25
        </dependency>                
26
    </dependencies>
27
    <build>		
28
        <plugins>
29
            <plugin>
30
                <groupId>org.apache.maven.plugins</groupId>
31
                <artifactId>maven-jar-plugin</artifactId>
32
                <configuration>
33
                </configuration>
34
                <executions>
35
                    <!--
36
                            Generates a jar file only with the test classes
37
                    -->
38
                    <execution>
39
                        <goals>
40
                            <goal>test-jar</goal>
41
                        </goals>
42
                        <configuration>								
43
                        </configuration>
44
                    </execution>
45
                </executions>
46
            </plugin>	 
47
        </plugins>
48
    </build>
44 49
</project>

Also available in: Unified diff