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/18 22:44:53 UTC

svn commit: r509017 - in /incubator/ftpserver/trunk: admin-gui/pom.xml core/pom.xml ftplet-api/pom.xml pom.xml

Author: ngn
Date: Sun Feb 18 14:44:52 2007
New Revision: 509017

URL: http://svn.apache.org/viewvc?view=rev&rev=509017
Log:
[maven-release-plugin] prepare release 1.0-M1-incubator

Modified:
    incubator/ftpserver/trunk/admin-gui/pom.xml
    incubator/ftpserver/trunk/core/pom.xml
    incubator/ftpserver/trunk/ftplet-api/pom.xml
    incubator/ftpserver/trunk/pom.xml

Modified: incubator/ftpserver/trunk/admin-gui/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ftpserver/trunk/admin-gui/pom.xml?view=diff&rev=509017&r1=509016&r2=509017
==============================================================================
--- incubator/ftpserver/trunk/admin-gui/pom.xml (original)
+++ incubator/ftpserver/trunk/admin-gui/pom.xml Sun Feb 18 14:44:52 2007
@@ -1,106 +1,82 @@
-<!-- 
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0">
-    <modelVersion>4.0.0</modelVersion>
-    <parent>
-        <groupId>org.apache.ftpserver</groupId>
-        <artifactId>ftpserver-parent</artifactId>
-        <version>1.0-incubator-SNAPSHOT</version>
-    </parent>
+<?xml version="1.0" encoding="UTF-8"?><project>
+  <parent>
+    <artifactId>ftpserver-parent</artifactId>
     <groupId>org.apache.ftpserver</groupId>
-    <artifactId>ftpserver-admin-gui</artifactId>
-    <packaging>jar</packaging>
-    <version>1.0-incubator-SNAPSHOT</version>
-    <name>Apache Incubator FtpServer Admin GUI</name>
-
-    <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/ftpserver/trunk/admin-gui</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ftpserver/trunk/admin-gui</developerConnection>
-        <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>
-                 <directory>src/java</directory>
-                 <includes>
-                     <include>**/*.txt</include>
-                     <include>**/*.gif</include>
-                 </includes>
-             </resource>
-             
-         </resources>
-        <testResources>
-            <testResource>
-                <directory>src/test</directory>
-                <includes>
-                    <include>*.properties</include>
-                </includes>
-            </testResource>
-        </testResources>
-       </build>
-    
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.ftpserver</groupId>
-            <artifactId>ftplet-api</artifactId>
-            <version>1.0-incubator-SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.ftpserver</groupId>
-            <artifactId>ftpserver-core</artifactId>
-            <version>1.0-incubator-SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>commons-logging</groupId>
-            <artifactId>commons-logging</artifactId>
-            <version>${commons-logging-version}</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>avalon-framework</groupId>
-                    <artifactId>avalon-framework</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>javax.servlet</groupId>
-                    <artifactId>servlet-api</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>log4j</groupId>
-                    <artifactId>log4j</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>logkit</groupId>
-                    <artifactId>logkit</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-    </dependencies>
-</project>
+    <version>1.0-M1-incubator</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.ftpserver</groupId>
+  <artifactId>ftpserver-admin-gui</artifactId>
+  <name>Apache Incubator FtpServer Admin GUI</name>
+  <version>1.0-M1-incubator</version>
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/ftpserver/tags/1.0-M1-incubator/admin-gui</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ftpserver/tags/1.0-M1-incubator/admin-gui</developerConnection>
+    <url>http://svn.apache.org/viewvc/incubator/ftpserver/tags/1.0-M1-incubator/admin-gui</url>
+  </scm>
+  <build>
+    <resources>
+      <resource>
+        <directory>src/java</directory>
+        <includes>
+          <include>**/*.txt</include>
+          <include>**/*.gif</include>
+        </includes>
+      </resource>
+    </resources>
+    <testResources>
+      <testResource>
+        <directory>src/test</directory>
+        <includes>
+          <include>*.properties</include>
+        </includes>
+      </testResource>
+    </testResources>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.ftpserver</groupId>
+      <artifactId>ftplet-api</artifactId>
+      <version>1.0-M1-incubator</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.ftpserver</groupId>
+      <artifactId>ftpserver-core</artifactId>
+      <version>1.0-M1-incubator</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+      <version>${commons-logging-version}</version>
+      <exclusions>
+        <exclusion>
+          <artifactId>avalon-framework</artifactId>
+          <groupId>avalon-framework</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>servlet-api</artifactId>
+          <groupId>javax.servlet</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>logkit</artifactId>
+          <groupId>logkit</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+  </dependencies>
+  <reporting>
+    <plugins>
+      <plugin>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>jxr-maven-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </reporting>
+</project>
\ No newline at end of file

