Revision 392 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
<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">
3
	<modelVersion>4.0.0</modelVersion>
4
	<artifactId>org.gvsig.gpe.lib.impl</artifactId>
5
	<packaging>jar</packaging>
6
	<name>org.gvsig.gpe.lib.impl</name>
7
	<description>Default Generic Persistence Engine library Implementation</description>
8
	<parent>
9
		<groupId>org.gvsig</groupId>
10
		<artifactId>org.gvsig.gpe.lib</artifactId>	
11
		<version>2.1.2-SNAPSHOT</version>		
12
	</parent>
13
	<dependencies>
14
		<dependency>
15
			<groupId>org.gvsig</groupId>
16
			<artifactId>org.gvsig.gpe.lib.api</artifactId>	
17
			<scope>compile</scope>
18
		</dependency>
19
		<dependency>
20
			<groupId>org.gvsig</groupId>
21
			<artifactId>org.gvsig.gpe.lib.spi</artifactId>
22
			<scope>compile</scope>
23
		</dependency>
24
		<dependency>
25
			<groupId>org.gvsig</groupId>
26
			<artifactId>org.gvsig.xmlschema.lib.api</artifactId>	
27
			<scope>test</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
						<configuration>
46
								
47
						</configuration>
48
					</execution>
49
				</executions>
50
			</plugin>	 
51
			<plugin>
52
				<groupId>org.apache.maven.plugins</groupId>
53
				<artifactId>maven-compiler-plugin</artifactId>
54
				<configuration>
55
					<source>1.4</source>
56
					<target>1.5</target>
57
				</configuration>
58
			</plugin>
59
		</plugins>
60
	</build>
61
	<profiles>
62
		<profile>
63
			<id>cdc</id>
64
			<build>
65
				<plugins>
66
					<plugin>
67
						<groupId>org.apache.maven.plugins</groupId>
68
						<artifactId>maven-compiler-plugin</artifactId>
69
						<configuration>
70
							<source>1.4</source>
71
							<target>1.4</target>
72
						</configuration>
73
					</plugin>
74
				</plugins>
75
			</build>
76
		</profile>
77
	</profiles>
78
</project>
79

  
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/xsd/maven-4.0.0.xsd">
3
	<modelVersion>4.0.0</modelVersion>
4
	<artifactId>org.gvsig.gpe.lib.impl</artifactId>
5
	<packaging>jar</packaging>
6
	<name>org.gvsig.gpe.lib.impl</name>
7
	<description>Default Generic Persistence Engine library Implementation</description>
8
	<parent>
9
		<groupId>org.gvsig</groupId>
10
		<artifactId>org.gvsig.gpe.lib</artifactId>	
11
		<version>2.1.2</version>		
12
	</parent>
13
	<dependencies>
14
		<dependency>
15
			<groupId>org.gvsig</groupId>
16
			<artifactId>org.gvsig.gpe.lib.api</artifactId>	
17
			<scope>compile</scope>
18
		</dependency>
19
		<dependency>
20
			<groupId>org.gvsig</groupId>
21
			<artifactId>org.gvsig.gpe.lib.spi</artifactId>
22
			<scope>compile</scope>
23
		</dependency>
24
		<dependency>
25
			<groupId>org.gvsig</groupId>
26
			<artifactId>org.gvsig.xmlschema.lib.api</artifactId>	
27
			<scope>test</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
						<configuration>
46
								
47
						</configuration>
48
					</execution>
49
				</executions>
50
			</plugin>	 
51
			<plugin>
52
				<groupId>org.apache.maven.plugins</groupId>
53
				<artifactId>maven-compiler-plugin</artifactId>
54
				<configuration>
55
					<source>1.4</source>
56
					<target>1.5</target>
57
				</configuration>
58
			</plugin>
59
		</plugins>
60
	</build>
61
	<profiles>
62
		<profile>
63
			<id>cdc</id>
64
			<build>
65
				<plugins>
66
					<plugin>
67
						<groupId>org.apache.maven.plugins</groupId>
68
						<artifactId>maven-compiler-plugin</artifactId>
69
						<configuration>
70
							<source>1.4</source>
71
							<target>1.4</target>
72
						</configuration>
73
					</plugin>
74
				</plugins>
75
			</build>
76
		</profile>
77
	</profiles>
78
</project>
79

  

Also available in: Unified diff