Author: desruisseaux
Date: Thu Aug  3 14:22:36 2017
New Revision: 1804003

URL: http://svn.apache.org/viewvc?rev=1804003&view=rev
Log:
Add a javadoc group for coverages and rasters.

Modified:
    sis/branches/JDK8/pom.xml

Modified: sis/branches/JDK8/pom.xml
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK8/pom.xml?rev=1804003&r1=1804002&r2=1804003&view=diff
==============================================================================
--- sis/branches/JDK8/pom.xml (original)
+++ sis/branches/JDK8/pom.xml Thu Aug  3 14:22:36 2017
@@ -574,7 +574,7 @@ Apache SIS is a free software, Java lang
       <!-- Compile -->
       <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
-        <version>3.6.1</version>
+        <version>3.6.2</version>
         <configuration>
           <source>${maven.compile.source}</source>
           <target>${maven.compile.target}</target>
@@ -822,6 +822,10 @@ Apache SIS is a free software, Java lang
               
<packages>org.apache.sis.storage*:org.apache.sis.index*</packages>
             </group>
             <group>
+              <title>Coverage and raster</title>
+              
<packages>org.apache.sis.coverage*:org.apache.sis.raster*</packages>
+            </group>
+            <group>
               <title>Feature and Geometry</title>
               
<packages>org.apache.sis.feature*:org.apache.sis.geometry*</packages>
             </group>


Reply via email to