Author: bago Date: Fri Sep 22 12:10:41 2006 New Revision: 449057 URL: http://svn.apache.org/viewvc?view=rev&rev=449057 Log: First step towards a secure (managed) maven2 build (MIME4J-1).
This one does not include ibiblio libraries in the final package. Added: james/mime4j/trunk/repos/ james/mime4j/trunk/repos/third-party-m1/ james/mime4j/trunk/repos/third-party-m1/commons-io/ james/mime4j/trunk/repos/third-party-m1/commons-io/jars/ james/mime4j/trunk/repos/third-party-m1/commons-io/jars/commons-io-1.2.jar (with props) james/mime4j/trunk/repos/third-party-m1/commons-io/poms/ james/mime4j/trunk/repos/third-party-m1/commons-io/poms/commons-io-1.2.pom (with props) james/mime4j/trunk/repos/third-party-m1/commons-logging/ james/mime4j/trunk/repos/third-party-m1/commons-logging/jars/ james/mime4j/trunk/repos/third-party-m1/commons-logging/jars/commons-logging-1.1.jar (with props) james/mime4j/trunk/repos/third-party-m1/commons-logging/poms/ james/mime4j/trunk/repos/third-party-m1/commons-logging/poms/commons-logging-1.1.pom (with props) james/mime4j/trunk/repos/third-party-m1/log4j/ james/mime4j/trunk/repos/third-party-m1/log4j/jars/ james/mime4j/trunk/repos/third-party-m1/log4j/jars/log4j-1.2.13.jar (with props) Modified: james/mime4j/trunk/pom.xml Modified: james/mime4j/trunk/pom.xml URL: http://svn.apache.org/viewvc/james/mime4j/trunk/pom.xml?view=diff&rev=449057&r1=449056&r2=449057 ============================================================================== --- james/mime4j/trunk/pom.xml (original) +++ james/mime4j/trunk/pom.xml Fri Sep 22 12:10:41 2006 @@ -21,7 +21,7 @@ <parent> <artifactId>james-project</artifactId> <groupId>org.apache.james</groupId> - <version>1.0-SNAPSHOT</version> + <version>1.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.james</groupId> @@ -148,25 +148,61 @@ </build> <repositories> <repository> + <id>local-mime4j-3rd-party-m1</id> + <name>Local mime4j third party repository</name> + <url>file://${basedir}/repos/third-party-m1</url> + <layout>legacy</layout> <snapshots> + <enabled>true</enabled> <checksumPolicy>ignore</checksumPolicy> </snapshots> - <id>bago-dist-m1</id> - <name>Temporary Repository</name> - <url>http://people.apache.org/~bago/maven/dist-m1</url> - <layout>legacy</layout> </repository> + + <repository> + <id>central</id> + <name>Apache Snapshot Repository</name> + <url>http://people.apache.org/repo/m2-ibiblio-rsync-repository</url> + <releases> + <enabled>true</enabled> + </releases> + <snapshots> + <enabled>true</enabled> + </snapshots> + </repository> + <repository> + <id>apache.snapshots</id> + <name>Apache Snapshot Repository</name> + <url>http://people.apache.org/repo/m2-snapshot-repository</url> + <releases> + <enabled>false</enabled> + </releases> + </repository> + </repositories> <dependencies> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> - <version>1.0.4</version> + <version>1.1</version> + <exclusions> + <exclusion> + <groupId>javax.servlet</groupId> + <artifactId>servlet-api</artifactId> + </exclusion> + <exclusion> + <groupId>logkit</groupId> + <artifactId>logkit</artifactId> + </exclusion> + <exclusion> + <groupId>avalon-framework</groupId> + <artifactId>avalon-framework</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> - <version>1.2.8</version> + <version>1.2.13</version> </dependency> <dependency> <groupId>junit</groupId> Added: james/mime4j/trunk/repos/third-party-m1/commons-io/jars/commons-io-1.2.jar URL: http://svn.apache.org/viewvc/james/mime4j/trunk/repos/third-party-m1/commons-io/jars/commons-io-1.2.jar?view=auto&rev=449057 ============================================================================== Binary file - no diff available. Propchange: james/mime4j/trunk/repos/third-party-m1/commons-io/jars/commons-io-1.2.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: james/mime4j/trunk/repos/third-party-m1/commons-io/poms/commons-io-1.2.pom URL: http://svn.apache.org/viewvc/james/mime4j/trunk/repos/third-party-m1/commons-io/poms/commons-io-1.2.pom?view=auto&rev=449057 ============================================================================== --- james/mime4j/trunk/repos/third-party-m1/commons-io/poms/commons-io-1.2.pom (added) +++ james/mime4j/trunk/repos/third-party-m1/commons-io/poms/commons-io-1.2.pom Fri Sep 22 12:10:41 2006 @@ -0,0 +1,235 @@ +<?xml version="1.0" encoding="UTF-8"?><project> + <modelVersion>4.0.0</modelVersion> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + <name>IO</name> + <version>1.2</version> + <description>Commons-IO contains utility classes, stream implementations, file filters, and endian classes.</description> + <url>http://jakarta.apache.org/commons/io/</url> + <issueManagement> + <url>http://issues.apache.org/bugzilla/</url> + </issueManagement> + <ciManagement> + <notifiers> + <notifier> + <configuration> + <address>commons-dev@jakarta.apache.org</address> + </configuration> + </notifier> + </notifiers> + </ciManagement> + <inceptionYear>2002</inceptionYear> + <mailingLists> + <mailingList> + <name>Commons Dev List</name> + <subscribe>[EMAIL PROTECTED]</subscribe> + <unsubscribe>[EMAIL PROTECTED]</unsubscribe> + <archive>http://mail-archives.apache.org/eyebrowse/[EMAIL PROTECTED]</archive> + </mailingList> + <mailingList> + <name>Commons User List</name> + <subscribe>[EMAIL PROTECTED]</subscribe> + <unsubscribe>[EMAIL PROTECTED]</unsubscribe> + <archive>http://mail-archives.apache.org/eyebrowse/[EMAIL PROTECTED]</archive> + </mailingList> + </mailingLists> + <developers> + <developer> + <id>sanders</id> + <name>Scott Sanders</name> + <email>[EMAIL PROTECTED]</email> + <organization></organization> + <roles> + <role>Java Developer</role> + </roles> + </developer> + <developer> + <id>dion</id> + <name>dIon Gillard</name> + <email>[EMAIL PROTECTED]</email> + <organization></organization> + <roles> + <role>Java Developer</role> + </roles> + </developer> + <developer> + <id>nicolaken</id> + <name>Nicola Ken Barozzi</name> + <email>[EMAIL PROTECTED]</email> + <organization></organization> + <roles> + <role>Java Developer</role> + </roles> + </developer> + <developer> + <id>bayard</id> + <name>Henri Yandell</name> + <email>[EMAIL PROTECTED]</email> + <organization></organization> + <roles> + <role>Java Developer</role> + </roles> + </developer> + <developer> + <id>scolebourne</id> + <name>Stephen Colebourne</name> + <organization></organization> + <roles> + <role>Java Developer</role> + </roles> + <timezone>0</timezone> + </developer> + <developer> + <id>jeremias</id> + <name>Jeremias Maerki</name> + <email>[EMAIL PROTECTED]</email> + <organization></organization> + <roles> + <role>Java Developer</role> + </roles> + <timezone>+1</timezone> + </developer> + <developer> + <id>matth</id> + <name>Matthew Hawthorne</name> + <email>[EMAIL PROTECTED]</email> + <organization></organization> + <roles> + <role>Java Developer</role> + </roles> + </developer> + <developer> + <id>martinc</id> + <name>Martin Cooper</name> + <email>[EMAIL PROTECTED]</email> + <organization></organization> + <roles> + <role>Java Developer</role> + </roles> + </developer> + <developer> + <id>roxspring</id> + <name>Rob Oxspring</name> + <email>[EMAIL PROTECTED]</email> + <organization></organization> + <roles> + <role>Java Developer</role> + </roles> + </developer> + </developers> + <contributors> + <contributor> + <name>Rahul Akolkar</name> + </contributor> + <contributor> + <name>Jason Anderson</name> + </contributor> + <contributor> + <name>Nathan Beyer</name> + </contributor> + <contributor> + <name>Chris Eldredge</name> + </contributor> + <contributor> + <name>Jim Harrington</name> + </contributor> + <contributor> + <name>Thomas Ledoux</name> + </contributor> + <contributor> + <name>Andy Lehane</name> + </contributor> + <contributor> + <name>Marcelo Liberato</name> + </contributor> + <contributor> + <name>Alban Peignier</name> + <email>alban.peignier at free.fr</email> + </contributor> + <contributor> + <name>Niall Pemberton</name> + </contributor> + <contributor> + <name>Ian Springer</name> + </contributor> + <contributor> + <name>Masato Tezuka</name> + </contributor> + <contributor> + <name>Frank W. Zammetti</name> + </contributor> + </contributors> + <licenses> + <license> + <name>The Apache Software License, Version 2.0</name> + <url>/LICENSE.txt</url> + </license> + </licenses> + <scm> + <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk</connection> + <url>http://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk</url> + </scm> + <organization> + <name>The Apache Software Foundation</name> + <url>http://jakarta.apache.org</url> + </organization> + <build> + <sourceDirectory>src/java</sourceDirectory> + <testSourceDirectory>src/test</testSourceDirectory> + <resources> + <resource> + <targetPath>META-INF</targetPath> + <directory>.</directory> + <includes> + <include>NOTICE.txt</include> + </includes> + </resource> + </resources> + <plugins> + <plugin> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <includes> + <include>**/*Test*</include> + </includes> + <excludes> + <exclude>**/*AbstractTestCase*</exclude> + <exclude>**/AllIOTestSuite*</exclude> + <exclude>**/PackageTestSuite*</exclude> + <exclude>**/testtools/**</exclude> + </excludes> + </configuration> + </plugin> + <plugin> + <groupId>maven-plugins</groupId> + <artifactId>maven-cobertura-plugin</artifactId> + <version>1.1.1</version> + <configuration> + <scope>test</scope> + <comment>Required only for generating test coverage reports.</comment> + </configuration> + </plugin> + </plugins> + </build> + <dependencies> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>3.8.1</version> + <scope>test</scope> + </dependency> + </dependencies> + <distributionManagement> + <repository> + <id>default</id> + <name>Default Repository</name> + <url>file:///www/jakarta.apache.org/builds/jakarta-commons/io/</url> + </repository> + <site> + <id>default</id> + <name>Default Site</name> + <url>scp://people.apache.org//www/jakarta.apache.org/commons/io/</url> + </site> + <status>converted</status> + </distributionManagement> +</project> \ No newline at end of file Propchange: james/mime4j/trunk/repos/third-party-m1/commons-io/poms/commons-io-1.2.pom ------------------------------------------------------------------------------ svn:eol-style = native Added: james/mime4j/trunk/repos/third-party-m1/commons-logging/jars/commons-logging-1.1.jar URL: http://svn.apache.org/viewvc/james/mime4j/trunk/repos/third-party-m1/commons-logging/jars/commons-logging-1.1.jar?view=auto&rev=449057 ============================================================================== Binary file - no diff available. Propchange: james/mime4j/trunk/repos/third-party-m1/commons-logging/jars/commons-logging-1.1.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: james/mime4j/trunk/repos/third-party-m1/commons-logging/poms/commons-logging-1.1.pom URL: http://svn.apache.org/viewvc/james/mime4j/trunk/repos/third-party-m1/commons-logging/poms/commons-logging-1.1.pom?view=auto&rev=449057 ============================================================================== --- james/mime4j/trunk/repos/third-party-m1/commons-logging/poms/commons-logging-1.1.pom (added) +++ james/mime4j/trunk/repos/third-party-m1/commons-logging/poms/commons-logging-1.1.pom Fri Sep 22 12:10:41 2006 @@ -0,0 +1,191 @@ +<?xml version="1.0" encoding="UTF-8"?><project> + <modelVersion>4.0.0</modelVersion> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + <name>Logging</name> + <version>1.1</version> + <description>Commons Logging is a thin adapter allowing configurable bridging to other, + well known logging systems.</description> + <url>http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</url> + <issueManagement> + <url>http://issues.apache.org/bugzilla/</url> + </issueManagement> + <ciManagement> + <notifiers> + <notifier> + <configuration> + <address>commons-dev@jakarta.apache.org</address> + </configuration> + </notifier> + </notifiers> + </ciManagement> + <inceptionYear>2001</inceptionYear> + <mailingLists> + <mailingList> + <name>Commons Dev List</name> + <subscribe>[EMAIL PROTECTED]</subscribe> + <unsubscribe>[EMAIL PROTECTED]</unsubscribe> + <archive>http://mail-archives.apache.org/mod_mbox/jakarta-commons-dev/</archive> + </mailingList> + <mailingList> + <name>Commons User List</name> + <subscribe>[EMAIL PROTECTED]</subscribe> + <unsubscribe>[EMAIL PROTECTED]</unsubscribe> + <archive>http://mail-archives.apache.org/mod_mbox/jakarta-commons-user/</archive> + </mailingList> + </mailingLists> + <developers> + <developer> + <id>morgand</id> + <name>Morgan Delagrange</name> + <email>morgand at apache dot org</email> + <organization>Apache</organization> + <roles> + <role>Java Developer</role> + </roles> + </developer> + <developer> + <id>rwaldhoff</id> + <name>Rodney Waldhoff</name> + <email>rwaldhoff at apache org</email> + <organization>Apache Software Foundation</organization> + </developer> + <developer> + <id>craigmcc</id> + <name>Craig McClanahan</name> + <email>craigmcc at apache org</email> + <organization>Apache Software Foundation</organization> + </developer> + <developer> + <id>sanders</id> + <name>Scott Sanders</name> + <email>sanders at apache dot org</email> + <organization>Apache Software Foundation</organization> + </developer> + <developer> + <id>rdonkin</id> + <name>Robert Burrell Donkin</name> + <email>rdonkin at apache dot org</email> + <organization>Apache Software Foundation</organization> + </developer> + <developer> + <id>donaldp</id> + <name>Peter Donald</name> + <email>donaldp at apache dot org</email> + <organization></organization> + </developer> + <developer> + <id>costin</id> + <name>Costin Manolache</name> + <email>costin at apache dot org</email> + <organization>Apache Software Foundation</organization> + </developer> + <developer> + <id>rsitze</id> + <name>Richard Sitze</name> + <email>rsitze at apache dot org</email> + <organization>Apache Software Foundation</organization> + </developer> + <developer> + <id>baliuka</id> + <name>Juozas Baliuka</name> + <email>[EMAIL PROTECTED]</email> + <organization></organization> + <roles> + <role>Java Developer</role> + </roles> + </developer> + <developer> + <id>skitching</id> + <name>Simon Kitching</name> + <email>[EMAIL PROTECTED]</email> + <organization>Apache Software Foundation</organization> + </developer> + <developer> + <id>dennisl</id> + <name>Dennis Lundberg</name> + <email>[EMAIL PROTECTED]</email> + <organization>Apache Software Foundation</organization> + </developer> + <developer> + <id>bstansberry</id> + <name>Brian Stansberry</name> + </developer> + </developers> + <licenses> + <license> + <name>The Apache Software License, Version 2.0</name> + <url>/LICENSE.txt</url> + </license> + </licenses> + <scm> + <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</connection> + <url>http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</url> + </scm> + <organization> + <name>The Apache Software Foundation</name> + <url>http://jakarta.apache.org</url> + </organization> + <build> + <sourceDirectory>src/java</sourceDirectory> + <testSourceDirectory>src/test</testSourceDirectory> + <plugins> + <plugin> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <includes> + <include>**/AvalonLoggerTest.java</include> + </includes> + </configuration> + </plugin> + <plugin> + <artifactId>maven-xdoc-plugin</artifactId> + <version>1.9.2</version> + <configuration> + <comment><strong>Site Only</strong> - v1.9.2 (minimum)</comment> + </configuration> + </plugin> + </plugins> + </build> + <dependencies> + <dependency> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + <version>1.2.12</version> + </dependency> + <dependency> + <groupId>logkit</groupId> + <artifactId>logkit</artifactId> + <version>1.0.1</version> + </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>3.8.1</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>avalon-framework</groupId> + <artifactId>avalon-framework</artifactId> + <version>4.1.3</version> + </dependency> + <dependency> + <groupId>javax.servlet</groupId> + <artifactId>servlet-api</artifactId> + <version>2.3</version> + </dependency> + </dependencies> + <distributionManagement> + <repository> + <id>default</id> + <name>Default Repository</name> + <url>file:///www/jakarta.apache.org/builds/jakarta-commons/${pom.artifactId.substring(8)}/</url> + </repository> + <site> + <id>default</id> + <name>Default Site</name> + <url>scp://cvs.apache.org//www/jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</url> + </site> + <status>converted</status> + </distributionManagement> +</project> \ No newline at end of file Propchange: james/mime4j/trunk/repos/third-party-m1/commons-logging/poms/commons-logging-1.1.pom ------------------------------------------------------------------------------ svn:eol-style = native Added: james/mime4j/trunk/repos/third-party-m1/log4j/jars/log4j-1.2.13.jar URL: http://svn.apache.org/viewvc/james/mime4j/trunk/repos/third-party-m1/log4j/jars/log4j-1.2.13.jar?view=auto&rev=449057 ============================================================================== Binary file - no diff available. Propchange: james/mime4j/trunk/repos/third-party-m1/log4j/jars/log4j-1.2.13.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]