[prev in list] [next in list] [prev in thread] [next in thread] 

List:       httpcomponents-commits
Subject:    svn commit: r483421 - in /jakarta/httpcomponents/httpcore/trunk:
From:       olegk () apache ! org
Date:       2006-12-07 11:30:01
Message-ID: 20061207113002.5C1591A9846 () eris ! apache ! org
[Download RAW message or body]

Author: olegk
Date: Thu Dec  7 03:29:48 2006
New Revision: 483421

URL: http://svn.apache.org/viewvc?view=rev&rev=483421
Log:
Maven project and clover report definitions fixed (or so I'd like to hope)

Modified:
    jakarta/httpcomponents/httpcore/trunk/module-main/pom.xml
    jakarta/httpcomponents/httpcore/trunk/module-nio/pom.xml
    jakarta/httpcomponents/httpcore/trunk/pom.xml

Modified: jakarta/httpcomponents/httpcore/trunk/module-main/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/httpcore/trunk/module-main/pom.xml?view=diff&rev=483421&r1=483420&r2=483421
 ==============================================================================
--- jakarta/httpcomponents/httpcore/trunk/module-main/pom.xml (original)
+++ jakarta/httpcomponents/httpcore/trunk/module-main/pom.xml Thu Dec  7 03:29:48 \
2006 @@ -68,4 +68,24 @@
     </plugins>
   </build>
 
+  <reporting>
+    <plugins>
+
+       <plugin>
+         <groupId>org.apache.maven.plugins</groupId>
+         <artifactId>maven-project-info-reports-plugin</artifactId>
+         <reportSets>
+           <reportSet>
+             <reports>
+               <report>dependencies</report>
+               <report>issue-tracking</report>
+               <report>scm</report>
+             </reports>
+           </reportSet>
+         </reportSets>
+      </plugin>
+
+    </plugins>
+  </reporting>
+
 </project>

Modified: jakarta/httpcomponents/httpcore/trunk/module-nio/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/httpcore/trunk/module-nio/pom.xml?view=diff&rev=483421&r1=483420&r2=483421
 ==============================================================================
--- jakarta/httpcomponents/httpcore/trunk/module-nio/pom.xml (original)
+++ jakarta/httpcomponents/httpcore/trunk/module-nio/pom.xml Thu Dec  7 03:29:48 2006
@@ -73,4 +73,24 @@
     </plugins>
   </build>
 
+  <reporting>
+    <plugins>
+
+       <plugin>
+         <groupId>org.apache.maven.plugins</groupId>
+         <artifactId>maven-project-info-reports-plugin</artifactId>
+         <reportSets>
+           <reportSet>
+             <reports>
+               <report>dependencies</report>
+               <report>issue-tracking</report>
+               <report>scm</report>
+             </reports>
+           </reportSet>
+         </reportSets>
+      </plugin>
+
+    </plugins>
+  </reporting>
+
 </project>

Modified: jakarta/httpcomponents/httpcore/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/httpcore/trunk/pom.xml?view=diff&rev=483421&r1=483420&r2=483421
 ==============================================================================
--- jakarta/httpcomponents/httpcore/trunk/pom.xml (original)
+++ jakarta/httpcomponents/httpcore/trunk/pom.xml Thu Dec  7 03:29:48 2006
@@ -71,23 +71,43 @@
 
   <reporting>
     <plugins>
+
+       <plugin>
+         <groupId>org.apache.maven.plugins</groupId>
+         <artifactId>maven-project-info-reports-plugin</artifactId>
+         <reportSets>
+           <reportSet>
+             <reports>
+               <report>project-team</report>
+               <report>mailing-list</report>
+               <report>issue-tracking</report>
+               <report>scm</report>
+             </reports>
+           </reportSet>
+         </reportSets>
+      </plugin>
+
       <plugin>
         <artifactId>maven-clover-plugin</artifactId>
         <configuration>
-          <licenseFile>${clover.license}</licenseFile>
+          <licenseLocation>${clover.license}</licenseLocation>
         </configuration>
       </plugin>
+
       <plugin>
         <artifactId>maven-javadoc-plugin</artifactId>
       </plugin>
+
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>jxr-maven-plugin</artifactId>
       </plugin>
+
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>surefire-report-maven-plugin</artifactId>
       </plugin>
+
     </plugins>
   </reporting>
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic