Revision 289 org.gvsig.gpe/library/trunk/org.gvsig.gpe/org.gvsig.gpe.lib/org.gvsig.gpe.lib.impl/pom.xml

View differences:

pom.xml
1
<?xml version="1.0" encoding="ISO-8859-1"?>
2

  
3
<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">
4
	<modelVersion>4.0.0</modelVersion>
5
	<artifactId>org.gvsig.gpe.lib.impl</artifactId>
6
	<packaging>jar</packaging>
7
	<name>org.gvsig.gpe.lib.impl</name>
8
	<description>Default Generic Persistence Engine library Implementation</description>
9
	<parent>
10
		<groupId>org.gvsig</groupId>
11
		<artifactId>org.gvsig.gpe.lib</artifactId>	
12
		<version>2.1.1-SNAPSHOT</version>		
13
	</parent>
14
	<dependencies>
15
		<dependency>
16
			<groupId>org.gvsig</groupId>
17
			<artifactId>org.gvsig.gpe.lib.api</artifactId>	
18
			<version>2.1.1-SNAPSHOT</version>
19
		</dependency>
20
		<dependency>
21
			<groupId>org.gvsig</groupId>
22
			<artifactId>org.gvsig.gpe.lib.spi</artifactId>
23
			<version>2.1.1-SNAPSHOT</version>			
24
		</dependency>
25
		<dependency>
26
			<groupId>org.gvsig</groupId>
27
			<artifactId>org.gvsig.xmlschema.lib.api</artifactId>	
28
			<scope>test</scope>
29
		</dependency>		
30
	</dependencies>
31
	<build>		
32
		<plugins>
33
			<plugin>
34
				<groupId>org.apache.maven.plugins</groupId>
35
				<artifactId>maven-jar-plugin</artifactId>
36
				<configuration>
37
				</configuration>
38
				<executions>
39
				<!--
40
					Generates a jar file only with the test classes
41
				-->
42
					<execution>
43
						<goals>
44
							<goal>test-jar</goal>
45
						</goals>
46
						<configuration>
47
								
48
						</configuration>
49
					</execution>
50
				</executions>
51
			</plugin>	 
52
			<plugin>
53
				<groupId>org.apache.maven.plugins</groupId>
54
				<artifactId>maven-compiler-plugin</artifactId>
55
				<configuration>
56
					<source>1.4</source>
57
					<target>1.5</target>
58
				</configuration>
59
			</plugin>
60
		</plugins>
61
	</build>
62
	<profiles>
63
		<profile>
64
			<id>cdc</id>
65
			<build>
66
				<plugins>
67
					<plugin>
68
						<groupId>org.apache.maven.plugins</groupId>
69
						<artifactId>maven-compiler-plugin</artifactId>
70
						<configuration>
71
							<source>1.4</source>
72
							<target>1.4</target>
73
						</configuration>
74
					</plugin>
75
				</plugins>
76
			</build>
77
		</profile>
78
	</profiles>
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
4
                      http://maven.apache.org/xsd/maven-4.0.0.xsd">
5
	<modelVersion>4.0.0</modelVersion>
6
	<artifactId>org.gvsig.gpe.lib.impl</artifactId>
7
	<packaging>jar</packaging>
8
	<name>org.gvsig.gpe.lib.impl</name>
9
	<description>Default Generic Persistence Engine library Implementation</description>
10
	<parent>
11
		<groupId>org.gvsig</groupId>
12
		<artifactId>org.gvsig.gpe.lib</artifactId>	
13
		<version>2.1.0-SNAPSHOT</version>		
14
	</parent>
15
	<dependencies>
16
		<dependency>
17
			<groupId>org.gvsig</groupId>
18
			<artifactId>org.gvsig.gpe.lib.api</artifactId>	
19
			<version>2.1.0-SNAPSHOT</version>
20
		</dependency>
21
		<dependency>
22
			<groupId>org.gvsig</groupId>
23
			<artifactId>org.gvsig.gpe.lib.spi</artifactId>
24
			<version>2.1.0-SNAPSHOT</version>			
25
		</dependency>
26
		<dependency>
27
			<groupId>org.gvsig</groupId>
28
			<artifactId>org.gvsig.xmlschema.lib.api</artifactId>	
29
			<scope>test</scope>
30
		</dependency>		
31
	</dependencies>
32
	<build>		
33
		<plugins>
34
			<plugin>
35
				<groupId>org.apache.maven.plugins</groupId>
36
				<artifactId>maven-jar-plugin</artifactId>
37
				<configuration>
38
				</configuration>
39
				<executions>
40
				<!--
41
					Generates a jar file only with the test classes
42
				-->
43
					<execution>
44
						<goals>
45
							<goal>test-jar</goal>
46
						</goals>
47
						<configuration>
48
								
49
						</configuration>
50
					</execution>
51
				</executions>
52
			</plugin>	 
53
			<plugin>
54
				<groupId>org.apache.maven.plugins</groupId>
55
				<artifactId>maven-compiler-plugin</artifactId>
56
				<configuration>
57
					<source>1.4</source>
58
					<target>1.5</target>
59
				</configuration>
60
			</plugin>
61
		</plugins>
62
	</build>
63
	<profiles>
64
		<profile>
65
			<id>cdc</id>
66
			<build>
67
				<plugins>
68
					<plugin>
69
						<groupId>org.apache.maven.plugins</groupId>
70
						<artifactId>maven-compiler-plugin</artifactId>
71
						<configuration>
72
							<source>1.4</source>
73
							<target>1.4</target>
74
						</configuration>
75
					</plugin>
76
				</plugins>
77
			</build>
78
		</profile>
79
	</profiles>
79 80
</project>

Also available in: Unified diff