Modified: incubator/ftpserver/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ftpserver/trunk/core/pom.xml?view=diff&rev=509017&r1=509016&r2=509017
==============================================================================
--- incubator/ftpserver/trunk/core/pom.xml (original)
+++ incubator/ftpserver/trunk/core/pom.xml Sun Feb 18 14:44:52 2007
@@ -1,182 +1,152 @@
-<!-- 
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0">
-    <modelVersion>4.0.0</modelVersion>
-    <parent>
-        <groupId>org.apache.ftpserver</groupId>
-        <artifactId>ftpserver-parent</artifactId>
-        <version>1.0-incubator-SNAPSHOT</version>
-    </parent>
+<?xml version="1.0" encoding="UTF-8"?><project>
+  <parent>
+    <artifactId>ftpserver-parent</artifactId>
     <groupId>org.apache.ftpserver</groupId>
-    <artifactId>ftpserver-core</artifactId>
-    <packaging>jar</packaging>
-    <version>1.0-incubator-SNAPSHOT</version>
-    <name>Apache Incubator FtpServer Core</name>
-
-    <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/ftpserver/trunk/core</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ftpserver/trunk/core</developerConnection>
-        <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>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-checkstyle-plugin</artifactId>
-            </plugin>
-        </plugins>
-    </reporting>
-
-    <build>
-        <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>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.ftpserver</groupId>
-            <artifactId>ftplet-api</artifactId>
-            <version>1.0-incubator-SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>commons-logging</groupId>
-            <artifactId>commons-logging</artifactId>
-            <version>${commons-logging-version}</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>avalon-framework</groupId>
-                    <artifactId>avalon-framework</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>javax.servlet</groupId>
-                    <artifactId>servlet-api</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>log4j</groupId>
-                    <artifactId>log4j</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>logkit</groupId>
-                    <artifactId>logkit</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-
-        <!--Only used for testing -->
-        <dependency>
-	      <groupId>org.slf4j</groupId>
-	      <artifactId>slf4j-jcl</artifactId>
-	      <version>1.1.0</version>
-	    </dependency>
-        <dependency>
-	      <groupId>org.apache.mina</groupId>
-	      <artifactId>mina-core</artifactId>
-	      <version>1.0.1</version>
-	    </dependency>
-        <dependency>
-	      <groupId>org.apache.mina</groupId>
-	      <artifactId>mina-filter-ssl</artifactId>
-	      <version>1.0.1</version>
-	    </dependency>
-        <dependency>
-            <groupId>log4j</groupId>
-            <artifactId>log4j</artifactId>
-            <version>${log4j-version}</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <version>${junit-version}</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>commons-codec</groupId>
-            <artifactId>commons-codec</artifactId>
-            <version>1.3</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>commons-net</groupId>
-            <artifactId>commons-net</artifactId>
-            <version>1.4.0</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>oro</groupId>
-            <artifactId>oro</artifactId>
-            <version>2.0.8</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-    		<groupId>hsqldb</groupId>
-    		<artifactId>hsqldb</artifactId>
-    		<version>1.8.0.7</version>
-    		<scope>test</scope>
-		</dependency>
-    </dependencies>
-</project>
+    <version>1.0-M1-incubator</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.ftpserver</groupId>
+  <artifactId>ftpserver-core</artifactId>
+  <name>Apache Incubator FtpServer Core</name>
+  <version>1.0-M1-incubator</version>
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/ftpserver/tags/1.0-M1-incubator/core</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ftpserver/tags/1.0-M1-incubator/core</developerConnection>
+    <url>http://svn.apache.org/viewvc/incubator/ftpserver/tags/1.0-M1-incubator/core</url>
+  </scm>
+  <build>
+    <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>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.ftpserver</groupId>
+      <artifactId>ftplet-api</artifactId>
+      <version>1.0-M1-incubator</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+      <version>${commons-logging-version}</version>
+      <exclusions>
+        <exclusion>
+          <artifactId>avalon-framework</artifactId>
+          <groupId>avalon-framework</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>servlet-api</artifactId>
+          <groupId>javax.servlet</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>logkit</artifactId>
+          <groupId>logkit</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-jcl</artifactId>
+      <version>1.1.0</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.mina</groupId>
+      <artifactId>mina-core</artifactId>
+      <version>1.0.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.mina</groupId>
+      <artifactId>mina-filter-ssl</artifactId>
+      <version>1.0.1</version>
+    </dependency>
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+      <version>${log4j-version}</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>${junit-version}</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+      <version>1.3</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>commons-net</groupId>
+      <artifactId>commons-net</artifactId>
+      <version>1.4.0</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>oro</groupId>
+      <artifactId>oro</artifactId>
+      <version>2.0.8</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>hsqldb</groupId>
+      <artifactId>hsqldb</artifactId>
+      <version>1.8.0.7</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+  <reporting>
+    <plugins>
+      <plugin>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <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>
+      <plugin>
+        <artifactId>maven-surefire-report-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>cobertura-maven-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>jxr-maven-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </reporting>
+</project>
\ No newline at end of file

