Revision 40523

View differences:

trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/pom.xml
36 36
      <module>org.gvsig.fmap.mapcontext</module>
37 37
  </modules>
38 38

  
39
  <description>This project group the gvSIG libraries that haven java 1.4 compatibility.</description>
39 40
</project>
trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.remoteclient/pom.xml
54 54
    </plugins>
55 55
  </build>
56 56

  
57
  <description>Contains utility clases to manage the access to remote data sources how WMS, WCS or WFS.</description>
57 58
</project>
trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.projection/pom.xml
15 15
    <module>org.gvsig.projection.cresques</module>
16 16
  </modules>
17 17

  
18
  <description>This project is a transitional project. Contains the old implementation of projection management used in gvSIG.</description>
18 19
</project>
trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.geometry/org.gvsig.fmap.geometry.api/pom.xml
42 42
    </dependency>
43 43
  </dependencies>
44 44

  
45
  <description>This project contains the API definition of the geometry library of gvSIG.</description>
45 46
</project>
trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.geometry/pom.xml
18 18
    <module>org.gvsig.fmap.geometry.operation</module>
19 19
  </modules>
20 20

  
21
  <description>This project contains the geometry library used in gvSIG. </description>
21 22
</project>
trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.geometry/org.gvsig.fmap.geometry.operation/pom.xml
34 34
    </dependency>
35 35
  </dependencies>
36 36

  
37
  <description>Contains the implementation of some operations of geometries.</description>
37 38
</project>
trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.geometry/org.gvsig.fmap.geometry.impl/pom.xml
34 34

  
35 35
  </dependencies>
36 36

  
37
  <description>This project contains the default implementation of the API of the geometry library of gvSIG.</description>
37 38
</project>
trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.i18n/pom.xml
6 6
    <artifactId>org.gvsig.i18n</artifactId>
7 7
    <packaging>jar</packaging>
8 8
    <name>${project.artifactId}</name>
9
    <description>
10
      Management of texts related to a locale: 
11
      loading from resource bundles and getting the text value for the current locale
12
    </description>
9
    <description>Management of texts related to a locale:  loading from resource bundles and getting the text value for the current locale</description>
13 10

  
14 11
    <parent>
15 12
        <groupId>org.gvsig</groupId>
trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.spi/pom.xml
24 24
    </dependency>
25 25
  </dependencies>
26 26

  
27
  <description>This project contains the SPI of the Data Access Library used to implement providers of data.</description>
27 28
</project>
trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.file/pom.xml
36 36
    <module>org.gvsig.fmap.dal.file.dbf</module>
37 37
    <module>org.gvsig.fmap.dal.file.shp</module>
38 38
  </modules>
39
  <description>This library has the implementation of the provider of te Data Access Library for accesing to file resources, like SHP, DBF or CSV.</description>
39 40
</project>
40 41

  
trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.impl/pom.xml
63 63
  </build>
64 64

  
65 65

  
66
  <description>This project contains the implementation of the API of the Data Access Library.</description>
66 67
</project>
trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.db/pom.xml
31 31
    <module>org.gvsig.fmap.dal.db.jdbc</module>
32 32
    <module>org.gvsig.fmap.dal.db.h2</module>
33 33
  </modules>
34
  <description>This library has the implementation of the provider of te Data Access Library for accesing to database resources, like JDBC, PostgreSQL or H2.</description>
34 35
</project>
trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/pom.xml
20 20
    <module>org.gvsig.fmap.dal.db</module>
21 21
  </modules>
22 22

  
23
  <description>This project contains the Data Access Library of gvSIG, a uniform framwork to some data sources.</description>
23 24
</project>
trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.api/pom.xml
72 72
    </dependency>
73 73
  </dependencies>
74 74

  
75
  <description>Define the API of the Data Access Library.</description>
75 76
</project>
trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.compat/org.gvsig.compat.api/pom.xml
39 39
    </dependency>
40 40
  </dependencies>
41 41

  
42
  <description>This library contains the API definition of the library for compatibility with java 1.4 in JVM CDC.</description>
42 43
</project>
trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.compat/pom.xml
17 17
    <module>org.gvsig.compat.api</module>
18 18
    <module>org.gvsig.compat.se</module>
19 19
  </modules>
20
  <description>This library contains utiities to mantain compatibility with java 1.4 on CDC JVMs.</description>
20 21
</project>
trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.compat/org.gvsig.compat.se/pom.xml
23 23
    </dependency>
24 24
  </dependencies>
25 25

  
26
  <description>This library contains the implementation for JavaSE 1.5 of the API definition of the library for compatibility with java 1.4 in JVM CDC</description>
26 27
</project>
trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.mapcontext/pom.xml
17 17
      <module>org.gvsig.fmap.mapcontext.operation</module>
18 18
  </modules>
19 19

  
20
  <description>This project contains the core of the map drawer of gvSIG.</description>
20 21
</project>
21 22

  
trunk/org.gvsig.desktop/org.gvsig.desktop.framework/pom.xml
16 16
        <module>org.gvsig.andami.updater</module>
17 17
    </modules>
18 18

  
19
    <description>Contains the launcher and plugin framework used in gvSIG.</description>
19 20
</project>
20 21

  
trunk/org.gvsig.desktop/org.gvsig.desktop.plugin/org.gvsig.app/org.gvsig.app.mainplugin/pom.xml
4 4
  <artifactId>org.gvsig.app.mainplugin</artifactId>
5 5
  <packaging>jar</packaging>
6 6
  <name>gvSIG Application</name>
7
  <description>gvSIG basic plugins</description>
7
  <description>This project has the main plugin of gvSIG application</description>
8 8
  <parent>
9 9
      <groupId>org.gvsig</groupId>
10 10
      <artifactId>org.gvsig.app</artifactId>
trunk/org.gvsig.desktop/org.gvsig.desktop.plugin/org.gvsig.app/pom.xml
13 13
      <module>org.gvsig.app.mainplugin</module>
14 14
  </modules>
15 15

  
16
  <description>This project group al plugins of gvSIG application.</description>
16 17
</project>
trunk/org.gvsig.desktop/org.gvsig.desktop.plugin/pom.xml
4 4
    <artifactId>org.gvsig.desktop.plugin</artifactId>
5 5
    <packaging>pom</packaging>
6 6
    <name>${project.artifactId}</name>
7
    <description>
8
      Base POM for all gvSIG plugins projects. 
9
      This pom knows how to build and made a plugin for gvSIG. 
10
      The property "gvsig.product.folder.path" must be set up correctly.
11
    </description>
7
    <description>Thus project group al core plugins of gvSIG.
8
This pom knows how to build and made a plugin for gvSIG. 
9
</description>
12 10
    <parent>
13 11
        <groupId>org.gvsig</groupId>
14 12
        <artifactId>org.gvsig.desktop</artifactId>
trunk/org.gvsig.desktop/org.gvsig.desktop.plugin/org.gvsig.annotation.app/pom.xml
4 4
  <artifactId>org.gvsig.annotation.app</artifactId>
5 5
  <packaging>pom</packaging>
6 6
  <name>${project.artifactId}</name>
7
  <description>
8
Anotation layer support:
9
- Create anotation layer
10
- Modify annotation layer (throught standard editing)
11
- Editing single labelling (position and label settings)
12
  </description>
7
  <description>This project group al plugins related to the manage of annotations layers.</description>
13 8

  
14 9
  <parent>
15 10
    <groupId>org.gvsig</groupId>
trunk/org.gvsig.desktop/org.gvsig.desktop.plugin/org.gvsig.annotation.app/org.gvsig.annotation.app.mainplugin/pom.xml
85 85
      <gvsig.package.info.codealias>org.gvsig.annotation.app.extension</gvsig.package.info.codealias>
86 86
	  <gvsig.package.info.official>true</gvsig.package.info.official>
87 87
  </properties>
88
  <description>Anotation layer support:
89
- Create anotation layer
90
- Modify annotation layer (throught standard editing)
91
- Editing single labelling (position and label settings)
92
</description>
88 93
</project>
trunk/org.gvsig.desktop/org.gvsig.desktop.plugin/org.gvsig.app.document.table.app/pom.xml
4 4
    <modelVersion>4.0.0</modelVersion>
