Revision 285 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

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

Also available in: Unified diff