Hello,

while being in sync with svn trunk I'm not able to build ftpserver using mvn
install. There is missing examples/pom.xml file. To build it, I have to
modify top pom.xml like this:

$ svn diff pom.xml
Index: pom.xml
===================================================================
--- pom.xml     (revision 712122)
+++ pom.xml     (working copy)
@@ -419,7 +419,7 @@
         <module>ftplet-api</module>
         <module>core</module>
         <module>distribution</module>
-       <module>examples</module>
+       <!--module>examples</module-->
       </modules>
       <distributionManagement>
         <repository>
@@ -434,7 +434,7 @@
   <modules>
     <module>ftplet-api</module>
     <module>core</module>
-    <module>examples</module>
+    <!--module>examples</module-->
   </modules>

   <distributionManagement>

Reply via email to