Author: trustin
Date: Sat Nov 18 09:02:27 2006
New Revision: 476566
URL: http://svn.apache.org/viewvc?view=rev&rev=476566
Log:
* Updated pom to apply the changes caused by TLP promotion
* Removed unused files
Removed:
mina/trunk/site.readme.txt
mina/trunk/src/
Modified:
mina/trunk/pom.xml
Modified: mina/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/mina/trunk/pom.xml?view=diff&rev=476566&r1=476565&r2=476566
==============================================================================
--- mina/trunk/pom.xml (original)
+++ mina/trunk/pom.xml Sat Nov 18 09:02:27 2006
@@ -2,24 +2,22 @@
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.apache.directory</groupId>
- <artifactId>build</artifactId>
- <version>1.0.6-SNAPSHOT</version>
+ <groupId>org.apache</groupId>
+ <artifactId>apache</artifactId>
+ <version>3</version>
</parent>
+ <organization>
+ <name>Apache MINA Project</name>
+ <url>http://mina.apace.org/</url>
+ </organization>
<groupId>org.apache.mina</groupId>
<version>2.0.0-M1-SNAPSHOT</version>
<artifactId>build</artifactId>
- <name>Apache MINA</name>
+ <name>Apache MINA Root Build POM</name>
<packaging>pom</packaging>
- <url>http://directory.apache.org/subprojects/mina/</url>
-
- <distributionManagement>
- <site>
- <id>apache.websites</id>
-
<url>scp://people.apache.org/www/directory.apache.org/subprojects/mina/</url>
- </site>
- </distributionManagement>
+ <url>http://mina.apache.org/</url>
+ <inceptionYear>2004</inceptionYear>
<issueManagement>
<system>jira</system>
@@ -27,16 +25,16 @@
</issueManagement>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/directory/trunks/mina</connection>
- <url>http://svn.apache.org/viewvc/directory/trunks/mina/</url>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/trunks/mina</developerConnection>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/mina/trunk</connection>
+ <url>http://svn.apache.org/viewvc/directory/mina/trunk</url>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/mina/trunk</developerConnection>
</scm>
<ciManagement>
<notifiers>
<notifier>
<type>mail</type>
- <address>[email protected]</address>
+ <address>[email protected]</address>
</notifier>
</notifiers>
</ciManagement>
@@ -47,81 +45,6 @@
performance and highly scalable network applications easily.
</description>
- <mailingLists>
- <mailingList>
- <name>Apache MINA Developement</name>
- <subscribe>[EMAIL PROTECTED]</subscribe>
- <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
- <post>[email protected]</post>
-
<archive>http://mail-archives.apache.org/mod_mbox/directory-mina-dev/</archive>
- <otherArchives>
-
<archive>http://dir.gmane.org/gmane.comp.apache.directory.mina.devel</archive>
- </otherArchives>
- </mailingList>
- </mailingLists>
-
- <developers>
- <developer>
- <id>trustin</id>
- <name>Trustin Lee</name>
- <email>[EMAIL PROTECTED]</email>
- <url>http://gleamynode.net/</url>
- <organization>Chutnoon, Inc.</organization>
- <organizationUrl>http://www.1nooncorp.com/</organizationUrl>
- <roles>
- <role>Project Lead</role>
- <role>Developer</role>
- </roles>
- <timezone>+9</timezone>
- </developer>
- <developer>
- <id>niklas</id>
- <name>Niklas Therning</name>
- <email>[EMAIL PROTECTED]</email>
- <url>http://therning.org/niklas/</url>
- <organization>Trillian AB</organization>
- <organizationUrl>http://www.trillian.se/</organizationUrl>
- <roles>
- <role>Developer</role>
- </roles>
- <timezone>+1</timezone>
- </developer>
- <developer>
- <id>akarasulu</id>
- <name>Alex Karasulu</name>
- <email>[EMAIL PROTECTED]</email>
- <roles>
- <role>Developer</role>
- </roles>
- <timezone>-5</timezone>
- </developer>
- <developer>
- <id>proyal</id>
- <name>Peter Royal</name>
- <email>[EMAIL PROTECTED]</email>
- <url>http://fotap.org/~osi</url>
- <roles>
- <role>Developer</role>
- </roles>
- <timezone>-5</timezone>
- </developer>
- </developers>
-
- <contributors>
- <contributor>
- <name>Jan Andersson</name>
- <email>[EMAIL PROTECTED]</email>
- </contributor>
- <contributor>
- <name>Julien Vermillard</name>
- <email>[EMAIL PROTECTED]</email>
- </contributor>
- <contributor>
- <name>Vinod Panicker</name>
- <email>[EMAIL PROTECTED]</email>
- </contributor>
- </contributors>
-
<licenses>
<license>
<name>Apache 2.0 License</name>
@@ -157,71 +80,16 @@
</repository>
</repositories>
- <profiles>
- <profile>
- <id>jdk1.5</id>
- <activation>
- <jdk>1.5</jdk>
- </activation>
- <modules>
- <module>core</module>
- <module>java5</module>
- <module>filter-ssl</module>
- <module>filter-codec-netty</module>
- <module>filter-compression</module>
- <module>integration-spring</module>
- <module>integration-jmx</module>
- <module>example</module>
- </modules>
- </profile>
-
- <profile>
- <id>jdk1.4</id>
- <activation>
- <jdk>1.4</jdk>
- </activation>
- <modules>
- <module>core</module>
- <module>filter-codec-netty</module>
- <module>filter-compression</module>
- </modules>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-antrun-plugin</artifactId>
- <executions>
- <execution>
- <phase>validate</phase>
- <configuration>
- <tasks>
- <echo>
-====================================================================
- W A R N I N G
- -------------
-
-Build with 1.4 jvm will not include modules:
-
- o mina-java5
- o mina-filter-ssl
- o mina-integration-spring
- o mina-example
- o mina-jmx
-
-Use JDK 1.5 to make sure these modules build.
-====================================================================
- </echo>
- </tasks>
- </configuration>
- <goals>
- <goal>run</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
+ <modules>
+ <module>core</module>
+ <module>java5</module>
+ <module>filter-ssl</module>
+ <module>filter-codec-netty</module>
+ <module>filter-compression</module>
+ <module>integration-spring</module>
+ <module>integration-jmx</module>
+ <module>example</module>
+ </modules>
<build>
<plugins>
@@ -263,10 +131,6 @@
</executions>
</plugin>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-site-plugin</artifactId>
- </plugin>
- <plugin>
<inherited>false</inherited>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
@@ -303,51 +167,12 @@
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
- <version>2.0.1</version>
<configuration>
<descriptor>release.xml</descriptor>
<finalName>mina-${pom.version}</finalName>
<includeSite>true</includeSite>
</configuration>
</plugin>
- <!--plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-eclipse-plugin</artifactId>
- </plugin-->
</plugins>
</build>
-
- <!-- <reporting>
- <plugins> -->
- <!-- This has been disabled to due license expiration issue. -->
- <!-- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-clover-plugin</artifactId>
- </plugin> -->
- <!-- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-project-info-reports-plugin</artifactId>
- </plugin> -->
- <!-- This is no longer needed while it cannot do
- fully connected multi module apidocs. -->
- <!-- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- </plugin> -->
- <!-- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>taglist-maven-plugin</artifactId>
- </plugin> -->
- <!-- This has been disabled due to incorrect functioning. -->
- <!-- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>jxr-maven-plugin</artifactId>
- </plugin> -->
- <!-- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>surefire-report-maven-plugin</artifactId>
- </plugin>
- </plugins>
- </reporting> -->
-
</project>