Modified: incubator/ftpserver/trunk/ftplet-api/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ftpserver/trunk/ftplet-api/pom.xml?view=diff&rev=509017&r1=509016&r2=509017
==============================================================================
--- incubator/ftpserver/trunk/ftplet-api/pom.xml (original)
+++ incubator/ftpserver/trunk/ftplet-api/pom.xml Sun Feb 18 14:44:52 2007
@@ -1,86 +1,63 @@
-<!-- 
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0">
-    <modelVersion>4.0.0</modelVersion>
-    <parent>
-        <groupId>org.apache.ftpserver</groupId>
-        <artifactId>ftpserver-parent</artifactId>
-        <version>1.0-incubator-SNAPSHOT</version>
-    </parent>
+<?xml version="1.0" encoding="UTF-8"?><project>
+  <parent>
+    <artifactId>ftpserver-parent</artifactId>
     <groupId>org.apache.ftpserver</groupId>
-    <artifactId>ftplet-api</artifactId>
-    <packaging>jar</packaging>
-    <version>1.0-incubator-SNAPSHOT</version>
-    <name>Apache Incubator FTPLet API</name>
-
-    <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/ftpserver/trunk/ftplet-api</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ftpserver/trunk/ftplet-api</developerConnection>
-        <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>
-            <artifactId>commons-logging</artifactId>
-            <version>${commons-logging-version}</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>avalon-framework</groupId>
-                    <artifactId>avalon-framework</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>javax.servlet</groupId>
-                    <artifactId>servlet-api</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>log4j</groupId>
-                    <artifactId>log4j</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>logkit</groupId>
-                    <artifactId>logkit</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <version>${junit-version}</version>
-            <scope>test</scope>
-        </dependency>
-    </dependencies>
-
-    <properties>
-        <maven.compile.source>1.3</maven.compile.source>
-        <maven.compile.target>1.3</maven.compile.target>
-    </properties>
-</project>
+    <version>1.0-M1-incubator</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.ftpserver</groupId>
+  <artifactId>ftplet-api</artifactId>
+  <name>Apache Incubator FTPLet API</name>
+  <version>1.0-M1-incubator</version>
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/ftpserver/tags/1.0-M1-incubator/ftplet-api</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ftpserver/tags/1.0-M1-incubator/ftplet-api</developerConnection>
+    <url>http://svn.apache.org/viewvc/incubator/ftpserver/tags/1.0-M1-incubator/ftplet-api</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+      <version>${commons-logging-version}</version>
+      <exclusions>
+        <exclusion>
+          <artifactId>avalon-framework</artifactId>
+          <groupId>avalon-framework</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>servlet-api</artifactId>
+          <groupId>javax.servlet</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>logkit</artifactId>
+          <groupId>logkit</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>${junit-version}</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+  <reporting>
+    <plugins>
+      <plugin>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>jxr-maven-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </reporting>
+  <properties>
+    <maven.compile.source>1.3</maven.compile.source>
+    <maven.compile.target>1.3</maven.compile.target>
+  </properties>
+</project>
\ No newline at end of file

