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:47:33 UTC

svn commit: r475160 - in /incubator/ftpserver/trunk/core: ./ src/site/xdoc/ src/site/xdoc/images/ src/site/xdocs/ xdocs/

Author: ngn
Date: Wed Nov 15 00:47:32 2006
New Revision: 475160

URL: http://svn.apache.org/viewvc?view=rev&rev=475160
Log:
Getting docs into shape for M2

Added:
    incubator/ftpserver/trunk/core/src/site/xdoc/
      - copied from r474833, incubator/ftpserver/trunk/core/src/site/xdocs/
    incubator/ftpserver/trunk/core/src/site/xdoc/configuration.xml
      - copied unchanged from r475159, incubator/ftpserver/trunk/core/src/site/xdocs/configuration.xml
    incubator/ftpserver/trunk/core/src/site/xdoc/downloads.xml
      - copied unchanged from r475159, incubator/ftpserver/trunk/core/src/site/xdocs/downloads.xml
    incubator/ftpserver/trunk/core/src/site/xdoc/draft-twine-ftpmd5-00.xml
      - copied unchanged from r475159, incubator/ftpserver/trunk/core/src/site/xdocs/draft-twine-ftpmd5-00.xml
    incubator/ftpserver/trunk/core/src/site/xdoc/favicon.ico
      - copied unchanged from r475159, incubator/ftpserver/trunk/core/src/site/xdocs/favicon.ico
    incubator/ftpserver/trunk/core/src/site/xdoc/ftp_commands.xml
      - copied unchanged from r475159, incubator/ftpserver/trunk/core/src/site/xdocs/ftp_commands.xml
    incubator/ftpserver/trunk/core/src/site/xdoc/ftplet.xml
      - copied unchanged from r475159, incubator/ftpserver/trunk/core/src/site/xdocs/ftplet.xml
    incubator/ftpserver/trunk/core/src/site/xdoc/index.xml
      - copied unchanged from r475159, incubator/ftpserver/trunk/core/src/site/xdocs/index.xml
    incubator/ftpserver/trunk/core/src/site/xdoc/installation.xml
      - copied unchanged from r475159, incubator/ftpserver/trunk/core/src/site/xdocs/installation.xml
    incubator/ftpserver/trunk/core/src/site/xdoc/ip_restrictor.xml
      - copied unchanged from r475159, incubator/ftpserver/trunk/core/src/site/xdocs/ip_restrictor.xml
    incubator/ftpserver/trunk/core/src/site/xdoc/logger.xml
      - copied unchanged from r475159, incubator/ftpserver/trunk/core/src/site/xdocs/logger.xml
    incubator/ftpserver/trunk/core/src/site/xdoc/mail-lists.xml
      - copied unchanged from r475159, incubator/ftpserver/trunk/core/src/site/xdocs/mail-lists.xml
    incubator/ftpserver/trunk/core/src/site/xdoc/messages.xml
      - copied unchanged from r475159, incubator/ftpserver/trunk/core/src/site/xdocs/messages.xml
    incubator/ftpserver/trunk/core/src/site/xdoc/navigation.xml
      - copied unchanged from r475159, incubator/ftpserver/trunk/core/src/site/xdocs/navigation.xml
    incubator/ftpserver/trunk/core/src/site/xdoc/rfc2228.xml
      - copied unchanged from r475159, incubator/ftpserver/trunk/core/src/site/xdocs/rfc2228.xml
    incubator/ftpserver/trunk/core/src/site/xdoc/rfc2389.xml
      - copied unchanged from r475159, incubator/ftpserver/trunk/core/src/site/xdocs/rfc2389.xml
    incubator/ftpserver/trunk/core/src/site/xdoc/rfc2428.xml
      - copied unchanged from r475159, incubator/ftpserver/trunk/core/src/site/xdocs/rfc2428.xml
    incubator/ftpserver/trunk/core/src/site/xdoc/rfc959.xml
      - copied unchanged from r475159, incubator/ftpserver/trunk/core/src/site/xdocs/rfc959.xml
    incubator/ftpserver/trunk/core/src/site/xdoc/site_commands.xml
      - copied unchanged from r475159, incubator/ftpserver/trunk/core/src/site/xdocs/site_commands.xml
    incubator/ftpserver/trunk/core/src/site/xdoc/ssl.xml
      - copied unchanged from r475159, incubator/ftpserver/trunk/core/src/site/xdocs/ssl.xml
    incubator/ftpserver/trunk/core/src/site/xdoc/user_manager.xml
      - copied unchanged from r475159, incubator/ftpserver/trunk/core/src/site/xdocs/user_manager.xml
    incubator/ftpserver/trunk/core/src/site/xdoc/version_control.xml
      - copied unchanged from r475159, incubator/ftpserver/trunk/core/src/site/xdocs/version_control.xml
