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

View differences:

pom.xml
1329 1329
                  <encoding>ISO-8859-1</encoding>
1330 1330
                  <footer />
1331 1331
                  <header />
1332
                  <keywords>true</keywords>
1333
                  <detectLinks>true</detectLinks>
1332
                  <keywords>false</keywords>
1333
				  <!-- Don't include the deprecateds items in the javadoc -->
1334
				  <nodeprecated>true</nodeprecated>
1335
				  <!-- Don't generate javadoc of project with submodules -->
1336
	          	  <aggregate>false</aggregate>
1337
	          	  <!-- Removed detection of links due to its high cost -->
1338
				  <detectJavaApiLink>false</detectJavaApiLink>
1339
				  <detectLinks>false</detectLinks>
1340
				  <detectOfflineLinks>false</detectOfflineLinks>
1341
				  <!-- Removed the inclusion of dependencies sources due to their high cost -->
1342
				  <includeDependencySources>false</includeDependencySources>
1343
				  <includeTransitiveDependencySources>false</includeTransitiveDependencySources>                  
1344
                  
1334 1345
                  <javaApiLinks>
1335 1346
                      <property>
1336 1347
                          <name>api_1.4</name>

Also available in: Unified diff