You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ag...@apache.org on 2014/10/31 17:03:31 UTC

[1/2] git commit: 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

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 <ag...@apache.org>
Authored: Fri Oct 31 17:02:20 2014 +0100
Committer: Andreas Gudian <ag...@apache.org>
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/repos/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>


Re: [1/2] git commit: 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

Posted by Andreas Gudian <an...@gmail.com>.
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 agudian@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 <agudian@apache.org <javascript:;>>
> > Authored: Fri Oct 31 17:02:20 2014 +0100
> > Committer: Andreas Gudian <agudian@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-unsubscribe@maven.apache.org <javascript:;>
> For additional commands, e-mail: dev-help@maven.apache.org <javascript:;>
>
>

Re: [1/2] git commit: 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

Posted by Hervé BOUTEMY <he...@free.fr>.
> - <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 agudian@apache.org 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 <ag...@apache.org>
> Authored: Fri Oct 31 17:02:20 2014 +0100
> Committer: Andreas Gudian <ag...@apache.org>
> 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-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[2/2] git commit: o Fix section formatting for "Test Execution and Single Thread Execution"

Posted by ag...@apache.org.
o Fix section formatting for "Test Execution and Single Thread Execution"


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/190c9670
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/190c9670
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/190c9670

Branch: refs/heads/master
Commit: 190c96706327d222a82665a63834ed7b881611ef
Parents: bb9d1ea
Author: Andreas Gudian <ag...@apache.org>
Authored: Fri Oct 31 17:02:51 2014 +0100
Committer: Andreas Gudian <ag...@apache.org>
Committed: Fri Oct 31 17:02:51 2014 +0100

----------------------------------------------------------------------
 .../site/apt/examples/fork-options-and-parallel-execution.apt.vm   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/190c9670/maven-surefire-plugin/src/site/apt/examples/fork-options-and-parallel-execution.apt.vm
----------------------------------------------------------------------
diff --git a/maven-surefire-plugin/src/site/apt/examples/fork-options-and-parallel-execution.apt.vm b/maven-surefire-plugin/src/site/apt/examples/fork-options-and-parallel-execution.apt.vm
index 81d32f5..aca06ca 100644
--- a/maven-surefire-plugin/src/site/apt/examples/fork-options-and-parallel-execution.apt.vm
+++ b/maven-surefire-plugin/src/site/apt/examples/fork-options-and-parallel-execution.apt.vm
@@ -110,7 +110,7 @@ Fork Options and Parallel Test Execution
   <<<forkCount>>> to a value higher than 1. The next section covers the details 
   about this and the related <<<reuseForks>>> property.
 
-  * Parallel Test Execution and Single Thread Execution
+* Parallel Test Execution and Single Thread Execution
 
   As mentioned above the <<<parallel>>> test execution is used with specific
   thread count. Since of Surefire 2.18, you can apply the JCIP annotation