Author: rwinston
Date: Sun Sep 28 03:55:06 2008
New Revision: 699797
URL: http://svn.apache.org/viewvc?rev=699797&view=rev
Log:
* Add license and notice files to META-INF for ftp-only jar
* Remove test-jar target
* Change version to 2.0
* Exclude examples/ from binary jar
Modified:
commons/proper/net/branches/NET_2_0/pom.xml
Modified: commons/proper/net/branches/NET_2_0/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/net/branches/NET_2_0/pom.xml?rev=699797&r1=699796&r2=699797&view=diff
==============================================================================
--- commons/proper/net/branches/NET_2_0/pom.xml (original)
+++ commons/proper/net/branches/NET_2_0/pom.xml Sun Sep 28 03:55:06 2008
@@ -1,264 +1,258 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- 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.
+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"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-parent</artifactId>
- <version>11</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>commons-net</groupId>
- <artifactId>commons-net</artifactId>
- <version>2.0.0</version>
- <name>Commons Net</name>
- <description>
- A collection of network utilities and protocol implementations.
- </description>
- <url>http://commons.apache.org/net/</url>
- <issueManagement>
- <system>jira</system>
- <url>http://issues.apache.org/jira/browse/NET</url>
- </issueManagement>
- <inceptionYear>1997</inceptionYear>
- <scm>
- <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/net/branches/NET_2_0</connection>
- <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/net/branches/NET_2_0</developerConnection>
- <url>http://svn.apache.org/viewvc/commons/proper/net/branches/NET_2_0</url>
- </scm>
-
- <distributionManagement>
- <site>
- <id>staging</id>
- <name>Apache Website</name>
- <url>scp://people.apache.org/~rwinston/release/net/</url>
- </site>
- </distributionManagement>
-
-
- <developers>
- <developer>
- <name>Jeffrey D. Brekke</name>
- <id>brekke</id>
- <email>Jeff.Brekke@qg.com</email>
- <organization>Quad/Graphics, Inc.</organization>
- </developer>
- <developer>
- <name>Steve Cohen</name>
- <id>scohen</id>
- <email>scohen@apache.org</email>
- <organization>javactivity.org</organization>
- </developer>
- <developer>
- <name>Bruno D'Avanzo</name>
- <id>brudav</id>
- <email>bruno.davanzo@hp.com</email>
- <organization>Hewlett-Packard</organization>
- </developer>
- <developer>
- <name>Daniel F. Savarese</name>
- <id>dfs</id>
- <email>dfs -> apache.org</email>
- <organization>
- <a href="http://www.savarese.com/">Savarese Software Research</a>
- </organization>
- </developer>
- <developer>
- <name>Rory Winston</name>
- <id>rwinston</id>
- <email>rwinston@apache.org</email>
- <organization></organization>
- </developer>
- </developers>
-
- <contributors>
- <contributor>
- <name>Rob Hasselbaum</name>
- <email>rhasselbaum -> alumni.ithaca.edu</email>
- </contributor>
- <contributor>
- <name>Mario Ivankovits</name>
- <email>mario@ops.co.at</email>
- </contributor>
- <contributor>
- <name>Tapan Karecha</name>
- <email>tapan@india.hp.com</email>
- </contributor>
- <contributor>
- <name>Winston Ojeda</name>
- <email>Winston.Ojeda@qg.com</email>
- <organization>Quad/Graphics, Inc.</organization>
- </contributor>
- <contributor>
- <name>Ted Wise</name>
- <email>ctwise@bellsouth.net</email>
- </contributor>
- </contributors>
-
- <dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.2</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
-
- <properties>
- <maven.compile.source>1.5</maven.compile.source>
- <maven.compile.target>1.5</maven.compile.target>
- <commons.componentid>net</commons.componentid>
- <commons.release.version>1.4.1</commons.release.version>
- <commons.binary.suffix></commons.binary.suffix>
- <commons.jira.id>NET</commons.jira.id>
- <commons.jira.pid>12310487</commons.jira.pid>
- </properties>
-
- <build>
-
- <plugins>
-
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <excludes>
- <exclude>**/*FunctionalTest.java</exclude>
- <exclude>**/TestSetupParameters.java</exclude>
- <exclude>**/*POP3*.java</exclude>
- </excludes>
- </configuration>
- </plugin>
-
- <plugin>
- <artifactId>maven-assembly-plugin</artifactId>
- <configuration>
- <descriptors>
- <descriptor>src/assembly/bin.xml</descriptor>
- <descriptor>src/assembly/src.xml</descriptor>
- </descriptors>
- <tarLongFileMode>gnu</tarLongFileMode>
- </configuration>
- </plugin>
-
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jar-plugin</artifactId>
- <version>2.2</version>
- <executions>
- <execution>
- <goals>
- <goal>test-jar</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
-
-
- <plugin>
- <artifactId>maven-antrun-plugin</artifactId>
- <executions>
- <execution>
- <phase>package</phase>
- <configuration>
- <tasks>
- <jar destfile="target/commons-net-ftp-${version}.jar">
- <fileset dir="target/classes"
- includes="org/apache/commons/net/ftp/**,org/apache/commons/net/*,org/apache/commons/net/io/*,org/apache/commons/net/util/*"/>
- <fileset dir="${basedir}" includes="NOTICE.txt"/>
- <fileset dir="${basedir}" includes="LICENSE.txt"/>
- <manifest>
- <attribute name="Extension-Name" value="org.apache.commons.net"/>
- <attribute name="Specification-Title" value="${project.name}"/>
- <attribute name="Implementation-Title" value="${project.name}"/>
- <attribute name="Implementation-Vendor" value="${project.organization.name}"/>
- <attribute name="Implementation-Version" value="${version}"/>
- <attribute name="Implementation-Vendor-Id" value="org.apache"/>
- <attribute name="X-Compile-Source-JDK" value="${maven.compile.source}"/>
- <attribute name="X-Compile-Target-JDK" value="${maven.compile.target}"/>
-
- </manifest>
- </jar>
- </tasks>
- </configuration>
- <goals>
- <goal>run</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
-
- </plugins>
-
- <testResources>
- <testResource>
- <directory>${basedir}/src/test/java</directory>
- <includes>
- <include>**/*Test.java</include>
- </includes>
- </testResource>
- </testResources>
-
- </build>
-
- <reporting>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-changes-plugin</artifactId>
- <version>2.0</version>
- <configuration>
- <xmlPath>${basedir}/src/site/xdoc/changes.xml</xmlPath>
- <issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>
- </configuration>
- <reportSets>
- <reportSet>
- <reports>
- <report>changes-report</report>
- <report>jira-report</report>
- </reports>
- </reportSet>
- </reportSets>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>clirr-maven-plugin</artifactId>
- <version>2.2.2</version>
- <configuration>
- <comparisonVersion>1.4.1</comparisonVersion>
- <minSeverity>info</minSeverity>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- <version>2.4</version>
- <configuration>
- <linksource>true</linksource>
- <links>
- <link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
- </links>
- </configuration>
- </plugin>
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-parent</artifactId>
+ <version>11</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>commons-net</groupId>
+ <artifactId>commons-net</artifactId>
+ <version>2.0</version>
+ <name>Commons Net</name>
+ <description>
+ A collection of network utilities and protocol implementations.
+ </description>
+ <url>http://commons.apache.org/net/</url>
+ <issueManagement>
+ <system>jira</system>
+ <url>http://issues.apache.org/jira/browse/NET</url>
+ </issueManagement>
+ <inceptionYear>1997</inceptionYear>
+ <scm>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/net/branches/NET_2_0</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/net/branches/NET_2_0</developerConnection>
+ <url>http://svn.apache.org/viewvc/commons/proper/net/branches/NET_2_0</url>
+ </scm>
+
+ <distributionManagement>
+ <site>
+ <id>staging</id>
+ <name>Apache Website</name>
+ <url>scp://people.apache.org/~rwinston/release/net/</url>
+ </site>
+ </distributionManagement>
+
+
+ <developers>
+ <developer>
+ <name>Jeffrey D. Brekke</name>
+ <id>brekke</id>
+ <email>Jeff.Brekke@qg.com</email>
+ <organization>Quad/Graphics, Inc.</organization>
+ </developer>
+ <developer>
+ <name>Steve Cohen</name>
+ <id>scohen</id>
+ <email>scohen@apache.org</email>
+ <organization>javactivity.org</organization>
+ </developer>
+ <developer>
+ <name>Bruno D'Avanzo</name>
+ <id>brudav</id>
+ <email>bruno.davanzo@hp.com</email>
+ <organization>Hewlett-Packard</organization>
+ </developer>
+ <developer>
+ <name>Daniel F. Savarese</name>
+ <id>dfs</id>
+ <email>dfs -> apache.org</email>
+ <organization>
+ <a href="http://www.savarese.com/">Savarese Software Research</a>
+ </organization>
+ </developer>
+ <developer>
+ <name>Rory Winston</name>
+ <id>rwinston</id>
+ <email>rwinston@apache.org</email>
+ <organization></organization>
+ </developer>
+ </developers>
+
+ <contributors>
+ <contributor>
+ <name>Rob Hasselbaum</name>
+ <email>rhasselbaum -> alumni.ithaca.edu</email>
+ </contributor>
+ <contributor>
+ <name>Mario Ivankovits</name>
+ <email>mario@ops.co.at</email>
+ </contributor>
+ <contributor>
+ <name>Tapan Karecha</name>
+ <email>tapan@india.hp.com</email>
+ </contributor>
+ <contributor>
+ <name>Winston Ojeda</name>
+ <email>Winston.Ojeda@qg.com</email>
+ <organization>Quad/Graphics, Inc.</organization>
+ </contributor>
+ <contributor>
+ <name>Ted Wise</name>
+ <email>ctwise@bellsouth.net</email>
+ </contributor>
+ </contributors>
+
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.2</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+
+ <properties>
+ <maven.compile.source>1.5</maven.compile.source>
+ <maven.compile.target>1.5</maven.compile.target>
+ <commons.componentid>net</commons.componentid>
+ <commons.release.version>2.0</commons.release.version>
+ <commons.binary.suffix></commons.binary.suffix>
+ <commons.jira.id>NET</commons.jira.id>
+ <commons.jira.pid>12310487</commons.jira.pid>
+ </properties>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <exclude>**/examples/**/*.java</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <exclude>**/*FunctionalTest.java</exclude>
+ <exclude>**/TestSetupParameters.java</exclude>
+ <exclude>**/*POP3*.java</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <configuration>
+ <descriptors>
+ <descriptor>src/assembly/bin.xml</descriptor>
+ <descriptor>src/assembly/src.xml</descriptor>
+ </descriptors>
+ <tarLongFileMode>gnu</tarLongFileMode>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>package</phase>
+ <configuration>
+ <tasks>
+ <jar destfile="target/commons-net-ftp-${version}.jar">
+ <fileset dir="target/classes"
+ includes="org/apache/commons/net/ftp/**,org/apache/commons/net/*,org/apache/commons/net/io/*,org/apache/commons/net/util/*"/>
+
+ <metainf dir="${basedir}" includes="NOTICE.txt,LICENSE.txt"/>
+ <manifest>
+ <attribute name="Extension-Name" value="org.apache.commons.net"/>
+ <attribute name="Specification-Title" value="${project.name}"/>
+ <attribute name="Implementation-Title" value="${project.name}"/>
+ <attribute name="Implementation-Vendor" value="${project.organization.name}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
+ <attribute name="Implementation-Vendor-Id" value="org.apache"/>
+ <attribute name="X-Compile-Source-JDK" value="${maven.compile.source}"/>
+ <attribute name="X-Compile-Target-JDK" value="${maven.compile.target}"/>
+
+ </manifest>
+ </jar>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ </plugins>
+
+ <testResources>
+ <testResource>
+ <directory>${basedir}/src/test/java</directory>
+ <includes>
+ <include>**/*Test.java</include>
+ </includes>
+ </testResource>
+ </testResources>
+
+ </build>
+
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-changes-plugin</artifactId>
+ <version>2.0</version>
+ <configuration>
+ <xmlPath>${basedir}/src/site/xdoc/changes.xml</xmlPath>
+ <issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>
+ </configuration>
+ <reportSets>
+ <reportSet>
+ <reports>
+ <report>changes-report</report>
+ <report>jira-report</report>
+ </reports>
+ </reportSet>
+ </reportSets>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>clirr-maven-plugin</artifactId>
+ <version>2.2.2</version>
+ <configuration>
+ <comparisonVersion>1.4.1</comparisonVersion>
+ <minSeverity>info</minSeverity>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.4</version>
+ <configuration>
+ <linksource>true</linksource>
+ <links>
+ <link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
+ </links>
+ </configuration>
+ </plugin>
- </plugins>
- </reporting>
+ </plugins>
+ </reporting>
</project>
|