Author: hboutemy
Date: Mon Jan 9 21:27:34 2012
New Revision: 1229361
URL: http://svn.apache.org/viewvc?rev=1229361&view=rev
Log:
added parent pom documentation
Added:
maven/skins/trunk/maven-skins/site-pom.xml (with props)
maven/skins/trunk/maven-skins/src/
maven/skins/trunk/maven-skins/src/site-docs/
maven/skins/trunk/maven-skins/src/site-docs/apt/
maven/skins/trunk/maven-skins/src/site-docs/apt/index.apt (with props)
maven/skins/trunk/maven-skins/src/site-docs/site.xml (with props)
Added: maven/skins/trunk/maven-skins/site-pom.xml
URL:
http://svn.apache.org/viewvc/maven/skins/trunk/maven-skins/site-pom.xml?rev=1229361&view=auto
==============================================================================
--- maven/skins/trunk/maven-skins/site-pom.xml (added)
+++ maven/skins/trunk/maven-skins/site-pom.xml Mon Jan 9 21:27:34 2012
@@ -0,0 +1,70 @@
+<?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.skins</groupId>
+ <artifactId>maven-skins</artifactId>
+ <version>5</version>
+ <relativePath>./pom.xml</relativePath>
+ </parent>
+
+ <artifactId>maven-skins.</artifactId>
+ <packaging>pom</packaging>
+
+ <name>Apache Maven Skins Parent POM</name>
+ <description>This project consists of a POM that contains settings that are
likely to be useful to any Maven Skin that is building and releasing code with
Maven 2/3.</description>
+ <url>http://maven.apache.org/pom/skins/</url>
+
+ <scm>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/skins/trunk/maven-skins/</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/skins/trunk/maven-skins/</developerConnection>
+ <url>http://svn.apache.org/viewvc/maven/skins/trunk/maven-skins/</url>
+ </scm>
+ <issueManagement>
+ <system>jira</system>
+ <url>http://issues.apache.org/jira/browse/MPOM/component/12317104</url>
+ </issueManagement>
+ <ciManagement>
+ <system>Jenkins</system>
+ <url>https://builds.apache.org//view/M-R/view/Maven/job/maven-skins/</url>
+ </ciManagement>
+ <distributionManagement>
+ <site>
+ <id>apache.website</id>
+ <url>scp://people.apache.org/www/maven.apache.org/pom/skins/</url>
+ </site>
+ </distributionManagement>
+
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-site-plugin</artifactId>
+ <configuration>
+ <siteDirectory>${basedir}/src/site-docs</siteDirectory>
+
<stagingSiteURL>scp://people.apache.org/www/maven.apache.org/pom/skins-${project.version}/</stagingSiteURL>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
\ No newline at end of file
Propchange: maven/skins/trunk/maven-skins/site-pom.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: maven/skins/trunk/maven-skins/site-pom.xml
------------------------------------------------------------------------------
svn:keywords = Author Date Id Revision
Propchange: maven/skins/trunk/maven-skins/site-pom.xml
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added: maven/skins/trunk/maven-skins/src/site-docs/apt/index.apt
URL:
http://svn.apache.org/viewvc/maven/skins/trunk/maven-skins/src/site-docs/apt/index.apt?rev=1229361&view=auto
==============================================================================
--- maven/skins/trunk/maven-skins/src/site-docs/apt/index.apt (added)
+++ maven/skins/trunk/maven-skins/src/site-docs/apt/index.apt Mon Jan 9
21:27:34 2012
@@ -0,0 +1,42 @@
+ -----
+ Maven Skins Parent POM
+ -----
+ Hervé Boutemy
+ -----
+ 2012-01-09
+ -----
+
+~~ 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 Skins Parent POM
+
+ This POM is the common parent of all of the Maven Skins
+ in the Apache Maven project.
+
+History
+
+*--------------+------------+
+|| <<Version>> || <<Release Date>> ||
+*--------------+------------+
+|
{{{http://svn.apache.org/viewvc/maven/skins/tags/maven-skins-5/pom.xml?view=markup}5}}
({{{http://svn.apache.org/viewvc/maven/skins/tags/maven-skins-5/pom.xml?r1=HEAD&r2=730790&diff_format=h}diff}})
| 2010-03-14 |
+*--------------+------------+
+|
{{{http://svn.apache.org/viewvc/maven/skins/tags/maven-skins-4/pom.xml?view=markup}4}}
({{{http://svn.apache.org/viewvc/maven/skins/tags/maven-skins-4/pom.xml?r1=HEAD&r2=526733&diff_format=h}diff}})
| 2009-01-02 |
+*--------------+------------+
Propchange: maven/skins/trunk/maven-skins/src/site-docs/apt/index.apt
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: maven/skins/trunk/maven-skins/src/site-docs/apt/index.apt
------------------------------------------------------------------------------
svn:keywords = Author Date Id Revision
Added: maven/skins/trunk/maven-skins/src/site-docs/site.xml
URL:
http://svn.apache.org/viewvc/maven/skins/trunk/maven-skins/src/site-docs/site.xml?rev=1229361&view=auto
==============================================================================
--- maven/skins/trunk/maven-skins/src/site-docs/site.xml (added)
+++ maven/skins/trunk/maven-skins/src/site-docs/site.xml Mon Jan 9 21:27:34
2012
@@ -0,0 +1,26 @@
+<?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.1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0
http://maven.apache.org/xsd/decoration-1.1.0.xsd">
+ <body>
+ </body>
+</project>
\ No newline at end of file
Propchange: maven/skins/trunk/maven-skins/src/site-docs/site.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: maven/skins/trunk/maven-skins/src/site-docs/site.xml
------------------------------------------------------------------------------
svn:keywords = Author Date Id Revision
Propchange: maven/skins/trunk/maven-skins/src/site-docs/site.xml
------------------------------------------------------------------------------
svn:mime-type = text/plain