Revision 96 org.gvsig.complexlegend/trunk/org.gvsig.complexlegend/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.complexlegend</artifactId>
5
	<packaging>pom</packaging>
6
	<version>1.0.0</version>
7
	<name>org.gvsig.complexlegend</name>
8
	<description>complex legend extension</description>
9
	<parent>
10
		<groupId>org.gvsig</groupId>
11
		<artifactId>org.gvsig.desktop</artifactId>
12
		<version>2.0.87</version>
13
	</parent>
14
    <url>http://devel.gvsig.org/sites/org.gvsig.complexlegend/${project.version}</url>
15
 	<scm>
16
        <connection>scm:svn:https://devel.gvsig.org/svn/gvsig-complexlegend/org.gvsig.complexlegend/tags/org.gvsig.complexlegend-1.0.0</connection>
17
        <developerConnection>scm:svn:https://devel.gvsig.org/svn/gvsig-complexlegend/org.gvsig.complexlegend/tags/org.gvsig.complexlegend-1.0.0</developerConnection>
18
        <url>https://devel.gvsig.org/svn/gvsig-complexlegend/org.gvsig.complexlegend/tags/org.gvsig.complexlegend-1.0.0</url>
19
    </scm>
20
	<developers>
21
		<developer>
22
			<id>jjdelcerro</id>
23
			<name>Joaquin Jose del Cerro</name>
24
			<email>jjdelcerro@gvsig.org</email>
25
			<roles>
26
				<role>Architect</role>
27
				<role>Developer</role>
28
			</roles>
29
		</developer>
30
		<developer>
31
			<id>jbadia</id>
32
			<name>Jose Badia</name>
33
			<email>badia_jos@gva.es</email>
34
			<roles>
35
				<role>Developer</role>
36
			</roles>
37
		</developer>
38
	</developers>
39
	<distributionManagement>
40
		<site>
41
			<id>gvsig-repository</id>
42
            <url>dav:https://devel.gvsig.org/sites/org.gvsig.complexlegend/${project.version}</url>
43
		</site>
44
	</distributionManagement>
45
	<repositories>
46
		<repository>
47
			<id>gvsig-public-http-repository</id>
48
			<name>gvSIG maven public HTTP repository</name>
49
			<url>http://devel.gvsig.org/m2repo/j2se</url>
50
			<releases>
51
				<enabled>true</enabled>
52
				<updatePolicy>daily</updatePolicy>
53
				<checksumPolicy>warn</checksumPolicy>
54
			</releases>
55
			<snapshots>
56
				<enabled>true</enabled>
57
				<updatePolicy>daily</updatePolicy>
58
				<checksumPolicy>warn</checksumPolicy>
59
			</snapshots>
60
		</repository>
61
	</repositories>
62
	<build>
63
		<plugins>
64
			<plugin>
65
				<groupId>org.apache.maven.plugins</groupId>
66
				<artifactId>maven-release-plugin</artifactId>
67
				<configuration>
68
					<tagBase>https://devel.gvsig.org/svn/gvsig-complexlegend/org.gvsig.complexlegend/tags</tagBase>
69
				</configuration>
70
			</plugin>
71
		</plugins>
72
	</build>
73
	<dependencyManagement>
74
		<dependencies>
75
			<dependency>
76
				<groupId>org.gvsig</groupId>
77
				<artifactId>org.gvsig.complexlegend.lib.api</artifactId>
78
				<version>1.0.0</version>
79
			</dependency>
80
			<dependency>
81
				<groupId>org.gvsig</groupId>
82
				<artifactId>org.gvsig.complexlegend.lib.api</artifactId>
83
				<version>1.0.0</version>
84
				<type>test-jar</type>
85
			</dependency>
86
			<dependency>
87
				<groupId>org.gvsig</groupId>
88
				<artifactId>org.gvsig.complexlegend.lib.impl</artifactId>
89
				<version>1.0.0</version>
90
			</dependency>
91
			<dependency>
92
				<groupId>org.gvsig</groupId>
93
				<artifactId>org.gvsig.complexlegend.swing.api</artifactId>
94
				<version>1.0.0</version>
95
			</dependency>
96
			<dependency>
97
				<groupId>org.gvsig</groupId>
98
				<artifactId>org.gvsig.complexlegend.swing.api</artifactId>
99
				<version>1.0.0</version>
100
				<type>test-jar</type>
101
			</dependency>
102
			<dependency>
103
				<groupId>org.gvsig</groupId>
104
				<artifactId>org.gvsig.complexlegend.swing.impl</artifactId>
105
				<version>1.0.0</version>
106
			</dependency>
107
		</dependencies>
108
	</dependencyManagement>
109
	<modules>
110
		<module>org.gvsig.complexlegend.lib</module>
111
		<module>org.gvsig.complexlegend.swing</module>
112
		<module>org.gvsig.complexlegend.main</module>
113
		<module>org.gvsig.complexlegend.app</module>
114
	</modules>
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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4
	<modelVersion>4.0.0</modelVersion>
