Revision 9 trunk/org.gvsig.customize.app/pom.xml

View differences:

pom.xml
1
<?xml version="1.0" encoding="UTF-8"?>
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

  
5
  <modelVersion>4.0.0</modelVersion>
6
  <artifactId>org.gvsig.customize.app</artifactId>
7
  <packaging>pom</packaging>
8
  <name>${project.artifactId}</name>
9
  <version>1.0.0-SNAPSHOT</version>
10
  <description>Customize some setting of gvSIG desktop</description>
11
  <parent>
12
      <groupId>org.gvsig</groupId>
13
      <artifactId>org.gvsig.desktop</artifactId>
14
      <version>2.0.83</version>
15
  </parent>
16
  <url>https://devel.gvsig.org/redmine/projects/gvsig-desktop-customize</url>
17

  
18
  <scm>
19
      <connection>scm:svn:https://devel.gvsig.org/svn/gvsig-desktop-customize/org.gvsig.customize.app/trunk/org.gvsig.customize.app</connection>
20
      <developerConnection>scm:svn:https://devel.gvsig.org/svn/gvsig-desktop-customize/org.gvsig.customize.app/trunk/org.gvsig.customize.app</developerConnection>
21
      <url>https://devel.gvsig.org/redmine/projects/gvsig-desktop-customize/repository/show/org.gvsig.customize.app/trunk/org.gvsig.customize.app</url>
22
  </scm>
23
    <repositories>
24
      <repository>
25
        <id>gvsig-public-http-repository</id>
26
        <name>gvSIG maven public HTTP repository</name>
27
        <url>http://devel.gvsig.org/m2repo/j2se</url>
28
        <releases>
29
          <enabled>true</enabled>
30
          <updatePolicy>daily</updatePolicy>
31
          <checksumPolicy>warn</checksumPolicy>
32
        </releases>
33
        <snapshots>
34
          <enabled>true</enabled>
35
          <updatePolicy>daily</updatePolicy>
36
          <checksumPolicy>warn</checksumPolicy>
37
        </snapshots>
38
      </repository>
39
    </repositories>
40
      
41
	<build>
42
		<plugins>
43
			<plugin>
44
				<groupId>org.apache.maven.plugins</groupId>
45
				<artifactId>maven-release-plugin</artifactId>
46
				<configuration>
47
					<tagBase>https://devel.gvsig.org/svn/gvsig-desktop-customize/org.gvsig.customize.app/tags</tagBase>
48
				</configuration>
49
			</plugin>
50
		</plugins>
51
	</build>
52

  
53
  <modules>
54
    <module>org.gvsig.customize.app.mainplugin</module>
55
  </modules>
56

  
57
</project>
1
<?xml version="1.0" encoding="UTF-8"?>
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

  
5
  <modelVersion>4.0.0</modelVersion>
6
  <artifactId>org.gvsig.customize.app</artifactId>
7
  <packaging>pom</packaging>
8
  <name>${project.artifactId}</name>
9
  <version>1.0.0</version>
10
  <description>Customize some setting of gvSIG desktop</description>
11
  <parent>
12
      <groupId>org.gvsig</groupId>
13
      <artifactId>org.gvsig.desktop</artifactId>
14
      <version>2.0.83</version>
15
  </parent>
16
  <url>https://devel.gvsig.org/redmine/projects/gvsig-desktop-customize</url>
17

  
18
  <scm>
19
      <connection>scm:svn:https://devel.gvsig.org/svn/gvsig-desktop-customize/org.gvsig.customize.app/tags/org.gvsig.customize.app-1.0.0</connection>
20
      <developerConnection>scm:svn:https://devel.gvsig.org/svn/gvsig-desktop-customize/org.gvsig.customize.app/tags/org.gvsig.customize.app-1.0.0</developerConnection>
21
      <url>https://devel.gvsig.org/redmine/projects/gvsig-desktop-customize/repository/show/org.gvsig.customize.app/tags/org.gvsig.customize.app-1.0.0</url>
22
  </scm>
23
    <repositories>
24
      <repository>
25
        <id>gvsig-public-http-repository</id>
26
        <name>gvSIG maven public HTTP repository</name>
27
        <url>http://devel.gvsig.org/m2repo/j2se</url>
28
        <releases>
29
          <enabled>true</enabled>
30
          <updatePolicy>daily</updatePolicy>
31
          <checksumPolicy>warn</checksumPolicy>
32
        </releases>
33
        <snapshots>
34
          <enabled>true</enabled>
35
          <updatePolicy>daily</updatePolicy>
36
          <checksumPolicy>warn</checksumPolicy>
37
        </snapshots>
38
      </repository>
39
    </repositories>
40
      
41
	<build>
42
		<plugins>
43
			<plugin>
44
				<groupId>org.apache.maven.plugins</groupId>
45
				<artifactId>maven-release-plugin</artifactId>
46
				<configuration>
47
					<tagBase>https://devel.gvsig.org/svn/gvsig-desktop-customize/org.gvsig.customize.app/tags</tagBase>
48
				</configuration>
49
			</plugin>
50
		</plugins>
51
	</build>
52

  
53
  <modules>
54
    <module>org.gvsig.customize.app.mainplugin</module>
55
  </modules>
56

  
57
</project>

Also available in: Unified diff