You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ftpserver-commits@incubator.apache.org by ng...@apache.org on 2006/11/15 08:55:52 UTC

svn commit: r475162 - in /incubator/ftpserver/trunk: ./ admin-gui/pom.xml admin-gui/src/java/org/apache/ftpserver/gui/ConnectionPanel.java core/ core/src/site/site.xml ftplet-api/pom.xml pom.xml

Author: ngn
Date: Wed Nov 15 00:55:51 2006
New Revision: 475162

URL: http://svn.apache.org/viewvc?view=rev&rev=475162
Log:
Setting up M2 reports

Modified:
    incubator/ftpserver/trunk/   (props changed)
    incubator/ftpserver/trunk/admin-gui/pom.xml
    incubator/ftpserver/trunk/admin-gui/src/java/org/apache/ftpserver/gui/ConnectionPanel.java
    incubator/ftpserver/trunk/core/   (props changed)
    incubator/ftpserver/trunk/core/src/site/site.xml
    incubator/ftpserver/trunk/ftplet-api/pom.xml
    incubator/ftpserver/trunk/pom.xml

Propchange: incubator/ftpserver/trunk/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Nov 15 00:55:51 2006
@@ -0,0 +1 @@
+target

Modified: incubator/ftpserver/trunk/admin-gui/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ftpserver/trunk/admin-gui/pom.xml?view=diff&rev=475162&r1=475161&r2=475162
==============================================================================
--- incubator/ftpserver/trunk/admin-gui/pom.xml (original)
+++ incubator/ftpserver/trunk/admin-gui/pom.xml Wed Nov 15 00:55:51 2006
@@ -35,6 +35,18 @@
         <url>http://svn.apache.org/viewvc/incubator/ftpserver/trunk/admin-gui</url>
     </scm>
 
+    <reporting>
+        <plugins>
+            <plugin>
+                <artifactId>maven-javadoc-plugin</artifactId>
+            </plugin>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>jxr-maven-plugin</artifactId>
+            </plugin>      
+        </plugins>
+    </reporting>
+    
     <build>
          <resources>
              <resource>

Modified: incubator/ftpserver/trunk/admin-gui/src/java/org/apache/ftpserver/gui/ConnectionPanel.java
URL: http://svn.apache.org/viewvc/incubator/ftpserver/trunk/admin-gui/src/java/org/apache/ftpserver/gui/ConnectionPanel.java?view=diff&rev=475162&r1=475161&r2=475162
==============================================================================
--- incubator/ftpserver/trunk/admin-gui/src/java/org/apache/ftpserver/gui/ConnectionPanel.java (original)
+++ incubator/ftpserver/trunk/admin-gui/src/java/org/apache/ftpserver/gui/ConnectionPanel.java Wed Nov 15 00:55:51 2006
@@ -30,7 +30,6 @@
 import javax.swing.JScrollPane;
 import javax.swing.JTable;
 
-import org.apache.ftpserver.ftplet.FtpConfig;
 import org.apache.ftpserver.interfaces.Connection;
 import org.apache.ftpserver.interfaces.ServerFtpConfig;
 

Propchange: incubator/ftpserver/trunk/core/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Nov 15 00:55:51 2006
@@ -4,3 +4,4 @@
 .settings
 bin
 .wtpmodules
+cobertura.ser

Modified: incubator/ftpserver/trunk/core/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/ftpserver/trunk/core/src/site/site.xml?view=diff&rev=475162&r1=475161&r2=475162
==============================================================================
--- incubator/ftpserver/trunk/core/src/site/site.xml (original)
+++ incubator/ftpserver/trunk/core/src/site/site.xml Wed Nov 15 00:55:51 2006
@@ -1,13 +1,10 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<project name="Maven">
+<project name="Apache FTP Server">
     <bannerLeft>
         <name>Maven</name>
-        <src>http://maven.apache.org/images/apache-maven-project.png</src>
+        <src>http://incubator.apache.org/ftpserver/images/project-logo.gif</src>
         <href>http://maven.apache.org/</href>
     </bannerLeft>
-    <bannerRight>
-        <src>http://maven.apache.org/images/maven-small.gif</src>
-    </bannerRight>
     <body>
         <links>
             <item name="Apache" href="http://www.apache.org/" />
@@ -32,7 +29,6 @@
             <item name="FTP Commands"        href="ftp_commands.html"/>
             <item name="SITE Commands"       href="site_commands.html"/>
             <item name="Ftplet"              href="ftplet.html"/>
