Revision 40523 trunk/org.gvsig.desktop/pom.xml

View differences:

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
	

Also available in: Unified diff