Author: [email protected]
Date: Mon Apr  2 14:17:59 2012
New Revision: 2176

Log:
[AMDATUOPENSOCIAL-208] Added clover to docletpath

Modified:
   trunk/amdatu-opensocial/opensocial-gadgetmanagement/pom.xml

Modified: trunk/amdatu-opensocial/opensocial-gadgetmanagement/pom.xml
==============================================================================
--- trunk/amdatu-opensocial/opensocial-gadgetmanagement/pom.xml (original)
+++ trunk/amdatu-opensocial/opensocial-gadgetmanagement/pom.xml Mon Apr  2 
14:17:59 2012
@@ -133,7 +133,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.8</version>
+        <version>2.8.1</version>
         <inherited>false</inherited>
         <executions>
           <execution>
@@ -147,15 +147,23 @@
         <configuration>
           <useStandardDocletOptions>false</useStandardDocletOptions>
           <doclet>org.amdatu.opensocial.rest.doclet.RESTDoclet</doclet>
-          <docletArtifact>
-            <groupId>org.amdatu.opensocial</groupId>
-            <artifactId>org.amdatu.opensocial.rest.doclet</artifactId>
-            <version>${project.version}</version>
-          </docletArtifact>
+          <docletArtifacts>
+            <docletArtifact>
+              <groupId>org.amdatu.opensocial</groupId>
+              <artifactId>org.amdatu.opensocial.rest.doclet</artifactId>
+              <version>${project.version}</version>
+            </docletArtifact>
+            <docletArtifact>
+              <groupId>com.cenqua.clover</groupId>
+              <artifactId>clover</artifactId>
+              <version>3.1.3</version>
+            </docletArtifact>
+          </docletArtifacts>
           <debug>true</debug>
           
<subpackages>org.amdatu.opensocial.gadgetmanagement.rest</subpackages>
           <destDir>${project.build.directory}/restdocs</destDir>
         </configuration>
+
       </plugin>
 
       <plugin>
_______________________________________________
Amdatu-commits mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-commits

Reply via email to