-            <item name="Javadoc"             href="apidocs/index.html"/>
         </menu>
         <menu name="RFCs">
             <item name="RFC959"              href="rfc959.html"/>

Modified: incubator/ftpserver/trunk/ftplet-api/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ftpserver/trunk/ftplet-api/pom.xml?view=diff&rev=475162&r1=475161&r2=475162
==============================================================================
--- incubator/ftpserver/trunk/ftplet-api/pom.xml (original)
+++ incubator/ftpserver/trunk/ftplet-api/pom.xml Wed Nov 15 00:55:51 2006
@@ -35,6 +35,18 @@
         <url>http://svn.apache.org/viewvc/incubator/ftpserver/trunk/ftplet-api</url>
     </scm>
 
+    <reporting>
+        <plugins>
+            <plugin>
+                <artifactId>maven-javadoc-plugin</artifactId>
+            </plugin>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>jxr-maven-plugin</artifactId>
+            </plugin>      
+        </plugins>
+    </reporting>
+    
     <dependencies>
         <dependency>
             <groupId>commons-logging</groupId>

Modified: incubator/ftpserver/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ftpserver/trunk/pom.xml?view=diff&rev=475162&r1=475161&r2=475162
==============================================================================
--- incubator/ftpserver/trunk/pom.xml (original)
+++ incubator/ftpserver/trunk/pom.xml Wed Nov 15 00:55:51 2006
@@ -31,6 +31,66 @@
     <name>Apache Incubator FtpServer</name>
     <url>http://incubator.apache.org/ftpserver/</url>
     <inceptionYear>2003</inceptionYear>
+    
+    <issueManagement>
+        <system>Jira</system>
+        <url>http://issues.apache.org/jira/browse/FTPSERVER</url>
+    </issueManagement>
+    <!--
+    <developers>
+        <developer>
+            <name>Rana Battacharyya</name>
+            <id>rana_b</id>
+            <email>rana_b.{aT}.yahoo.{d0T}.com</email>
+        </developer>
+        <developer>
+            <name>Paul Hammant</name>
+            <id>hammant</id>
+            <email>paul.{aT}.hammant.{d0T}.org</email>
+        </developer>
+        <developer>
+            <name>Niklas Gustavsson</name>
+            <id>ngn</id>
+            <email>niklas.{aT}.protocol7.{d0T}.com</email>
+        </developer>
+        <developer>
+            <name>Sergey M Vladimirov</name>
+            <id>sergey</id>
+            <email>vlsergey.{aT}.gmail.{d0T}.com</email>
+            <organization>Netcracker corp.</organization>
+        </developer>
+    </developers>
+    -->
+    
+    <!-- Contributor list -->
+    <!--
+    <contributors>
+        <contributor>
+            <name>Birkir A. Barkarson</name>
+        </contributor>
+        <contributor>
+            <name>David H. DeWolf</name>
+            <organization>Vivare, INC</organization>
+            <email>ddewolf.{aT}.apache.{d0T}.org</email>
+        </contributor>
+        <contributor>
+            <name>Luis Sanabria</name>
+        </contributor>
+        <contributor>
+            <name>Daniel Hagen</name>
+        </contributor>
+        <contributor>
+            <name>KwangYul Seo</name>
+        </contributor>
+        <contributor>
+            <name>Dave Roberts</name>
+            <organization>SAA Consultants Ltd</organization>
+        </contributor>
+        <contributor>
+            <name>Nick Vincent</name>
+        </contributor>
+    </contributors>
+    -->
     <distributionManagement>
 
         <!--
@@ -79,8 +139,8 @@
                 <otherArchive>http://www.mail-archive.com/general%40incubator.apache.org/</otherArchive>
             </otherArchives>
         </mailingList>
-
     </mailingLists>
+    
     <build>
         <sourceDirectory>src/java</sourceDirectory>
         <testSourceDirectory>src/test</testSourceDirectory>
@@ -101,6 +161,18 @@
                 </configuration>
             </plugin>
             <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>cobertura-maven-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>check</goal>
+                            <goal>clean</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin>
                 <!-- This should possibly better be done by using a resource
 		     definition. However, if we declare a resource with
 		     ${basedir} as the base directory, then the
@@ -234,7 +306,6 @@
                 <modules>
                     <module>ssl-tests</module>
                 </modules>
-            
         </profile>
     </profiles>