commit: f848e5457768aa846dd145bc77b6fa0a2f40a2d3 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com> AuthorDate: Wed Aug 5 22:50:23 2015 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Wed Aug 5 23:53:47 2015 +0000 URL: https://gitweb.gentoo.org/proj/java.git/commit/?id=f848e545
[dev-java/maven-base-poms] Drop, no rdeps left dev-java/maven-base-poms/ChangeLog | 7 - dev-java/maven-base-poms/files/maven-2.1.xml | 288 ---------- .../maven-base-poms/files/maven-parent-2.1.xml | 637 --------------------- .../maven-base-poms/maven-base-poms-2.1.ebuild | 48 -- dev-java/maven-base-poms/metadata.xml | 6 - 5 files changed, 986 deletions(-) diff --git a/dev-java/maven-base-poms/ChangeLog b/dev-java/maven-base-poms/ChangeLog deleted file mode 100644 index 515904d..0000000 --- a/dev-java/maven-base-poms/ChangeLog +++ /dev/null @@ -1,7 +0,0 @@ -# ChangeLog for dev-java/maven-base-poms -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 22 Jan 2009; Alistair Bush <[email protected]> ChangeLog: - Add ChangeLog for QA. - diff --git a/dev-java/maven-base-poms/files/maven-2.1.xml b/dev-java/maven-base-poms/files/maven-2.1.xml deleted file mode 100644 index b42f96e..0000000 --- a/dev-java/maven-base-poms/files/maven-2.1.xml +++ /dev/null @@ -1,288 +0,0 @@ -<?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. ---><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"> - <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>org.apache.maven</groupId> - <artifactId>maven-parent</artifactId> - <version>2.1-SNAPSHOT</version> - </parent> - <artifactId>maven</artifactId> - <packaging>pom</packaging> - <name>Apache Maven</name> - <version>2.1-SNAPSHOT</version> - <description>Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.</description> - <url>http://maven.apache.org/</url> - <inceptionYear>2001</inceptionYear> - <issueManagement> - <system>jira</system> - <url>http://jira.codehaus.org/browse/MNG</url> - </issueManagement> - - <mailingLists> - <mailingList> - <name>Maven User List</name> - <subscribe>[email protected]</subscribe> - <unsubscribe>[email protected]</unsubscribe> - <post>[email protected]</post> - <archive>http://mail-archives.apache.org/mod_mbox/maven-users</archive> - <otherArchives> - <otherArchive>http://www.mail-archive.com/[email protected]/</otherArchive> - <otherArchive>http://www.nabble.com/Maven---Users-f178.html</otherArchive> - </otherArchives> - </mailingList> - <mailingList> - <name>Maven Developer List</name> - <subscribe>[email protected]</subscribe> - <unsubscribe>[email protected]</unsubscribe> - <post>[email protected]</post> - <archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive> - </mailingList> - <mailingList> - <name>Maven Commits List</name> - <subscribe>[email protected]</subscribe> - <unsubscribe>[email protected]</unsubscribe> - <post>[email protected]</post> - <archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive> - </mailingList> - </mailingLists> - <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/maven/components/trunk</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/components/trunk</developerConnection> - <url>http://svn.apache.org/viewcvs.cgi/maven/components/trunk</url> - </scm> - <build> - <pluginManagement> - <plugins> - <plugin> - <artifactId>maven-release-plugin</artifactId> - <configuration> - <tagBase>https://svn.apache.org/repos/asf/maven/components/tags</tagBase> - </configuration> - </plugin> - <plugin> - <groupId>org.codehaus.modello</groupId> - <artifactId>modello-maven-plugin</artifactId> - <version>1.0-alpha-13</version> - <executions> - <execution> - <id>site-docs</id> - <phase>pre-site</phase> - <goals> - <goal>xdoc</goal> - <goal>xsd</goal> - </goals> - </execution> - <execution> - <id>standard</id> - <goals> - <goal>java</goal> - <goal>xpp3-reader</goal> - <goal>xpp3-writer</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </pluginManagement> - <plugins> - <!-- if plugin not released at maven release time the manifests generated could be checked in by hand --> - <plugin> - <groupId>org.apache.felix</groupId> - <artifactId>maven-bundle-plugin</artifactId> - <version>0.9.0-incubator-SNAPSHOT</version> - <executions> - <execution> - <goals> - <goal>manifest</goal> - </goals> - </execution> - </executions> - </plugin> - <!-- Needed for including the manifest, see MJAR-71 --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jar-plugin</artifactId> - <version>2.1</version> - <configuration> - <archive> - <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile> - </archive> - </configuration> - </plugin> - <plugin> - <artifactId>maven-surefire-plugin</artifactId> - <version>2.3</version> - </plugin> - </plugins> - </build> - <modules> - <module>maven-artifact</module> - <module>maven-build-context</module> - <module>maven-core</module> - <module>maven-error-diagnostics</module> - <module>maven-lifecycle</module> - <module>maven-model</module> - <module>maven-monitor</module> - <module>maven-plugin-api</module> - <module>maven-plugin-descriptor</module> - <module>maven-plugin-parameter-documenter</module> - <module>maven-profile</module> - <module>maven-project</module> - <module>maven-reporting</module> - <module>maven-script</module> - <module>maven-settings</module> - <module>maven-embedder</module> - </modules> - <properties> - <plexusVersion>1.0-alpha-25</plexusVersion> - <wagonVersion>1.0-beta-2</wagonVersion> - </properties> - <dependencies> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>3.8.1</version> - <scope>test</scope> - </dependency> - </dependencies> - <dependencyManagement> - <dependencies> - <dependency> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-container-default</artifactId> - <version>${plexusVersion}</version> - </dependency> - <dependency> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-component-api</artifactId> - <version>${plexusVersion}</version> - </dependency> - <dependency> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-classworlds</artifactId> - <version>1.2-alpha-7</version> - </dependency> - <dependency> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-utils</artifactId> - <version>1.4.3-SNAPSHOT</version> - </dependency> - <dependency> - <groupId>org.apache.maven.wagon</groupId> - <artifactId>wagon-provider-api</artifactId> - <version>${wagonVersion}</version> - </dependency> - <dependency> - <groupId>org.apache.maven.wagon</groupId> - <artifactId>wagon-file</artifactId> - <version>${wagonVersion}</version> - </dependency> - <dependency> - <groupId>org.apache.maven.wagon</groupId> - <artifactId>wagon-http-lightweight</artifactId> - <version>${wagonVersion}</version> - </dependency> - <dependency> - <groupId>org.apache.maven.wagon</groupId> - <artifactId>wagon-ssh</artifactId> - <version>${wagonVersion}</version> - </dependency> - <dependency> - <groupId>org.apache.maven.wagon</groupId> - <artifactId>wagon-ssh-external</artifactId> - <version>${wagonVersion}</version> - </dependency> - <dependency> - <groupId>easymock</groupId> - <artifactId>easymock</artifactId> - <version>1.2_Java1.3</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>jdom</groupId> - <artifactId>jdom</artifactId> - <version>1.0</version> - </dependency> - </dependencies> - </dependencyManagement> - <distributionManagement> - <site> - <id>apache.website</id> - <url>scp://people.apache.org/www/maven.apache.org/ref/${project.version}/</url> - </site> - </distributionManagement> - - <!-- for pleuxs-utils --> - <repositories> - <repository> - <id>codehaus.snapshots</id> - <name>Codehaus Snapshot Development Repository</name> - <url>http://snapshots.repository.codehaus.org</url> - <releases> - <enabled>false</enabled> - </releases> - </repository> - </repositories> - - <!-- needed for felix bundle plugin --> - <pluginRepositories> - <pluginRepository> - <id>apache.snapshots</id> - <name>snapshot plugins</name> - <url>http://people.apache.org/repo/m2-snapshot-repository</url> - <releases> - <enabled>false</enabled> - </releases> - <snapshots> - <enabled>true</enabled> - </snapshots> - </pluginRepository> - </pluginRepositories> - - <profiles> - <profile> - <id>release</id> - <build> - <plugins> - <plugin> - <artifactId>maven-assembly-plugin</artifactId> - <inherited>false</inherited> - <configuration> - <descriptors> - <descriptor>src/main/assembly/src.xml</descriptor> - </descriptors> - <tarLongFileMode>gnu</tarLongFileMode> - <finalName>maven-${project.version}-src</finalName> - </configuration> - <executions> - <execution> - <id>make-assembly</id> - <phase>package</phase> - <goals> - <goal>single</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> - </profile> - </profiles> -</project> diff --git a/dev-java/maven-base-poms/files/maven-parent-2.1.xml b/dev-java/maven-base-poms/files/maven-parent-2.1.xml deleted file mode 100644 index 4972f9d..0000000 --- a/dev-java/maven-base-poms/files/maven-parent-2.1.xml +++ /dev/null @@ -1,637 +0,0 @@ -<?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. ---> -<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"> - <modelVersion>4.0.0</modelVersion> - <groupId>org.apache.maven</groupId> - <artifactId>maven-parent</artifactId> - <version>5</version> - <packaging>pom</packaging> - <name>Apache Maven</name> - <description>Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information.</description> - <url>http://maven.apache.org/</url> - <issueManagement> - <system>jira</system> - <url>http://jira.codehaus.org/browse/MNG</url> - </issueManagement> - <ciManagement> - <system>continuum</system> - <url>http://maven.zones.apache.org/continuum</url> - <notifiers> - <notifier> - <type>mail</type> - <configuration> - <address>[email protected]</address> - </configuration> - </notifier> - </notifiers> - </ciManagement> - <inceptionYear>2002</inceptionYear> - <mailingLists> - <mailingList> - <name>Maven Announcements List</name> - <post>[email protected]</post> - <subscribe>[email protected]</subscribe> - <unsubscribe>[email protected]</unsubscribe> - <archive>http://mail-archives.apache.org/mod_mbox/maven-announce/</archive> - </mailingList> - <mailingList> - <name>Maven Issues List</name> - <post>[email protected]</post> - <subscribe>[email protected]</subscribe> - <unsubscribe>[email protected]</unsubscribe> - <archive>http://mail-archives.apache.org/mod_mbox/maven-issues/</archive> - </mailingList> - <mailingList> - <name>Maven Notifications List</name> - <post>[email protected]</post> - <subscribe>[email protected]</subscribe> - <unsubscribe>[email protected]</unsubscribe> - <archive>http://mail-archives.apache.org/mod_mbox/maven-notifications/</archive> - </mailingList> - </mailingLists> - <distributionManagement> - <site> - <id>apache.website</id> - <url>scp://people.apache.org/www/maven.apache.org</url> - </site> - </distributionManagement> - <build> - <plugins> - <!-- We want to package up license resources in the JARs produced --> - <plugin> - <artifactId>maven-remote-resources-plugin</artifactId> - <version>1.0-alpha-2</version> - <executions> - <execution> - <goals> - <goal>process</goal> - </goals> - <configuration> - <resourceBundles> - <resourceBundle>org.apache:apache-jar-resource-bundle:1.0</resourceBundle> - </resourceBundles> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - <pluginManagement> - <plugins> - <!-- START SNIPPET: release-plugin-configuration --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-release-plugin</artifactId> - <version>2.0-beta-4</version> - <configuration> - <!-- This element will be overriden by children --> - <tagBase>https://svn.apache.org/repos/asf/maven/pom/tags</tagBase> - <useReleaseProfile>false</useReleaseProfile> - <goals>deploy</goals> - <arguments>-Prelease</arguments> - </configuration> - </plugin> - <!-- END SNIPPET: release-plugin-configuration --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jar-plugin</artifactId> - <version>2.1</version> - <configuration> - <archive> - <manifest> - <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries> - <addDefaultImplementationEntries>true</addDefaultImplementationEntries> - </manifest> - </archive> - </configuration> - </plugin> - </plugins> - </pluginManagement> - </build> - <profiles> - <profile> - <id>ci</id> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-pmd-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>cpd-check</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> - </profile> - <profile> - <id>reporting</id> - <reporting> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-report-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-checkstyle-plugin</artifactId> - <configuration> - <configLocation>http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/maven_checks.xml</configLocation> - <headerLocation>http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/maven-header.txt</headerLocation> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-pmd-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>taglist-maven-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jxr-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-javadoc-plugin</artifactId> - <configuration> - <links> - <link>http://java.sun.com/j2se/1.4.2/docs/api</link> - <link>http://java.sun.com/j2ee/1.4/docs/api</link> - <link>http://java.sun.com/j2se/1.5.0/docs/api</link> - <link>http://jakarta.apache.org/commons/collections/apidocs-COLLECTIONS_3_0/</link> - <link>http://jakarta.apache.org/commons/dbcp/apidocs/</link> - <link>http://jakarta.apache.org/commons/fileupload/apidocs/</link> - <link>http://jakarta.apache.org/commons/httpclient/apidocs/</link> - <link>http://jakarta.apache.org/commons/logging/apidocs/</link> - <link>http://jakarta.apache.org/commons/pool/apidocs/</link> - <link>http://www.junit.org/junit/javadoc/</link> - <link>http://logging.apache.org/log4j/docs/api/</link> - <link>http://jakarta.apache.org/regexp/apidocs/</link> - <link>http://jakarta.apache.org/velocity/api/</link> - </links> - </configuration> - </plugin> - </plugins> - </reporting> - </profile> - <!-- START SNIPPET: release-profile --> - <profile> - <id>release</id> - <build> - <plugins> - <!-- We want to sign the artifact, the POM, and all attached artifacts --> - <plugin> - <artifactId>maven-gpg-plugin</artifactId> - <version>1.0-alpha-3</version> - <configuration> - <passphrase>${gpg.passphrase}</passphrase> - </configuration> - <executions> - <execution> - <goals> - <goal>sign</goal> - </goals> - </execution> - </executions> - </plugin> - <!-- We want to deploy the artifact to a staging location for perusal --> - <plugin> - <inherited>true</inherited> - <artifactId>maven-deploy-plugin</artifactId> - <version>2.3</version> - <configuration> - <altDeploymentRepository>${deploy.altRepository}</altDeploymentRepository> - <updateReleaseInfo>true</updateReleaseInfo> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-source-plugin</artifactId> - <version>2.0.2</version> - <executions> - <execution> - <id>attach-sources</id> - <goals> - <goal>jar</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-javadoc-plugin</artifactId> - <version>2.2</version> - <executions> - <execution> - <id>attach-javadocs</id> - <goals> - <goal>jar</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> - </profile> - <!-- END SNIPPET: release-profile --> - </profiles> - <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/maven/pom/trunk/maven</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/pom/trunk/maven</developerConnection> - <url>http://svn.apache.org/viewvc/maven/pom/trunk/maven</url> - </scm> - <!-- Developers listed by PMC Chair, PMC, Committers, Contributers, all alphabetical--> - <developers> - <developer> - <id>jvanzyl</id> - <name>Jason van Zyl</name> - <email>[email protected]</email> - <organization>ASF</organization> - <roles> - <role>PMC Chair</role> - </roles> - <timezone>-5</timezone> - </developer> - <developer> - <id>aheritier</id> - <name>Arnaud Heritier</name> - <email>[email protected]</email> - <organization>OCTO Technology</organization> - <organizationUrl>http://www.octo.com</organizationUrl> - <roles> - <role>PMC Member</role> - </roles> - <timezone>+1</timezone> - </developer> - <developer> - <id>brett</id> - <name>Brett Porter</name> - <email>[email protected]</email> - <organization>ASF</organization> - <roles> - <role>PMC Member</role> - </roles> - <timezone>+10</timezone> - </developer> - <developer> - <id>brianf</id> - <name>Brian Fox</name> - <email>[email protected]</email> - <organization>ASF</organization> - <roles> - <role>PMC Member</role> - </roles> - <timezone>-5</timezone> - </developer> - <developer> - <id>carlos</id> - <name>Carlos Sanchez</name> - <email>[email protected]</email> - <organization>ASF</organization> - <roles> - <role>PMC Member</role> - </roles> - <timezone>+1</timezone> - </developer> - <developer> - <id>dennisl</id> - <name>Dennis Lundberg</name> - <email>[email protected]</email> - <organization>ASF</organization> - <roles> - <role>PMC Member</role> - </roles> - <timezone>+1</timezone> - </developer> - <developer> - <id>evenisse</id> - <name>Emmanuel Venisse</name> - <email>[email protected]</email> - <organization>ASF</organization> - <roles> - <role>PMC Member</role> - </roles> - <timezone>+1</timezone> - </developer> - <developer> - <id>fgiust</id> - <name>Fabrizio Giustina</name> - <email>[email protected]</email> - <organization>openmind</organization> - <roles> - <role>PMC Member</role> - </roles> - <timezone>+1</timezone> - </developer> - <developer> - <id>jdcasey</id> - <name>John Casey</name> - <email>[email protected]</email> - <organization>ASF</organization> - <roles> - <role>PMC Member</role> - </roles> - <timezone>-5</timezone> - </developer> - <developer> - <id>joakime</id> - <name>Joakim Erdfelt</name> - <email>[email protected]</email> - <organization>ASF</organization> - <roles> - <role>PMC Member</role> - </roles> - <timezone>-5</timezone> - </developer> - <developer> - <id>jstrachan</id> - <name>James Strachan</name> - <roles> - <role>PMC Member</role> - </roles> - </developer> - <developer> - <id>jtolentino</id> - <name>Ernesto Tolentino Jr.</name> - <email>[email protected]</email> - <organization>ASF</organization> - <roles> - <role>PMC Member</role> - </roles> - <timezone>+8</timezone> - </developer> - <developer> - <id>jmcconnell</id> - <name>Jesse McConnell</name> - <email>[email protected]</email> - <organization>ASF</organization> - <roles> - <role>PMC Member</role> - </roles> - <timezone>-6</timezone> - </developer> - <developer> - <id>kenney</id> - <name>Kenney Westerhof</name> - <email>[email protected]</email> - <organization>Neonics</organization> - <roles> - <role>PMC Member</role> - </roles> - <timezone>+1</timezone> - </developer> - <developer> - <id>ltheussl</id> - <name>Lukas Theussl</name> - <email>[email protected]</email> - <organization>ASF</organization> - <roles> - <role>PMC Member</role> - </roles> - <timezone>+1</timezone> - </developer> - <developer> - <id>mperham</id> - <name>Mike Perham</name> - <email>[email protected]</email> - <organization>IBM</organization> - <roles> - <role>PMC Member</role> - </roles> - <timezone>-6</timezone> - </developer> - <developer> - <id>snicoll</id> - <name>Stephane Nicoll</name> - <email>[email protected]</email> - <organization>ASF</organization> - <roles> - <role>PMC Member</role> - </roles> - <timezone>+1</timezone> - </developer> - <developer> - <id>trygvis</id> - <name>Trygve Laugstol</name> - <email>[email protected]</email> - <organization>ASF</organization> - <roles> - <role>PMC Member</role> - </roles> - <timezone>+1</timezone> - </developer> - <developer> - <id>vmassol</id> - <name>Vincent Massol</name> - <email>[email protected]</email> - <organization>ASF</organization> - <roles> - <role>PMC Member</role> - </roles> - <timezone>+1</timezone> - </developer> - <developer> - <id>vsiveton</id> - <name>Vincent Siveton</name> - <email>[email protected]</email> - <organization>ASF</organization> - <roles> - <role>PMC Member</role> - </roles> - <timezone>-5</timezone> - </developer> - <developer> - <id>wsmoak</id> - <name>Wendy Smoak</name> - <email>[email protected]</email> - <roles> - <role>PMC Member</role> - </roles> - <timezone>-7</timezone> - </developer> - <!--Committers--> - <developer> - <id>aramirez</id> - <name>Allan Q. Ramirez</name> - <roles> - <role>Committer</role> - </roles> - </developer> - <developer> - <id>baerrach</id> - <name>Barrie Treloar</name> - <roles> - <role>Committer</role> - </roles> - </developer> - <developer> - <id>bayard</id> - <name>Henri Yandell</name> - <roles> - <role>Committer</role> - </roles> - </developer> - <developer> - <id>bellingard</id> - <name>Fabrice Bellingard</name> - <roles> - <role>Committer</role> - </roles> - </developer> - <developer> - <id>chrisjs</id> - <name>Chris Stevenson</name> - <roles> - <role>Committer</role> - </roles> - </developer> - <developer> - <id>dantran</id> - <name>Dan Tran</name> - <roles> - <role>Committer</role> - </roles> - </developer> - <developer> - <id>dblevins</id> - <name>David Blevins</name> - <roles> - <role>Committer</role> - </roles> - </developer> - <developer> - <id>dfabulich</id> - <name>Daniel Fabulich</name> - <roles> - <role>Committer</role> - </roles> - </developer> - <developer> - <id>dkulp</id> - <name>Daniel Kulp</name> - <email>[email protected]</email> - <organization>IONA</organization> - <roles> - <role>Committer</role> - </roles> - <timezone>-5</timezone> - </developer> - <developer> - <id>dlr</id> - <name>Daniel Rall</name> - <roles> - <role>Committer</role> - </roles> - </developer> - <developer> - <id>epunzalan</id> - <name>Edwin Punzalan</name> - <email>[email protected]</email> - <organization>Mergere</organization> - <roles> - <role>Committer</role> - </roles> - <timezone>+8</timezone> - </developer> - <developer> - <id>felipeal</id> - <name>Felipe Leme</name> - <roles> - <role>Committer</role> - </roles> - </developer> - <developer> - <id>handyande</id> - <name>Andrew Williams</name> - <email>[email protected]</email> - <roles> - <role>Committer</role> - </roles> - <timezone>0</timezone> - </developer> - <developer> - <id>jjensen</id> - <name>Jeff Jensen</name> - <roles> - <role>Committer</role> - </roles> - </developer> - <developer> - <id>mkleint</id> - <name>Milos Kleint</name> - <roles> - <role>Committer</role> - </roles> - </developer> - <developer> - <id>oching</id> - <name>Maria Odea B. Ching</name> - <roles> - <role>Committer</role> - </roles> - </developer> - <developer> - <id>pschneider</id> - <name>Patrick Schneider</name> - <email>[email protected]</email> - <roles> - <role>Committer</role> - </roles> - <timezone>-6</timezone> - </developer> - <developer> - <id>rgoers</id> - <name>Ralph Goers</name> - <roles> - <role>Committer</role> - </roles> - </developer> - <developer> - <id>rinku</id> - <name>Rahul Thakur</name> - <roles> - <role>Committer</role> - </roles> - </developer> - <developer> - <id>shinobu</id> - <name>Shinobu Kuwai</name> - <roles> - <role>Committer</role> - </roles> - </developer> - <developer> - <id>smorgrav</id> - <name>Torbjorn Eikli Smorgrav</name> - <roles> - <role>Committer</role> - </roles> - </developer> - <!--End Committers--> - </developers> -</project> diff --git a/dev-java/maven-base-poms/maven-base-poms-2.1.ebuild b/dev-java/maven-base-poms/maven-base-poms-2.1.ebuild deleted file mode 100644 index c3ec3f8..0000000 --- a/dev-java/maven-base-poms/maven-base-poms-2.1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -JAVA_MAVEN_BOOTSTRAP="Y" -JAVA_MAVEN_USE_SOURCE=false -inherit java-maven-2 -DESCRIPTION="base poms for maven" -HOMEPAGE="http://maven.apache.org" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" - -DEPEND=">virtual/jdk-1.4" -RDEPEND=">virtual/jre-1.4" - -S="${WORKDIR}" - -src_unpack() { - for i in "${FILESDIR}"/*xml; do - cp $i "${S}" || die - done - java-maven-2_rewrite_poms maven-2.1.xml maven-parent-2.1.xml -} - -src_install() { - for i in maven-2.1.xml maven-parent-2.1.xml; do - einfo "Installing ${i} pom" - java-maven-2_install_one ${i} - done -} - -## -## Note: install base poms (maven one and maven-parent one) for maven to work properly -## they are there : * http://svn.apache.org/repos/asf/maven/pom/trunk/maven/pom.xml -## * http://svn.apache.org/repos/asf/maven/components/trunk/pom.xml -## -## When bumping think to: -## for maven parent: remove parent node -## for maven : remove relativepath and adapt version any parent entry to adapt to maven parent... - -# maven-base current version to apply to ebuilds in tree using it: 5# -# -# mavencurrent version to apply to ebuilds in tree using it: 2.1-SNAPSHOT diff --git a/dev-java/maven-base-poms/metadata.xml b/dev-java/maven-base-poms/metadata.xml deleted file mode 100644 index 604e0a4..0000000 --- a/dev-java/maven-base-poms/metadata.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <herd>java</herd> -</pkgmetadata> -
