Revision 296 org.gvsig.gpe/library/trunk/org.gvsig.gpe/org.gvsig.gpe.prov/org.gvsig.gpe.prov.xml/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"
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.prov.xml</artifactId>
7
	<packaging>jar</packaging>
8
	<name>org.gvsig.gpe.prov.xml</name>
9
	<description>Provider of XML for GPE</description>
10
	<parent>
11
		<groupId>org.gvsig</groupId>
12
		<artifactId>org.gvsig.gpe.prov</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.gpe.lib.impl</artifactId>
29
			<version>2.1.0-SNAPSHOT</version>			
30
		</dependency>
31
		<dependency>
32
			<groupId>org.gvsig</groupId>
33
			<artifactId>org.gvsig.xmlpull.lib.api</artifactId>			
34
		</dependency>				
35
	</dependencies>
36
	<build>
37
		<plugins>
38
			<plugin>
39
				<groupId>org.apache.maven.plugins</groupId>
40
				<artifactId>maven-compiler-plugin</artifactId>
41
				<configuration>
42
					<source>1.4</source>
43
					<target>1.5</target>
44
				</configuration>
45
			</plugin>
46
		</plugins>
47
	</build>
48
	<profiles>
49
		<profile>
50
			<id>cdc</id>
51
			<build>
52
				<plugins>
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.4</target>
59
						</configuration>
60
					</plugin>
61
				</plugins>
62
			</build>
63
		</profile>
64
	</profiles>
65
</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" 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.prov.xml</artifactId>
5
	<packaging>jar</packaging>
6
	<name>org.gvsig.gpe.prov.xml</name>
7
	<description>Provider of XML for GPE</description>
8
	<parent>
9
		<groupId>org.gvsig</groupId>
10
		<artifactId>org.gvsig.gpe.prov</artifactId>
11
		<version>2.1.0</version>				
12
	</parent>
13
	<dependencies>
14
		<dependency>
15
			<groupId>org.gvsig</groupId>
16
			<artifactId>org.gvsig.gpe.lib.api</artifactId>		
17
			<version>2.1.0</version>	
18
		</dependency>
19
		<dependency>
20
			<groupId>org.gvsig</groupId>
21
			<artifactId>org.gvsig.gpe.lib.spi</artifactId>
22
			<version>2.1.0</version>			
23
		</dependency>
24
		<dependency>
25
			<groupId>org.gvsig</groupId>
26
			<artifactId>org.gvsig.gpe.lib.impl</artifactId>
27
			<version>2.1.0</version>			
28
		</dependency>
29
		<dependency>
30
			<groupId>org.gvsig</groupId>
31
			<artifactId>org.gvsig.xmlpull.lib.api</artifactId>			
32
		</dependency>				
33
	</dependencies>
34
	<build>
35
		<plugins>
36
			<plugin>
37
				<groupId>org.apache.maven.plugins</groupId>
38
				<artifactId>maven-compiler-plugin</artifactId>
39
				<configuration>
40
					<source>1.4</source>
41
					<target>1.5</target>
42
				</configuration>
43
			</plugin>
44
		</plugins>
45
	</build>
46
	<profiles>
47
		<profile>
48
			<id>cdc</id>
49
			<build>
50
				<plugins>
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.4</target>
57
						</configuration>
58
					</plugin>
59
				</plugins>
60
			</build>
61
		</profile>
62
	</profiles>
63
</project>

Also available in: Unified diff