5 5
    <artifactId>org.gvsig.app.document.table.app</artifactId>
6 6
    <packaging>pom</packaging>
7
    <description>Table document plugins</description>
7
    <description>This project group al plugins related to the manage of the table document.</description>
8 8
    <name>${project.artifactId}</name>
9 9
    <parent>
10 10
        <groupId>org.gvsig</groupId>
trunk/org.gvsig.desktop/pom.xml
1735 1735
	              <report>mailing-list</report>
1736 1736
	              <report>modules</report>
1737 1737

  
1738
	              <report>dependency-info</report>
1738
 	              <report>dependency-info</report>
1739
  				  <!-- Removed due to its high cost 	              
1739 1740
	              <report>dependency-management</report>
1740 1741
	              <report>dependencies</report>
1742
	              -->
1741 1743
	              <report>dependency-convergence</report>
1742
	              
1744

  
1745
				  <!-- 	              
1743 1746
	              <report>plugins</report>
1744 1747
	              <report>plugin-management</report>
1745 1748
	              <report>distribution-management</report>
1746
				<!-- 	              
1747
	              <report>cim</report>
1748
	               -->
1749
	              -->
1750
	              
1751
	              <!-- gvSIG does not have Continuous Integration System
1752
	                <report>cim</report>
1753
	              -->
1749 1754
	            </reports>
1750 1755
	          </reportSet>
1751 1756
	        </reportSets>
......
1753 1758
	      <plugin>
1754 1759
	        <groupId>org.apache.maven.plugins</groupId>
1755 1760
	        <artifactId>maven-javadoc-plugin</artifactId>
1756
            <version>2.9</version>
1761
	        <!-- Do not use the version 2.9, does not manage properly the submodules -->
1762
            <version>2.9.1</version>
1757 1763
	        <configuration>
1758
	          <aggregate>false</aggregate>
1764
	            <!-- Include in javadoc an html version of sources -->
1765
				<linksource>true</linksource>
1766
				<!-- Don't include the deprecateds items in the javadoc -->
1767
				<nodeprecated>true</nodeprecated>
1768
				<!-- Don't generate javadoc of project with submodules -->
1769
	          	<aggregate>false</aggregate>
1770
	          	<!-- Removed detection of links due to its high cost -->
1771
				<detectJavaApiLink>false</detectJavaApiLink>
1772
				<detectLinks>false</detectLinks>
1773
				<detectOfflineLinks>false</detectOfflineLinks>
1774
				<!-- Removed the inclusion of dependencies sources due to their high cost -->
1775
				<includeDependencySources>false</includeDependencySources>
1776
				<includeTransitiveDependencySources>false</includeTransitiveDependencySources>
1759 1777
	        </configuration>
1760 1778
            <reportSets>
1761 1779
                <reportSet>
1762 1780
                    <id>html</id>
1763 1781
                    <reports>
1764 1782
                        <report>javadoc</report>
1783
                        <!-- removed javadocs of tests -->
1765 1784
                    </reports>
1766 1785
                </reportSet>
1767 1786
            </reportSets>
1768 1787
	      </plugin>
1788
	      <!-- if the javadoc include the sources this is not necesary 
1769 1789
	      <plugin>
1770 1790
	        <groupId>org.apache.maven.plugins</groupId>
1771 1791
	        <artifactId>maven-jxr-plugin</artifactId>
......
1775 1795
	          <aggregate>false</aggregate>
1776 1796
	        </configuration>
1777 1797
	      </plugin>
1798
	      -->
1778 1799
	    </plugins>
1779 1800
	  </reporting>
1780 1801
	
trunk/org.gvsig.desktop/org.gvsig.desktop.library/pom.xml
23 23
        <module>org.gvsig.symbology</module>
24 24
        <module>org.gvsig.tools.evaluator.sqljep</module>
25 25
    </modules>
26
    <description>This project group al librerias in the core of gvSIG that not havent java compatibility with JVM CDC.</description>
26 27
</project>

Also available in: Unified diff