Revision 808 org.gvsig.tools/library/trunk/org.gvsig.tools/pom.xml

View differences:

pom.xml
9 9
    <description>Tools related to application framework architecture 
10 10
	and implementations of design patterns</description>
11 11

  
12

  
13
    <licenses>
14
        <license>
15
            <name>GPLv3</name>
16
            <url>http://www.gnu.org/licenses/gpl.html</url>
17
            <distribution>repo</distribution>
18
            <comments>
19
			"GPL" stands for "General Public License". The most widespread such
20
			license is the GNU General Public License, or GNU GPL for short.
21
			This can be further shortened to "GPL", when it is understood that
22
			the GNU GPL is the one intended.
23
	      	</comments>
24
        </license>
25
    </licenses>
26
    
27
    <organization>
28
        <name>gvSIG Association</name>
29
        <url>http://www.gvsig.com/</url>
30
    </organization>
31
    
12 32
    <scm>
13 33
        <connection>scm:svn:https://devel.gvsig.org/svn/gvsig-tools/org.gvsig.tools/library/trunk/org.gvsig.tools</connection>
14 34
        <developerConnection>scm:svn:https://devel.gvsig.org/svn/gvsig-tools/org.gvsig.tools/library/trunk/org.gvsig.tools</developerConnection>
15 35
        <url>https://devel.gvsig.org/redmine/projects/gvsig-tools/repository/show/org.gvsig.tools/library/trunk/org.gvsig.tools</url>
16 36
    </scm>
37

  
38
    <repositories>
39
      <repository>
40
        <id>gvsig-public-http-repository</id>
41
        <name>gvSIG maven public HTTP repository</name>
42
        <url>http://devel.gvsig.org/m2repo/j2se</url>
43
        <releases>
44
          <enabled>true</enabled>
45
          <updatePolicy>daily</updatePolicy>
46
          <checksumPolicy>warn</checksumPolicy>
47
        </releases>
48
        <snapshots>
49
          <enabled>true</enabled>
50
          <updatePolicy>daily</updatePolicy>
51
          <checksumPolicy>warn</checksumPolicy>
52
        </snapshots>
53
      </repository>
54
    </repositories>
55
    
56
    <distributionManagement>
57
      <site>
58
        <id>gvsig-repository</id>
59
        <url>dav:https://devel.gvsig.org/sites/${project.artifactId}/${project.version}</url>
60
      </site>
61
      <repository>
62
          <id>gvsig-repository</id>
63
          <name>gvSIG maven repository</name>
64
          <url>dav:https://devel.gvsig.org/m2repo/j2se</url>
65
          <uniqueVersion>false</uniqueVersion>
66
      </repository>
67
      <snapshotRepository>
68
          <id>gvsig-repository</id>
69
          <name>gvSIG maven repository</name>
70
          <url>dav:https://devel.gvsig.org/m2repo/j2se</url>
71
          <uniqueVersion>false</uniqueVersion>
72
      </snapshotRepository>
73
    </distributionManagement>
74
    
75
    <issueManagement>
76
      <system>redmine</system>
77
      <url>https://devel.gvsig.org/redmine/projects/gvsig-desktop</url>
78
    </issueManagement>
79

  
80
    <mailingLists>
81
      <mailingList>
82
        <name>User List</name>
83
        <subscribe>http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_usuarios</subscribe>
84
        <unsubscribe>http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_usuarios</unsubscribe>
85
        <post>gvsig_usuarios@listserv.gva.es</post>
86
        <archive>http://www.gvsig.org/web/community/mailing-lists/gvsig-nabble</archive>
87
        <otherArchives>
88
          <otherArchive>http://www.mail-archive.com/gvsig_usuarios@runas.cap.gva.es</otherArchive>
89
          <otherArchive>http://dir.gmane.org/index.php?prefix=gmane.comp.gis.gvsig</otherArchive>
90
        </otherArchives>
91
      </mailingList>
92
      <mailingList>
93
        <name>Developer List</name>
94
        <subscribe>http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_desarrolladores</subscribe>
95
        <unsubscribe>http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_desarrolladores</unsubscribe>
96
        <post>gvsig_desarrolladores@listserv.gva.es</post>
97
        <archive>http://www.gvsig.org/web/community/mailing-lists/gvsig-nabble</archive>
98
        <otherArchives>
99
          <otherArchive>http://www.mail-archive.com/gvsig_desarrolladores@runas.cap.gva.es</otherArchive>
100
          <otherArchive>http://dir.gmane.org/index.php?prefix=gmane.comp.gis.gvsig</otherArchive>
101
        </otherArchives>
102
      </mailingList>
103
      <mailingList>
104
        <name>International List</name>
105
        <subscribe>http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_internacional</subscribe>
106
        <unsubscribe>http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_internacional</unsubscribe>
107
        <post>gvsig_internacional@listserv.gva.es</post>
108
        <archive>http://www.gvsig.org/web/community/mailing-lists/gvsig-nabble</archive>
109
        <otherArchives>
110
          <otherArchive>http://www.mail-archive.com/gvsig_internacional@runas.cap.gva.es</otherArchive>
111
          <otherArchive>http://dir.gmane.org/index.php?prefix=gmane.comp.gis.gvsig</otherArchive>
112
        </otherArchives>
113
      </mailingList>
114
    </mailingLists>
115
    
17 116
    <developers>
18 117
        <developer>
19 118
            <id>jjdelcerro</id>
......
150 249
    </dependencies>
151 250

  
152 251
    <build>
252
       <extensions>
253
           <extension>
254
               <groupId>org.apache.maven.wagon</groupId>
255
               <artifactId>wagon-webdav-jackrabbit</artifactId>
256
               <version>2.4</version>
257
           </extension>
258
       </extensions>
259
        
153 260
      <pluginManagement>
154 261
        <plugins>
155 262
        

Also available in: Unified diff