Modified: incubator/ftpserver/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ftpserver/trunk/pom.xml?view=diff&rev=509017&r1=509016&r2=509017
==============================================================================
--- incubator/ftpserver/trunk/pom.xml (original)
+++ incubator/ftpserver/trunk/pom.xml Sun Feb 18 14:44:52 2007
@@ -1,389 +1,267 @@
-<!-- 
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0">
-    <modelVersion>4.0.0</modelVersion>
-    <parent>
-        <groupId>org.apache</groupId>
-        <artifactId>apache</artifactId>
-        <version>3</version>
-    </parent>
-    <groupId>org.apache.ftpserver</groupId>
-    <artifactId>ftpserver-parent</artifactId>
-    <packaging>pom</packaging>
-    <!-- TODO: dummy version. In Maven 2.1, this will be auto-versioned being a generic parent -->
-    <version>1.0-incubator-SNAPSHOT</version>
-    <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>
-
-      <!--
-       This POM's parent POM (the Apache root POM) provides repositories. Unfortunately,
-       this allows for accidental deployments. So we disable them here by providing
-       a dummy repository. Use "mvn -Prc deploy" (Apache snapshot repository) or
-       "mvn -Prelease deploy" (Apache release repository), if you really want to deploy.
-      -->
-        <repository>
-            <id>dummy</id>
-            <name>Dummy to avoid accidental deploys</name>
-            <url/>
-        </repository>
-    </distributionManagement>
-
-    <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/ftpserver/trunk/</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ftpserver/trunk/</developerConnection>
-        <url>http://svn.apache.org/viewvc/incubator/ftpserver/trunk/</url>
-    </scm>
-
-    <mailingLists>
-        <mailingList>
-            <name>FTP Server Development mailing list</name>
-            <subscribe>ftpserver-dev-subscribe@incubator.apache.org</subscribe>
-            <unsubscribe>ftpserver-dev-unsubscribe@incubator.apache.org</unsubscribe>
-            <post>ftpserver-dev@incubator.apache.org</post>
-            <archive>http://mail-archives.apache.org/mod_mbox/incubator-ftpserver-dev/</archive>
-            <otherArchives>
-                <otherArchive>http://www.mail-archive.com/ftpserver-dev%40incubator.apache.org/</otherArchive>
-            </otherArchives>
-        </mailingList>
-        <mailingList>
-            <name>FTP Server Commit mailing list</name>
-            <subscribe>ftpserver-commits-subscribe@incubator.apache.org</subscribe>
-            <unsubscribe>ftpserver-commits-unsubscribe@incubator.apache.org</unsubscribe>
-            <archive>http://mail-archives.apache.org/mod_mbox/incubator-ftpserver-commits/</archive>
-        </mailingList>
-        <mailingList>
-            <name>Incubator General mailing list</name>
-            <subscribe>general-subscribe@incubator.apache.org</subscribe>
-            <unsubscribe>general-unsubscribe@incubator.apache.org</unsubscribe>
-            <post>general@incubator.apache.org</post>
-            <archive>http://mail-archives.apache.org/mod_mbox/incubator-general/</archive>
-            <otherArchives>
-                <otherArchive>http://www.mail-archive.com/general%40incubator.apache.org/</otherArchive>
-            </otherArchives>
-        </mailingList>
-    </mailingLists>
-    
-    <build>
-        <sourceDirectory>src/java</sourceDirectory>
-        <testSourceDirectory>src/test</testSourceDirectory>
-
+<?xml version="1.0" encoding="UTF-8"?><project>
+  <parent>
+    <artifactId>apache</artifactId>
+    <groupId>org.apache</groupId>
+    <version>3</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.ftpserver</groupId>
+  <artifactId>ftpserver-parent</artifactId>
+  <packaging>pom</packaging>
+  <name>Apache Incubator FtpServer</name>
+  <version>1.0-M1-incubator</version>
+  <url>http://incubator.apache.org/ftpserver</url>
+  <issueManagement>
+    <system>Jira</system>
+    <url>http://issues.apache.org/jira/browse/FTPSERVER</url>
+  </issueManagement>
+  <inceptionYear>2003</inceptionYear>
+  <mailingLists>
+    <mailingList>
+      <name>FTP Server Development mailing list</name>
+      <subscribe>ftpserver-dev-subscribe@incubator.apache.org</subscribe>
+      <unsubscribe>ftpserver-dev-unsubscribe@incubator.apache.org</unsubscribe>
+      <post>ftpserver-dev@incubator.apache.org</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/incubator-ftpserver-dev/</archive>
+      <otherArchives>
+        <otherArchive>http://www.mail-archive.com/ftpserver-dev%40incubator.apache.org/</otherArchive>
+      </otherArchives>
+    </mailingList>
+    <mailingList>
+      <name>FTP Server Commit mailing list</name>
+      <subscribe>ftpserver-commits-subscribe@incubator.apache.org</subscribe>
+      <unsubscribe>ftpserver-commits-unsubscribe@incubator.apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/incubator-ftpserver-commits/</archive>
+    </mailingList>
+    <mailingList>
+      <name>Incubator General mailing list</name>
+      <subscribe>general-subscribe@incubator.apache.org</subscribe>
+      <unsubscribe>general-unsubscribe@incubator.apache.org</unsubscribe>
+      <post>general@incubator.apache.org</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/incubator-general/</archive>
+      <otherArchives>
+        <otherArchive>http://www.mail-archive.com/general%40incubator.apache.org/</otherArchive>
+      </otherArchives>
+    </mailingList>
+  </mailingLists>
+  <developers>
+    <developer>
+      <id>rana_b</id>
+      <name>Rana Battacharyya</name>
+      <email>rana_b.{aT}.yahoo.{d0T}.com</email>
+    </developer>
+    <developer>
+      <id>hammant</id>
+      <name>Paul Hammant</name>
+      <email>paul.{aT}.hammant.{d0T}.org</email>
+    </developer>
+    <developer>
+      <id>ngn</id>
+      <name>Niklas Gustavsson</name>
+      <email>niklas.{aT}.protocol7.{d0T}.com</email>
+    </developer>
+    <developer>
+      <id>sergey</id>
+      <name>Sergey M Vladimirov</name>
+      <email>vlsergey.{aT}.gmail.{d0T}.com</email>
+      <organization>Netcracker corp.</organization>
+    </developer>
+  </developers>
+  <contributors>
+    <contributor>
+      <name>Birkir A. Barkarson</name>
+    </contributor>
+    <contributor>
+      <name>David H. DeWolf</name>
+      <email>ddewolf.{aT}.apache.{d0T}.org</email>
+      <organization>Vivare, INC</organization>
+    </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>
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/ftpserver/tags/1.0-M1-incubator</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/ftpserver/tags/1.0-M1-incubator</developerConnection>
+    <url>http://svn.apache.org/viewvc/incubator/ftpserver/tags/1.0-M1-incubator</url>
+  </scm>
+  <build>
+    <sourceDirectory>src/java</sourceDirectory>
+    <testSourceDirectory>src/test</testSourceDirectory>
+    <plugins>
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>${maven.compile.source}</source>
+          <target>${maven.compile.target}</target>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-idea-plugin</artifactId>
+        <configuration>
+          <jdkLevel>${maven.compile.source}</jdkLevel>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-antrun-plugin</artifactId>
+        <executions>
+          <execution>
+            <phase>generate-resources</phase>
+            <goals>
+              <goal>run</goal>
+            </goals>
+            <configuration>
+              <tasks>
+                <copy todir="${project.build.outputDirectory}/META-INF">
+                  <fileset dir="${basedir}">
+                    <include name="LICENSE.txt"></include>
+                    <include name="NOTICE.txt"></include>
+                    <include name="DISCLAIMER.txt"></include>
+                  </fileset>
+                </copy>
+              </tasks>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <artifactId>maven-jar-plugin</artifactId>
+        <version>2.1</version>
+        <configuration>
+          <archive>
+            <addMavenDescriptor>false</addMavenDescriptor>
+          </archive>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <profiles>
+    <profile>
+      <id>rc</id>
+      <build>
         <plugins>
