Revision 109 org.gvsig.proj/trunk/org.gvsig.proj/org.gvsig.proj.lib/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

  
6
	<modelVersion>4.0.0</modelVersion>
7
	<artifactId>org.gvsig.proj.lib</artifactId>
8
	<packaging>pom</packaging>
9
	<name>${project.artifactId}</name>
10
	<parent>
11
		<groupId>org.gvsig</groupId>
12
		<artifactId>org.gvsig.proj</artifactId>
13
		<version>1.0.0-SNAPSHOT</version>
14
	</parent>
15

  
16
	<build>
17
		<plugins>
18
			<!-- Configure as a Java 1.4 compatible project -->
19
			<plugin>
20
				<groupId>org.apache.maven.plugins</groupId>
21
				<artifactId>maven-compiler-plugin</artifactId>
22
				<configuration>
23
					<source>1.4</source>
24
					<target>1.4</target>
25
				</configuration>
26
			</plugin>
27
			<plugin>
28
				<groupId>org.codehaus.mojo</groupId>
29
				<artifactId>animal-sniffer-maven-plugin</artifactId>
30
				<executions>
31
					<execution>
32
						<id>check-java-api</id>
33
						<phase>test</phase>
34
						<goals>
35
							<goal>check</goal>
36
						</goals>
37
						<configuration>
38
							<signature>
39
								<groupId>org.codehaus.mojo.signature</groupId>
40
								<artifactId>java14</artifactId>
41
								<version>1.0</version>
42
							</signature>
43
						</configuration>
44
					</execution>
45
				</executions>
46
			</plugin>
47
		</plugins>
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

  
4
	<modelVersion>4.0.0</modelVersion>
5
	<artifactId>org.gvsig.proj.lib</artifactId>
6
	<packaging>pom</packaging>
7
	<name>${project.artifactId}</name>
8
	<parent>
9
		<groupId>org.gvsig</groupId>
10
		<artifactId>org.gvsig.proj</artifactId>
11
		<version>1.0.0</version>
12
	</parent>
13

  
14
	<build>
15
		<plugins>
16
			<!-- Configure as a Java 1.4 compatible project -->
17
			<plugin>
18
				<groupId>org.apache.maven.plugins</groupId>
19
				<artifactId>maven-compiler-plugin</artifactId>
20
				<configuration>
21
					<source>1.4</source>
22
					<target>1.4</target>
23
				</configuration>
24
			</plugin>
25
			<plugin>
26
				<groupId>org.codehaus.mojo</groupId>
27
				<artifactId>animal-sniffer-maven-plugin</artifactId>
28
				<executions>
29
					<execution>
30
						<id>check-java-api</id>
31
						<phase>test</phase>
32
						<goals>
33
							<goal>check</goal>
34
						</goals>
35
						<configuration>
36
							<signature>
37
								<groupId>org.codehaus.mojo.signature</groupId>
38
								<artifactId>java14</artifactId>
39
								<version>1.0</version>
40
							</signature>
41
						</configuration>
42
					</execution>
43
				</executions>
44
			</plugin>
45
		</plugins>
48 46
	</build>
49 47

  
50
	<modules>

51
		<module>org.gvsig.proj.lib.api</module>

52
		<module>org.gvsig.proj.lib.proj4j</module>

53
	</modules>

48
	<modules>
49
		<module>org.gvsig.proj.lib.api</module>
50
		<module>org.gvsig.proj.lib.proj4j</module>
51
	</modules>
54 52
</project>

Also available in: Unified diff