JAMES-2090 Remove dependency-reduced-pom.xml
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/a66c0806 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/a66c0806 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/a66c0806 Branch: refs/heads/master Commit: a66c0806b94e82175ad1777cd05120fe1d71fcb6 Parents: c8286d9 Author: benwa <btell...@linagora.com> Authored: Thu Jul 6 08:33:04 2017 +0700 Committer: benwa <btell...@linagora.com> Committed: Thu Jul 6 08:48:54 2017 +0700 ---------------------------------------------------------------------- mpt/app/dependency-reduced-pom.xml | 102 ------------------ protocols/smtp/dependency-reduced-pom.xml | 143 ------------------------- 2 files changed, 245 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/a66c0806/mpt/app/dependency-reduced-pom.xml ---------------------------------------------------------------------- diff --git a/mpt/app/dependency-reduced-pom.xml b/mpt/app/dependency-reduced-pom.xml deleted file mode 100644 index 9815884..0000000 --- a/mpt/app/dependency-reduced-pom.xml +++ /dev/null @@ -1,102 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<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> - <artifactId>apache-james-mpt</artifactId> - <groupId>org.apache.james</groupId> - <version>3.0.0-beta6-SNAPSHOT</version> - </parent> - <modelVersion>4.0.0</modelVersion> - <artifactId>apache-james-mpt-app</artifactId> - <name>Apache James MPT Application</name> - <description>Apache James Mail Protocol Tester (MPT) is a library providing a framework for the -scriptable functional testing of ASCII based line protocols. This application provides easy executable -interfaces to the MPT library.</description> - <url>http://james.apache.org/mpt/app</url> - <build> - <plugins> - <plugin> - <artifactId>maven-shade-plugin</artifactId> - <executions> - <execution> - <phase>package</phase> - <goals> - <goal>shade</goal> - </goals> - </execution> - </executions> - <configuration> - <artifactSet> - <includes> - <include>commons-logging:commons-logging</include> - <include>commons-cli:commons-cli</include> - <include>junit:junit</include> - <include>${project.groupId}:apache-james-mpt-core</include> - </includes> - </artifactSet> - </configuration> - </plugin> - <plugin> - <artifactId>maven-jar-plugin</artifactId> - <configuration> - <archive> - <manifestEntries> - <Main-Class>org.apache.james.mpt.app.Main</Main-Class> - <Specification-Title>Apache James MPT Application</Specification-Title> - <Specification-Version>${project.version}</Specification-Version> - <Specification-Vendor>The Apache Software Foundation</Specification-Vendor> - <Implementation-Title>Apache James MPT Application</Implementation-Title> - <Implementation-Version>${project.version}</Implementation-Version> - <Implementation-Vendor>The Apache Software Foundation</Implementation-Vendor> - <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id> - <url>${project.url}</url> - </manifestEntries> - </archive> - </configuration> - </plugin> - <plugin> - <artifactId>maven-javadoc-plugin</artifactId> - <executions> - <execution> - <id>create-javadocs</id> - <phase>package</phase> - <goals> - <goal>javadoc</goal> - <goal>jar</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> - <profiles> - <profile> - <id>doclint-java8-disable</id> - <build> - <plugins> - <plugin> - <artifactId>maven-javadoc-plugin</artifactId> - <configuration> - <additionalparam>-Xdoclint:none</additionalparam> - </configuration> - </plugin> - </plugins> - </build> - </profile> - </profiles> - <dependencies> - <dependency> - <groupId>org.apache.james</groupId> - <artifactId>apache-james-mpt-core</artifactId> - <version>3.0.0-beta6-SNAPSHOT</version> - <type>test-jar</type> - <scope>test</scope> - </dependency> - <dependency> - <groupId>jmock</groupId> - <artifactId>jmock</artifactId> - <version>1.1.0</version> - <scope>test</scope> - </dependency> - </dependencies> -</project> - http://git-wip-us.apache.org/repos/asf/james-project/blob/a66c0806/protocols/smtp/dependency-reduced-pom.xml ---------------------------------------------------------------------- diff --git a/protocols/smtp/dependency-reduced-pom.xml b/protocols/smtp/dependency-reduced-pom.xml deleted file mode 100644 index 51135a9..0000000 --- a/protocols/smtp/dependency-reduced-pom.xml +++ /dev/null @@ -1,143 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<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> - <artifactId>protocols</artifactId> - <groupId>org.apache.james</groupId> - <version>3.0.0-beta6-SNAPSHOT</version> - </parent> - <modelVersion>4.0.0</modelVersion> - <groupId>org.apache.james.protocols</groupId> - <artifactId>protocols-smtp</artifactId> - <packaging>bundle</packaging> - <name>Apache James :: Protocols :: SMTP</name> - <build> - <plugins> - <plugin> - <artifactId>maven-shade-plugin</artifactId> - <executions> - <execution> - <phase>package</phase> - <goals> - <goal>shade</goal> - </goals> - <configuration> - <artifactSet> - <includes> - <include>commons-codec:commons-codec</include> - </includes> - </artifactSet> - <filters> - <filter> - <artifact>commons-codec:commons-codec</artifact> - <excludes> - <exclude>org/apache/commons/codec/*</exclude> - </excludes> - <includes> - <include>org/apache/commons/codec/binary/*</include> - </includes> - </filter> - </filters> - <relocations> - <relocation> - <pattern>org.apache.commons.codec.binary</pattern> - <shadedPattern>org.apache.james.protocols.smtp.util</shadedPattern> - </relocation> - </relocations> - <transformers> - <transformer /> - </transformers> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> - <dependencies> - <dependency> - <groupId>org.apache.james</groupId> - <artifactId>james-server-util</artifactId> - <version>3.0.0-beta6-SNAPSHOT</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>org.apache.james.protocols</groupId> - <artifactId>protocols-api</artifactId> - <version>3.0.0-beta6-SNAPSHOT</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>org.apache.james.protocols</groupId> - <artifactId>protocols-api</artifactId> - <version>3.0.0-beta6-SNAPSHOT</version> - <type>test-jar</type> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.james.protocols</groupId> - <artifactId>protocols-netty</artifactId> - <version>3.0.0-beta6-SNAPSHOT</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>org.apache.james</groupId> - <artifactId>metrics-api</artifactId> - <version>3.0.0-beta6-SNAPSHOT</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>com.google.guava</groupId> - <artifactId>guava</artifactId> - <version>18.0</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>commons-net</groupId> - <artifactId>commons-net</artifactId> - <version>3.2</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>io.netty</groupId> - <artifactId>netty</artifactId> - <version>3.10.6.Final</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>javax.inject</groupId> - <artifactId>javax.inject</artifactId> - <version>1</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>4.10</version> - <scope>test</scope> - <exclusions> - <exclusion> - <artifactId>hamcrest-core</artifactId> - <groupId>org.hamcrest</groupId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>com.sun.mail</groupId> - <artifactId>javax.mail</artifactId> - <version>1.5.4</version> - <scope>test</scope> - <exclusions> - <exclusion> - <artifactId>activation</artifactId> - <groupId>javax.activation</groupId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.assertj</groupId> - <artifactId>assertj-core</artifactId> - <version>1.7.1</version> - <scope>test</scope> - </dependency> - </dependencies> -</project> - --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org