-            <!-- TODO: later use toolchain support to do compilation on an external JDK 1.3+ compiler -->
-            <plugin>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <configuration>
-                    <source>${maven.compile.source}</source>
-                    <target>${maven.compile.target}</target>
-                </configuration>
-            </plugin>
-            <plugin>
-                <artifactId>maven-idea-plugin</artifactId>
-                <configuration>
-                    <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
-		     ${basedir} as the base directory, then the
-		     maven-source-plugin will add the whole directory to
-		     its contents.
-		-->
-                <artifactId>maven-antrun-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>generate-resources</phase>
-                        <configuration>
-                            <tasks>
-                                <copy todir="${project.build.outputDirectory}/META-INF">
-                                    <fileset dir="${basedir}">
-                                        <include name="LICENSE.txt"/>
-                                        <include name="NOTICE.txt"/>
-                                        <include name="DISCLAIMER.txt"/>
-                                    </fileset>
-                                </copy>
-                            </tasks>
-                        </configuration>
-                        <goals>
-                            <goal>run</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-jar-plugin</artifactId>
-                <version>2.1</version>
+          <plugin>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>rat-maven-plugin</artifactId>
+            <version>1.0-alpha-1-SNAPSHOT</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>check</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <reportFile>${project.build.directory}/${project.build.finalName}.rat</reportFile>
+            </configuration>
+          </plugin>
+          <plugin>
+            <artifactId>maven-gpg-plugin</artifactId>
+            <executions>
+              <execution>
+                <id>sign-artifacts</id>
+                <phase>verify</phase>
+                <goals>
+                  <goal>sign</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+          <plugin>
+            <artifactId>maven-source-plugin</artifactId>
+            <executions>
+              <execution>
+                <id>create-source-jar</id>
+                <goals>
+                  <goal>jar</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+          <plugin>
+            <artifactId>maven-javadoc-plugin</artifactId>
+            <executions>
+              <execution>
+                <id>create-javadoc-jar</id>
+                <goals>
+                  <goal>jar</goal>
+                </goals>
                 <configuration>
