You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2011/07/04 23:39:55 UTC

svn commit: r1142816 - in /maven/shared/trunk/maven-shared-components: site-pom.xml src/site-docs/ src/site-docs/apt/ src/site-docs/apt/index.apt

Author: hboutemy
Date: Mon Jul  4 21:39:55 2011
New Revision: 1142816

URL: http://svn.apache.org/viewvc?rev=1142816&view=rev
Log:
[MPOM-24] added documentation for maven shared components like other parent poms

Added:
    maven/shared/trunk/maven-shared-components/site-pom.xml   (with props)
    maven/shared/trunk/maven-shared-components/src/site-docs/
    maven/shared/trunk/maven-shared-components/src/site-docs/apt/
    maven/shared/trunk/maven-shared-components/src/site-docs/apt/index.apt   (with props)

Added: maven/shared/trunk/maven-shared-components/site-pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-shared-components/site-pom.xml?rev=1142816&view=auto
==============================================================================
--- maven/shared/trunk/maven-shared-components/site-pom.xml (added)
+++ maven/shared/trunk/maven-shared-components/site-pom.xml Mon Jul  4 21:39:55 2011
@@ -0,0 +1,69 @@
+<?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.shared</groupId>
+    <artifactId>maven-shared-components</artifactId>
+    <version>17-SNAPSHOT</version>
+    <relativePath>./pom.xml</relativePath>
+  </parent>
+
+  <artifactId>maven-shared-components-site</artifactId>
+  <packaging>pom</packaging>
+
+  <name>Apache Maven Shared Components POM</name>
+  <description>This project consists of a POM that contains settings that are likely to be useful to any Maven Shared Component that is building and releasing code with Maven 2/3.</description>
+  <url>http://maven.apache.org/pom/maven-shared-component/</url>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/shared/trunk/maven-shared-components</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/shared/trunk/maven-shared-components</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/shared/trunk/maven-shared-components</url>
+  </scm>
+  <issueManagement>
+    <system>jira</system>
+    <url>http://issues.apache.org/jira/browse/MPOM/component/12314801</url>
+  </issueManagement>
+  <ciManagement>
+    <system>Jenkins</system>
+    <url>https://builds.apache.org//view/M-R/view/Maven/job/maven-shared-components/</url>
+  </ciManagement>
+  <distributionManagement>
+    <site>
+      <id>apache.website</id>
+      <url>scp://people.apache.org/www/maven.apache.org/pom/maven-shared-components/</url>
+    </site>
+  </distributionManagement>
+
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-site-plugin</artifactId>
+        <configuration>
+          <siteDirectory>${basedir}/src/site-docs</siteDirectory>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+</project>
\ No newline at end of file

Propchange: maven/shared/trunk/maven-shared-components/site-pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/shared/trunk/maven-shared-components/site-pom.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Propchange: maven/shared/trunk/maven-shared-components/site-pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: maven/shared/trunk/maven-shared-components/src/site-docs/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-shared-components/src/site-docs/apt/index.apt?rev=1142816&view=auto
==============================================================================
--- maven/shared/trunk/maven-shared-components/src/site-docs/apt/index.apt (added)
+++ maven/shared/trunk/maven-shared-components/src/site-docs/apt/index.apt Mon Jul  4 21:39:55 2011
@@ -0,0 +1,51 @@
+ -----
+ Maven Shared Components POM
+ -----
+ Hervé Boutemy
+ -----
+ 2011-07-04
+ -----
+
+~~ 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:
+~~ http://maven.apache.org/doxia/references/apt-format.html
+
+Maven Shared Components POM
+
+    This POM is the common parent of all of the Maven Shared Components
+    in the Apache Maven project.
+
+History
+
+    As of version 17, this POM sets the Java source and target versions to 1.5. Thus any component
+    moved to version 17+ of this POM moves to requiring Java 1.5.
+
+*--------------+------------+
+|| <<Version>> || <<Release Date>> ||
+*--------------+------------+
+| {{{http://svn.apache.org/viewvc/maven/shared/trunk/maven-shared-components/pom.xml?view=markup}17-SNAPSHOT}} | - |
+*--------------+------------+
+| {{{http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-16/pom.xml?view=markup}16}} ({{{http://svn.apache.org/viewvc/maven/shared/trunk/maven-shared-components/pom.xml?r1=1069636&r2=905061&diff_format=h}diff}}) | 2011-02-15 |
+*--------------+------------+
+| {{{http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-15/pom.xml?view=markup}15}} ({{{http://svn.apache.org/viewvc/maven/shared/trunk/maven-shared-components/pom.xml?r1=905061&r2=831141&diff_format=h}diff}}) | 2010-02-04 |
+*--------------+------------+
+| {{{http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-14/pom.xml?view=markup}14}} ({{{http://svn.apache.org/viewvc/maven/shared/trunk/maven-shared-components/pom.xml?r1=831141&r2=829596&diff_format=h}diff}}) | 2009-11-02 |
+*--------------+------------+
+| {{{http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-13/pom.xml?view=markup}13}} ({{{http://svn.apache.org/viewvc/maven/shared/trunk/maven-shared-components/pom.xml?r1=829596&r2=814155&diff_format=h}diff}}) | 2009-10-28 |
+*--------------+------------+

Propchange: maven/shared/trunk/maven-shared-components/src/site-docs/apt/index.apt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/shared/trunk/maven-shared-components/src/site-docs/apt/index.apt
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision