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 2007/02/20 22:39:36 UTC

svn commit: r509782 - /incubator/ftpserver/trunk/pom.xml

Author: ngn
Date: Tue Feb 20 14:39:36 2007
New Revision: 509782

URL: http://svn.apache.org/viewvc?view=rev&rev=509782
Log:
Including ssl-tests in RC build

Modified:
    incubator/ftpserver/trunk/pom.xml

Modified: incubator/ftpserver/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ftpserver/trunk/pom.xml?view=diff&rev=509782&r1=509781&r2=509782
==============================================================================
--- incubator/ftpserver/trunk/pom.xml (original)
+++ incubator/ftpserver/trunk/pom.xml Tue Feb 20 14:39:36 2007
@@ -166,18 +166,6 @@
                     <jdkLevel>${maven.compile.source}</jdkLevel>
                 </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
@@ -341,9 +329,9 @@
               <module>ftplet-api</module>
               <module>core</module>
               <module>admin-gui</module>
+              <module>ssl-tests</module>
               <module>distribution</module>
             </modules>
-            
 
             <build>
                 <plugins>