-                    <archive>
-                        <addMavenDescriptor>false</addMavenDescriptor>
-                    </archive>
+                  <source>${maven.compile.source}</source>
                 </configuration>
-            </plugin>
-
+              </execution>
+            </executions>
+          </plugin>
         </plugins>
-    </build>
-
-    <modules>
-        <module>ftplet-api</module>
-        <module>core</module>
-        <module>admin-gui</module>
-    </modules>
-    
-    <profiles>
-<!-- As long as we are in the Incubator we shouldn't relase anything 
-        <profile>
-            <id>release</id>
-            <distributionManagement>
-                <repository>
-                    <id>apache.releases</id>
-                    <name>Apache Release Distribution Repository</name>
-                    <url>scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
-                </repository>
-            </distributionManagement>
-            <build>
-                <plugins>
-                    <plugin>
-                      <groupId>org.apache.maven.plugins</groupId>
-                      <artifactId>maven-gpg-plugin</artifactId>
-                      <executions>
-                        <execution>
-                          <id>sign-artifacts</id>
-                          <phase>verify</phase>
-                          <goals>
-                            <goal>sign</goal>
-                          </goals>
-                        </execution>
-                      </executions>
-                    </plugin>
-                    <plugin>
-                        <artifactId>maven-source-plugin</artifactId>
-                        <executions>
-                            <execution>
-                                <id>create-source-jar</id>
-                                <goals>
-                                    <goal>jar</goal>
-                                </goals>
-                            </execution>
-                        </executions>
-                    </plugin>
-                    <plugin>
-                        <artifactId>maven-javadoc-plugin</artifactId>
-                        <executions>
-                            <execution>
-                                <id>create-javadoc-jar</id>
-                                <goals>
-                                    <goal>jar</goal>
-                                </goals>
-                                <configuration>
-                                    <source>${maven.compile.source}</source>
-                                </configuration>
-                            </execution>
-                        </executions>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
-    -->
-        <profile>
-            <id>rc</id>
-            <distributionManagement>
-                <repository>
-                    <id>apache.snapshots</id>
-                    <name>Apache Development Snapshot Repository</name>
-                    <url>scp://people.apache.org/www/people.apache.org/repo/m2-incubating-repository/</url>
-                </repository>
-            </distributionManagement>
-            
-            <!-- Used for snapshot RAT Maven plugin -->
-            <repositories>
-              <repository>
-                <id>Codehaus Snapshots</id>
-                <url>http://snapshots.repository.codehaus.org/</url>
-                <snapshots>
-                  <enabled>true</enabled>
-                </snapshots>
-                <releases>
-                  <enabled>false</enabled>
-                </releases>
-              </repository>
-            </repositories>
-            <pluginRepositories>
-              <pluginRepository>
-                <id>Codehaus Snapshots</id>
-                <url>http://snapshots.repository.codehaus.org/</url>
-                <snapshots>
-                  <enabled>true</enabled>
-                </snapshots>
-                <releases>
-                  <enabled>false</enabled>
-                </releases>
-              </pluginRepository>
-            </pluginRepositories>
-            <build>
-                <plugins>
-                    <plugin>
-                      <groupId>org.codehaus.mojo</groupId>
-                      <artifactId>rat-maven-plugin</artifactId>
-                      <version>1.0-alpha-1-SNAPSHOT</version>
-                      <configuration>
-                        <reportFile>${project.build.directory}/${project.build.finalName}.rat</reportFile>
-                      </configuration>
-                          <executions>
-                            <execution>
-                              <phase>verify</phase>
-                              <goals>
-                                <goal>check</goal>
-                              </goals>
-                            </execution>
-                          </executions>
-                    </plugin>
-                    <plugin>
-                      <groupId>org.apache.maven.plugins</groupId>
-                      <artifactId>maven-gpg-plugin</artifactId>
-                      <executions>
-                        <execution>
-                          <id>sign-artifacts</id>
-                          <phase>verify</phase>
-                          <goals>
-                            <goal>sign</goal>
-                          </goals>
-                        </execution>
-                      </executions>
-                    </plugin>
-                    <plugin>
-                        <artifactId>maven-source-plugin</artifactId>
-                        <executions>
-                            <execution>
-                                <id>create-source-jar</id>
-                                <goals>
-                                    <goal>jar</goal>
-                                </goals>
-                            </execution>
-                        </executions>
-                    </plugin>
-                    <plugin>
-                        <artifactId>maven-javadoc-plugin</artifactId>
-                        <executions>
-                            <execution>
-                                <id>create-javadoc-jar</id>
-                                <goals>
-                                    <goal>jar</goal>
-                                </goals>
-                                <configuration>
-                                    <source>${maven.compile.source}</source>
-                                </configuration>
-                            </execution>
-                        </executions>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
-        <profile>
-                <activation>
-                    <jdk>1.5</jdk>
-                </activation>
-                <modules>
-                    <module>ssl-tests</module>
-                </modules>
-        </profile>
-    </profiles>
-
-    <properties>
-        <maven.compile.source>1.4</maven.compile.source>
-        <maven.compile.target>1.4</maven.compile.target>
-        
-        <commons-logging-version>1.1</commons-logging-version>
-        <junit-version>3.8.1</junit-version>
-        <log4j-version>1.2.13</log4j-version>
-    </properties>
-</project>
+      </build>
+      <repositories>
+        <repository>
+          <releases>
+            <enabled>false</enabled>
+          </releases>
+          <snapshots />
+          <id>Codehaus Snapshots</id>
+          <url>http://snapshots.repository.codehaus.org/</url>
+        </repository>
+      </repositories>
+      <pluginRepositories>
+        <pluginRepository>
+          <releases>
+            <enabled>false</enabled>
+          </releases>
+          <snapshots />
+          <id>Codehaus Snapshots</id>
+          <url>http://snapshots.repository.codehaus.org/</url>
+        </pluginRepository>
+      </pluginRepositories>
+      <distributionManagement>
+        <repository>
+          <id>apache.snapshots</id>
+          <name>Apache Development Snapshot Repository</name>
+          <url>scp://people.apache.org/www/people.apache.org/repo/m2-incubating-repository/</url>
+        </repository>
+      </distributionManagement>
+    </profile>
+    <profile>
+      <activation>
+        <jdk>1.5</jdk>
+      </activation>
+      <modules>
+        <module>ssl-tests</module>
+      </modules>
+    </profile>
+  </profiles>
+  <modules>
+    <module>ftplet-api</module>
+    <module>core</module>
+    <module>admin-gui</module>
+  </modules>
+  <distributionManagement>
+    <repository>
+      <id>dummy</id>
+      <name>Dummy to avoid accidental deploys</name>
+      <url></url>
+    </repository>
+  </distributionManagement>
+  <properties>
+    <log4j-version>1.2.13</log4j-version>
+    <maven.compile.source>1.4</maven.compile.source>
+    <commons-logging-version>1.1</commons-logging-version>
+    <maven.compile.target>1.4</maven.compile.target>
+    <junit-version>3.8.1</junit-version>
+  </properties>
+</project>
\ No newline at end of file