5
	<artifactId>org.gvsig.complexlegend</artifactId>
6
	<packaging>pom</packaging>
7
	<version>1.0.0-SNAPSHOT</version>
8
	<name>org.gvsig.complexlegend</name>
9
	<description>complex legend extension</description>
10
	<parent>
11
		<groupId>org.gvsig</groupId>
12
		<artifactId>org.gvsig.desktop</artifactId>
13
		<version>2.0.87</version>
14
	</parent>
15
    <url>http://devel.gvsig.org/sites/org.gvsig.complexlegend/${project.version}</url>
16
 	<scm>
17
        <connection>scm:svn:http://devel.gvsig.org/svn/gvsig-base-legends/org.gvsig.complexlegend/trunk</connection>
18
        <developerConnection>scm:svn:http://devel.gvsig.org/svn/gvsig-base-legends/org.gvsig.complexlegend/trunk</developerConnection>
19
        <url>http://devel.gvsig.org/svn/gvsig-base-legends/org.gvsig.complexlegend/trunk</url>
20
    </scm>
21
	<developers>
22
		<developer>
23
			<id>jjdelcerro</id>
24
			<name>Joaquin Jose del Cerro</name>
25
			<email>jjdelcerro@gvsig.org</email>
26
			<roles>
27
				<role>Architect</role>
28
				<role>Developer</role>
29
			</roles>
30
		</developer>
31
		<developer>
32
			<id>jbadia</id>
33
			<name>Jose Badia</name>
34
			<email>badia_jos@gva.es</email>
35
			<roles>
36
				<role>Developer</role>
37
			</roles>
38
		</developer>
39
	</developers>
40
	<distributionManagement>
41
		<site>
42
			<id>gvsig-repository</id>
43
            <url>dav:https://devel.gvsig.org/sites/org.gvsig.complexlegend/${project.version}</url>
44
		</site>
45
	</distributionManagement>
46
	<repositories>
47
		<repository>
48
			<id>gvsig-public-http-repository</id>
49
			<name>gvSIG maven public HTTP repository</name>
50
			<url>http://devel.gvsig.org/m2repo/j2se</url>
51
			<releases>
52
				<enabled>true</enabled>
53
				<updatePolicy>daily</updatePolicy>
54
				<checksumPolicy>warn</checksumPolicy>
55
			</releases>
56
			<snapshots>
57
				<enabled>true</enabled>
58
				<updatePolicy>daily</updatePolicy>
59
				<checksumPolicy>warn</checksumPolicy>
60
			</snapshots>
61
		</repository>
62
	</repositories>
63
	<build>
64
		<plugins>
65
			<plugin>
66
				<groupId>org.apache.maven.plugins</groupId>
67
				<artifactId>maven-release-plugin</artifactId>
68
				<configuration>
69
					<tagBase>https://devel.gvsig.org/svn/gvsig-complexlegend/org.gvsig.complexlegend/tags</tagBase>
70
				</configuration>
71
			</plugin>
72
		</plugins>
73
	</build>
74
	<dependencyManagement>
75
		<dependencies>
76
			<dependency>
77
				<groupId>org.gvsig</groupId>
78
				<artifactId>org.gvsig.complexlegend.lib.api</artifactId>
79
				<version>1.0.0-SNAPSHOT</version>
80
			</dependency>
81
			<dependency>
82
				<groupId>org.gvsig</groupId>
83
				<artifactId>org.gvsig.complexlegend.lib.api</artifactId>
84
				<version>1.0.0-SNAPSHOT</version>
85
				<type>test-jar</type>
86
			</dependency>
87
			<dependency>
88
				<groupId>org.gvsig</groupId>
89
				<artifactId>org.gvsig.complexlegend.lib.impl</artifactId>
90
				<version>1.0.0-SNAPSHOT</version>
91
			</dependency>
92
			<dependency>
93
				<groupId>org.gvsig</groupId>
94
				<artifactId>org.gvsig.complexlegend.swing.api</artifactId>
95
				<version>1.0.0-SNAPSHOT</version>
96
			</dependency>
97
			<dependency>
98
				<groupId>org.gvsig</groupId>
99
				<artifactId>org.gvsig.complexlegend.swing.api</artifactId>
100
				<version>1.0.0-SNAPSHOT</version>
101
				<type>test-jar</type>
102
			</dependency>
103
			<dependency>
104
				<groupId>org.gvsig</groupId>
105
				<artifactId>org.gvsig.complexlegend.swing.impl</artifactId>
106
				<version>1.0.0-SNAPSHOT</version>
107
			</dependency>
108
		</dependencies>
109
	</dependencyManagement>
110
	<modules>
111
		<module>org.gvsig.complexlegend.lib</module>
112
		<module>org.gvsig.complexlegend.swing</module>
113
		<module>org.gvsig.complexlegend.main</module>
114
		<module>org.gvsig.complexlegend.app</module>
115
	</modules>
115 116
</project>

Also available in: Unified diff