Removed:
    incubator/ftpserver/trunk/core/src/site/xdoc/faq.fml
    incubator/ftpserver/trunk/core/src/site/xdoc/images/
    incubator/ftpserver/trunk/core/src/site/xdocs/
    incubator/ftpserver/trunk/core/xdocs/
Modified:
    incubator/ftpserver/trunk/core/pom.xml
    incubator/ftpserver/trunk/core/project.properties

Modified: incubator/ftpserver/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ftpserver/trunk/core/pom.xml?view=diff&rev=475160&r1=475159&r2=475160
==============================================================================
--- incubator/ftpserver/trunk/core/pom.xml (original)
+++ incubator/ftpserver/trunk/core/pom.xml Wed Nov 15 00:47:32 2006
@@ -35,27 +35,63 @@
         <url>http://svn.apache.org/viewvc/incubator/ftpserver/trunk/core</url>
     </scm>
 
+    <reporting>
+        <plugins>
+            <plugin>
+                <artifactId>maven-javadoc-plugin</artifactId>
+            </plugin>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>jxr-maven-plugin</artifactId>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-report-plugin</artifactId>
+            </plugin>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>cobertura-maven-plugin</artifactId>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-project-info-reports-plugin</artifactId>
+                <reportSets>
+                    <reportSet>
+                        <reports>
+                            <report>dependencies</report>
+                            <report>project-team</report>
+                            <report>mailing-list</report>
+                            <report>issue-tracking</report>
+                            <report>license</report>
+                            <report>scm</report>
+                        </reports>
+                    </reportSet>
+                </reportSets>
+    </plugin>
+        </plugins>
+    </reporting>
+
     <build>
-         <resources>
-             <resource>
-                 <directory>src/java</directory>
-                 <includes>
-                     <include>**/*.properties</include>
-                 </includes>
-             </resource>
-             
-         </resources>
+        <resources>
+            <resource>
+                <directory>src/java</directory>
+                <includes>
+                    <include>**/*.properties</include>
+                </includes>
+            </resource>
+
+        </resources>
         <testResources>
             <testResource>
                 <directory>src/test</directory>
                 <includes>
                     <include>*.properties</include>
                 </includes>
-                
+
             </testResource>
         </testResources>
-       </build>
-    
+    </build>
+
     <dependencies>
         <dependency>
             <groupId>org.apache.ftpserver</groupId>
@@ -85,8 +121,8 @@
                 </exclusion>
             </exclusions>
         </dependency>
-        
-        <!-- Only used for testing -->
+
+      <!--Only used for testing -->
         <dependency>
             <groupId>log4j</groupId>
             <artifactId>log4j</artifactId>

Modified: incubator/ftpserver/trunk/core/project.properties
URL: http://svn.apache.org/viewvc/incubator/ftpserver/trunk/core/project.properties?view=diff&rev=475160&r1=475159&r2=475160
==============================================================================
--- incubator/ftpserver/trunk/core/project.properties (original)
+++ incubator/ftpserver/trunk/core/project.properties Wed Nov 15 00:47:32 2006
@@ -16,7 +16,7 @@
 # under the License.
 
 # License file location
-maven.license.licenseFile=${basedir}/LICENSE-2.0.txt
+maven.license.licenseFile=${basedir}/LICENSE.txt
 
 
 # Display the date on the FTP server web site