Author: vsiveton
Date: Wed Jan 9 14:22:33 2008
New Revision: 610599
URL: http://svn.apache.org/viewvc?rev=610599&view=rev
Log:
o specify Super POM for 2.0.x and 2.1
Modified:
maven/site/trunk/src/site/apt/guides/introduction/introduction-to-the-pom.apt
Modified:
maven/site/trunk/src/site/apt/guides/introduction/introduction-to-the-pom.apt
URL:
http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/guides/introduction/introduction-to-the-pom.apt?rev=610599&r1=610598&r2=610599&view=diff
==============================================================================
---
maven/site/trunk/src/site/apt/guides/introduction/introduction-to-the-pom.apt
(original)
+++
maven/site/trunk/src/site/apt/guides/introduction/introduction-to-the-pom.apt
Wed Jan 9 14:22:33 2008
@@ -60,7 +60,11 @@
* {Super POM}
The Super POM is Maven's default POM. All POMs extend the Super POM unless
explicitly set, meaning the configuration specified
- in the Super POM is inherited by the POMs you created for your projects. The
snippet below is the Super POM.
+ in the Super POM is inherited by the POMs you created for your projects. The
snippet below is the Super POM for Maven 2.0.x.
+
+%{snippet|id=superpom|url=http://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x/maven-project/src/main/resources/org/apache/maven/project/pom-4.0.0.xml}
+
+ The snippet below is the Super POM for Maven 2.1.x.
%{snippet|id=superpom|url=http://svn.apache.org/repos/asf/maven/components/trunk/maven-project/src/main/resources/org/apache/maven/project/pom-4.0.0.xml}