Indeed, that may not be the best idea. I'll change it back and copy the site to LATEST when completing the release.
To be honest, I do all that committing of the site manually anyway, as it takes hours (literally) when I do it the automatic way. So I pack the complete generated site, scp it to people.apache.org and commit manually from there - only takes some minutes then. ;-) Am Freitag, 31. Oktober 2014 schrieb Hervé BOUTEMY : > > - <maven.site.path>surefire-archives/surefire-LATEST</maven.site.path> > > +<maven.site.path>surefire-archives/surefire-${project.version} > ></maven.site.path> > > are you sure it's a good idea not to follow others components structure [1] > > Regards, > > Hervé > > [1] > http://maven.apache.org/developers/website/deploy-component-reference-documentation.html > > Le vendredi 31 octobre 2014 16:03:31 agud...@apache.org <javascript:;> a > écrit : > > Repository: maven-surefire > > Updated Branches: > > refs/heads/master c1267f521 -> 190c96706 > > > > > > o Remove Assignee and Fix-Version columns from Jira report (we're using > > onlyCurrentVersion=true anyway), use surefire-${project.version} as path > > name in surefire-archives > > > > > > Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo > > Commit: > > http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/bb9d1ea0 > Tree: > > http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/bb9d1ea0 > Diff: > > http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/bb9d1ea0 > > > > Branch: refs/heads/master > > Commit: bb9d1ea0704be18b6c80dcf74073f98565bde926 > > Parents: c1267f5 > > Author: Andreas Gudian <agud...@apache.org <javascript:;>> > > Authored: Fri Oct 31 17:02:20 2014 +0100 > > Committer: Andreas Gudian <agud...@apache.org <javascript:;>> > > Committed: Fri Oct 31 17:02:20 2014 +0100 > > > > ---------------------------------------------------------------------- > > pom.xml | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > ---------------------------------------------------------------------- > > > > > > > http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/bb9d1ea0/pom.xml > > ---------------------------------------------------------------------- > > diff --git a/pom.xml b/pom.xml > > index 8d5ebaa..1b56683 100644 > > --- a/pom.xml > > +++ b/pom.xml > > @@ -88,7 +88,7 @@ > > <shadedVersion>2.12.4</shadedVersion> > > <mavenPluginPluginVersion>3.3</mavenPluginPluginVersion> > > > > <maven.surefire.scm.devConnection>scm:git: > https://git-wip-us.apache.org/rep > > os/asf/maven-surefire.git</maven.surefire.scm.devConnection> - > > <maven.site.path>surefire-archives/surefire-LATEST</maven.site.path> + > > > <maven.site.path>surefire-archives/surefire-${project.version}</maven.site. > > path> </properties> > > > > <dependencyManagement> > > @@ -416,7 +416,7 @@ > > <version>2.11</version> > > <configuration> > > <!-- For JIRA-report --> > > - > > <columnNames>Type,Priority,Key,Summary,Assignee,Resolution,Fix > > Version</columnNames> + > > <columnNames>Type,Priority,Key,Summary,Resolution</columnNames> > > <onlyCurrentVersion>true</onlyCurrentVersion> > > <resolutionIds>Fixed</resolutionIds> > > <sortColumnNames>type DESC,Priority > > DESC,Key</sortColumnNames> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org <javascript:;> > For additional commands, e-mail: dev-h...@maven.apache.org <javascript:;> > >