From 305627f14c39c98eaed0e5ba653f48bcb9f9a9ce Mon Sep 17 00:00:00 2001 From: aheritier Date: Sun, 23 Oct 2005 21:36:40 +0000 Subject: [PATCH] Use style defined in m1 site (there are some little differences with the m2 one and I don't know how to update/publish it) git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@327861 13f79535-47bb-0310-9956-ffa450edef68 --- plugin-parent/project.properties | 2 +- project.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin-parent/project.properties b/plugin-parent/project.properties index fb5f4761..4243ecab 100644 --- a/plugin-parent/project.properties +++ b/plugin-parent/project.properties @@ -27,7 +27,7 @@ maven.xdoc.date.format = dd MMMM yyyy HH:mm z maven.xdoc.distributionUrl=http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins maven.xdoc.version = ${pom.currentVersion} # Use the maven site theme -maven.xdoc.theme.url=http://maven.apache.org/style/maven-stylus.css +maven.xdoc.theme.url=http://maven.apache.org/maven-1.x/style/maven-stylus.css # Checkstyle plugin settings maven.checkstyle.header.file = ${basedir}/../checkstyle-license.txt diff --git a/project.properties b/project.properties index c59f5c0e..81092c23 100644 --- a/project.properties +++ b/project.properties @@ -48,4 +48,4 @@ maven.site.stage.directory=/home/brett/public_html/maven-stage-site/${pom.siteDi maven.site.deploy.method=rsync maven.site.chmod.mode=775 -maven.xdoc.theme.url=http://maven.apache.org/style/maven-stylus.css +maven.xdoc.theme.url=http://maven.apache.org/maven-1.x/style/maven-stylus.css