This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-parent.git
The following commit(s) were added to refs/heads/master by this push: new e9c0f7d [MPOM-183] removed maven-archetype-bundles e9c0f7d is described below commit e9c0f7df42c7b5bae3bf8d281f4c77edb98e1b8e Author: Hervé Boutemy <hbout...@apache.org> AuthorDate: Tue Feb 20 23:51:12 2018 +0100 [MPOM-183] removed maven-archetype-bundles --- maven-archetype-bundles/pom.xml | 129 --------------------- maven-archetype-bundles/site-pom.xml | 44 ------- .../src/site-docs/apt/index.apt.vm | 42 ------- maven-archetype-bundles/src/site-docs/site.xml | 42 ------- pom.xml | 1 - site-pom.xml | 1 - 6 files changed, 259 deletions(-) diff --git a/maven-archetype-bundles/pom.xml b/maven-archetype-bundles/pom.xml deleted file mode 100644 index 2392c2f..0000000 --- a/maven-archetype-bundles/pom.xml +++ /dev/null @@ -1,129 +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/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> - - <parent> - <groupId>org.apache.maven</groupId> - <artifactId>maven-parent</artifactId> - <version>32-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> - </parent> - - <groupId>org.apache.maven.archetypes</groupId> - <artifactId>maven-archetype-bundles</artifactId> - <packaging>pom</packaging> - - <name>Apache Maven Archetypes</name> - <description>Archetypes provided by Maven.</description> - <url>https://maven.apache.org/archetypes/</url> - - <issueManagement> - <system>jira</system> - <url>https://issues.apache.org/jira/browse/MARCHETYPES</url> - </issueManagement> - - <distributionManagement> - <site> - <id>apache.website</id> - <url>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/components/archetypes-archives/</url> - </site> - </distributionManagement> - - <properties> - <maven.site.path>archetypes-archives/${project.artifactId}-LATEST</maven.site.path> - </properties> - - <build> - <extensions> - <extension> - <groupId>org.apache.maven.archetype</groupId> - <artifactId>archetype-packaging</artifactId> - <version>3.0.1</version> - </extension> - </extensions> - <pluginManagement> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-archetype-plugin</artifactId> - <version>3.0.1</version> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-release-plugin</artifactId> - <configuration> - <tagBase>https://svn.apache.org/repos/asf/maven/archetypes/tags/</tagBase> - </configuration> - </plugin> - <!-- publish mono-module site with "mvn site-deploy" --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-site-plugin</artifactId> - <configuration> - <skipDeploy>true</skipDeploy><!-- don't deploy site with maven-site-plugin --> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-scm-publish-plugin</artifactId> - <configuration> - <content>${project.reporting.outputDirectory}</content><!-- no need for site:stage, use target/site --> - </configuration> - <executions> - <execution> - <id>scm-publish</id> - <phase>site-deploy</phase><!-- deploy site with maven-scm-publish-plugin --> - <goals> - <goal>publish-scm</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </pluginManagement> - <plugins> - <plugin> - <groupId>org.apache.rat</groupId> - <artifactId>apache-rat-plugin</artifactId> - <configuration> - <excludes> - <exclude>.gitignore</exclude> - <exclude>DEPENDENCIES</exclude> - <exclude>README.txt</exclude> - <exclude>*.sh</exclude> - <exclude>.git/**</exclude> - <exclude>.idea/**</exclude> - <exclude>**/generated-sources/**</exclude> - <exclude>**/.gitattributes</exclude> - <!-- disable test directories --> - <exclude>src/test/**</exclude> - <exclude>src/it/**</exclude> - <exclude>.repository/**</exclude><!-- for CI --> - <exclude>**/archetype-resources/**</exclude> - </excludes> - </configuration> - </plugin> - </plugins> - </build> - -</project> diff --git a/maven-archetype-bundles/site-pom.xml b/maven-archetype-bundles/site-pom.xml deleted file mode 100644 index 8efd98e..0000000 --- a/maven-archetype-bundles/site-pom.xml +++ /dev/null @@ -1,44 +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/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> - - <parent> - <groupId>org.apache.maven</groupId> - <artifactId>maven-parent.</artifactId> - <version>32-SNAPSHOT</version> - <relativePath>../site-pom.xml</relativePath> - </parent> - - <groupId>org.apache.maven.archetypes</groupId> - <artifactId>maven-archetypes-bundles</artifactId> - <packaging>pom</packaging> - - <name>Apache Maven Archetypes Parent POM</name> - <description>This project consists of a POM that contains settings that are likely to be useful to any Maven Archetype that is building and releasing code with Maven.</description> - - <issueManagement> - <system>jira</system> - <url>https://issues.apache.org/jira/browse/MPOM/component/12328304</url> - </issueManagement> -</project> diff --git a/maven-archetype-bundles/src/site-docs/apt/index.apt.vm b/maven-archetype-bundles/src/site-docs/apt/index.apt.vm deleted file mode 100644 index 8bab27e..0000000 --- a/maven-archetype-bundles/src/site-docs/apt/index.apt.vm +++ /dev/null @@ -1,42 +0,0 @@ - ----- - Introduction - ----- - Hervé Boutemy - ----- - 2015-11-21 - ----- - -~~ 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. - -~~ NOTE: For help with the syntax of this file, see: -~~ https://maven.apache.org/doxia/references/apt-format.html - -${project.name} - - This POM is the common parent of all of the {{{/doxia/doxia-tools/}Maven Doxia Tools}} - in the Apache Maven project. - -* Site Publication - - Since Doxia Tools are always mono-module builds, this parent POM has configured <<<maven-scm-publish-plugin>>> - {{{/plugins/maven-scm-publish-plugin/examples/one-module-configuration.html}mono module optimization}} - to ease site build & deployment in only one integrated and simplified command: - -+-----+ -mvn -Preporting site-deploy -+-----+ diff --git a/maven-archetype-bundles/src/site-docs/site.xml b/maven-archetype-bundles/src/site-docs/site.xml deleted file mode 100644 index 87011e0..0000000 --- a/maven-archetype-bundles/src/site-docs/site.xml +++ /dev/null @@ -1,42 +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/DECORATION/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 http://maven.apache.org/xsd/decoration-1.8.0.xsd"> - - <body> - <breadcrumbs> - <item name="Maven" href="https://maven.apache.org/pom/maven/index.html" /> - <item name="Archetypes" href="https://maven.apache.org/pom/maven/maven-archetype-bundles/index.html" /> - </breadcrumbs> - - <menu name="Maven Parent POMs"> - <item name="Maven" href="../index.html"/> - <item name="Archetypes" href="../maven-archetypes-bundles/index.html"/> - <item name="Plugins" href="../maven-plugins/index.html"/> - <item name="Shared Components" href="../maven-shared-components/index.html"/> - <item name="Skins" href="../maven-skins/index.html"/> - <item name="Doxia Tools" href="../doxia-tools/index.html"/> - </menu> - - <menu ref="parent" /> - </body> -</project> \ No newline at end of file diff --git a/pom.xml b/pom.xml index 287d82e..6f12f22 100644 --- a/pom.xml +++ b/pom.xml @@ -821,7 +821,6 @@ under the License. </mailingLists> <modules> - <module>maven-archetype-bundles</module> <module>maven-plugins</module> <module>maven-shared-components</module> <module>maven-skins</module> diff --git a/site-pom.xml b/site-pom.xml index abf31a2..6432c88 100644 --- a/site-pom.xml +++ b/site-pom.xml @@ -37,7 +37,6 @@ under the License. <url>https://maven.apache.org/pom/maven/</url> <modules> - <module>maven-archetype-bundles/site-pom.xml</module> <module>maven-plugins/site-pom.xml</module> <module>maven-shared-components/site-pom.xml</module> <module>maven-skins/site-pom.xml</module> -- To stop receiving notification emails like this one, please contact hbout...@apache.org.