Hi, 2008/4/26 Brett Porter <[EMAIL PROTECTED]>: > Thanks Vincent! > > I wonder if it's better to push towards using the site inheritance > hierarchy for these links now?
The site inheritance has actually some limitations (ie MSITE-136) but your point is definitely the right direction to go. Also, IMHO the release manager should take care of pom/site inheritance. Cheers, Vincent > > Given Maven 1.x has been retired, should it also be removed? > > - Brett > > On 26/04/2008, at 8:45 PM, [EMAIL PROTECTED] wrote: > > > > Author: vsiveton > > Date: Sat Apr 26 05:45:08 2008 > > New Revision: 651822 > > > > URL: http://svn.apache.org/viewvc?rev=651822&view=rev > > Log: > > o continuum is now a TLP > > > > Modified: > > > maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/test/resources/site/site.xml > > maven/doxia/doxia-sitetools/trunk/src/site/site.xml > > maven/doxia/doxia-tools/trunk/doxia-converter/src/site/site.xml > > maven/doxia/doxia-tools/trunk/doxia-linkcheck/src/site/site.xml > > maven/doxia/doxia/trunk/doxia-book/src/site/site.xml > > maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src/site/site.xml > > maven/doxia/doxia/trunk/src/site/site.xml > > maven/doxia/site/src/site/site.xml > > > > Modified: > maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/test/resources/site/site.xml > > URL: > http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/test/resources/site/site.xml?rev=651822&r1=651821&r2=651822&view=diff > > > ============================================================================== > > --- > maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/test/resources/site/site.xml > (original) > > +++ > maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/test/resources/site/site.xml > Sat Apr 26 05:45:08 2008 > > @@ -40,7 +40,6 @@ > > <item name="Apache" href="http://www.apache.org/"/> > > <item name="Maven 1.x" href="http://maven.apache.org/maven-1.x"/> > > <item name="Maven 2.x" href="http://maven.apache.org/"/> > > - <item name="Continuum" href="http://maven.apache.org/continuum"/> > > <item name="SCM" href="http://maven.apache.org/scm"/> > > <item name="Wagon" href="http://maven.apache.org/wagon"/> > > <item name="JXR" href="http://maven.apache.org/jxr"/> > > > > Modified: maven/doxia/doxia-sitetools/trunk/src/site/site.xml > > URL: > http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/src/site/site.xml?rev=651822&r1=651821&r2=651822&view=diff > > > ============================================================================== > > --- maven/doxia/doxia-sitetools/trunk/src/site/site.xml (original) > > +++ maven/doxia/doxia-sitetools/trunk/src/site/site.xml Sat Apr 26 > 05:45:08 2008 > > @@ -40,7 +40,6 @@ > > <item name="Apache" href="http://www.apache.org/"/> > > <item name="Maven 1.x" href="http://maven.apache.org/maven-1.x"/> > > <item name="Maven 2.x" href="http://maven.apache.org/"/> > > - <item name="Continuum" href="http://maven.apache.org/continuum"/> > > <item name="SCM" href="http://maven.apache.org/scm"/> > > <item name="Wagon" href="http://maven.apache.org/wagon"/> > > <item name="JXR" href="http://maven.apache.org/jxr"/> > > > > Modified: maven/doxia/doxia-tools/trunk/doxia-converter/src/site/site.xml > > URL: > http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-converter/src/site/site.xml?rev=651822&r1=651821&r2=651822&view=diff > > > ============================================================================== > > --- maven/doxia/doxia-tools/trunk/doxia-converter/src/site/site.xml > (original) > > +++ maven/doxia/doxia-tools/trunk/doxia-converter/src/site/site.xml Sat > Apr 26 05:45:08 2008 > > @@ -40,7 +40,6 @@ > > <item name="Apache" href="http://www.apache.org/"/> > > <item name="Maven 1.x" href="http://maven.apache.org/maven-1.x"/> > > <item name="Maven 2.x" href="http://maven.apache.org/"/> > > - <item name="Continuum" href="http://maven.apache.org/continuum"/> > > <item name="SCM" href="http://maven.apache.org/scm"/> > > <item name="Wagon" href="http://maven.apache.org/wagon"/> > > <item name="JXR" href="http://maven.apache.org/jxr"/> > > > > Modified: maven/doxia/doxia-tools/trunk/doxia-linkcheck/src/site/site.xml > > URL: > http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-linkcheck/src/site/site.xml?rev=651822&r1=651821&r2=651822&view=diff > > > ============================================================================== > > --- maven/doxia/doxia-tools/trunk/doxia-linkcheck/src/site/site.xml > (original) > > +++ maven/doxia/doxia-tools/trunk/doxia-linkcheck/src/site/site.xml Sat > Apr 26 05:45:08 2008 > > @@ -40,7 +40,6 @@ > > <item name="Apache" href="http://www.apache.org/"/> > > <item name="Maven 1.x" href="http://maven.apache.org/maven-1.x"/> > > <item name="Maven 2.x" href="http://maven.apache.org/"/> > > - <item name="Continuum" href="http://maven.apache.org/continuum"/> > > <item name="SCM" href="http://maven.apache.org/scm"/> > > <item name="Wagon" href="http://maven.apache.org/wagon"/> > > <item name="JXR" href="http://maven.apache.org/jxr"/> > > > > Modified: maven/doxia/doxia/trunk/doxia-book/src/site/site.xml > > URL: > http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-book/src/site/site.xml?rev=651822&r1=651821&r2=651822&view=diff > > > ============================================================================== > > --- maven/doxia/doxia/trunk/doxia-book/src/site/site.xml (original) > > +++ maven/doxia/doxia/trunk/doxia-book/src/site/site.xml Sat Apr 26 > 05:45:08 2008 > > @@ -46,7 +46,6 @@ > > <item name="Apache" href="http://www.apache.org/"/> > > <item name="Maven 1.x" href="http://maven.apache.org/maven-1.x"/> > > <item name="Maven 2.x" href="http://maven.apache.org/"/> > > - <item name="Continuum" href="http://maven.apache.org/continuum"/> > > <item name="SCM" href="http://maven.apache.org/scm"/> > > <item name="Wagon" href="http://maven.apache.org/wagon"/> > > <item name="JXR" href="http://maven.apache.org/jxr"/> > > > > Modified: > maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src/site/site.xml > > URL: > http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src/site/site.xml?rev=651822&r1=651821&r2=651822&view=diff > > > ============================================================================== > > --- > maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src/site/site.xml > (original) > > +++ > maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src/site/site.xml Sat > Apr 26 05:45:08 2008 > > @@ -40,7 +40,6 @@ > > <item name="Apache" href="http://www.apache.org/"/> > > <item name="Maven 1.x" href="http://maven.apache.org/maven-1.x"/> > > <item name="Maven 2.x" href="http://maven.apache.org/"/> > > - <item name="Continuum" href="http://maven.apache.org/continuum"/> > > <item name="SCM" href="http://maven.apache.org/scm"/> > > <item name="Wagon" href="http://maven.apache.org/wagon"/> > > <item name="JXR" href="http://maven.apache.org/jxr"/> > > > > Modified: maven/doxia/doxia/trunk/src/site/site.xml > > URL: > http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/src/site/site.xml?rev=651822&r1=651821&r2=651822&view=diff > > > ============================================================================== > > --- maven/doxia/doxia/trunk/src/site/site.xml (original) > > +++ maven/doxia/doxia/trunk/src/site/site.xml Sat Apr 26 05:45:08 2008 > > @@ -40,7 +40,6 @@ > > <item name="Apache" href="http://www.apache.org/"/> > > <item name="Maven 1.x" href="http://maven.apache.org/maven-1.x"/> > > <item name="Maven 2.x" href="http://maven.apache.org/"/> > > - <item name="Continuum" href="http://maven.apache.org/continuum"/> > > <item name="SCM" href="http://maven.apache.org/scm"/> > > <item name="Wagon" href="http://maven.apache.org/wagon"/> > > <item name="JXR" href="http://maven.apache.org/jxr"/> > > > > Modified: maven/doxia/site/src/site/site.xml > > URL: > http://svn.apache.org/viewvc/maven/doxia/site/src/site/site.xml?rev=651822&r1=651821&r2=651822&view=diff > > > ============================================================================== > > --- maven/doxia/site/src/site/site.xml (original) > > +++ maven/doxia/site/src/site/site.xml Sat Apr 26 05:45:08 2008 > > @@ -40,7 +40,6 @@ > > <item name="Apache" href="http://www.apache.org/"/> > > <item name="Maven 1.x" href="http://maven.apache.org/maven-1.x"/> > > <item name="Maven 2.x" href="http://maven.apache.org/"/> > > - <item name="Continuum" href="http://maven.apache.org/continuum"/> > > <item name="SCM" href="http://maven.apache.org/scm"/> > > <item name="Wagon" href="http://maven.apache.org/wagon"/> > > <item name="JXR" href="http://maven.apache.org/jxr"/> > > > > > > > > -- > Brett Porter > [EMAIL PROTECTED] > http://blogs.exist.com/bporter/ > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
