You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/04/01 15:36:04 UTC

[maven-help-plugin] branch MPH-150 updated (e02dda3 -> b932057)

This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a change to branch MPH-150
in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git.


 discard e02dda3  [MPH-150] - Reference of scm url to gitbox instead of github
     add 6ddcd0d  [MPH-146] - JavaDoc Issues / Code Cleanups  o Removed vesion $Id$  o Fixed JavaDoc issues (removed param which does not exist).
     add 18c8170  [MPH-149] - Upgrade jdom-legacy to jdom2 2.0.6
     add 342e3ef  [MPH-148] - Upgrade xstream to 1.4.10
     new b932057  [MPH-150] - Reference of scm url to gitbox instead of github

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (e02dda3)
            \
             N -- N -- N   refs/heads/MPH-150 (b932057)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                                            | 64 ++++++++++++++++------
 .../maven/plugins/help/AbstractEffectiveMojo.java  | 12 ++--
 .../maven/plugins/help/AbstractHelpMojo.java       |  1 -
 .../maven/plugins/help/ActiveProfilesMojo.java     |  1 -
 .../apache/maven/plugins/help/AllProfilesMojo.java | 11 ++--
 .../apache/maven/plugins/help/DescribeMojo.java    |  1 -
 .../maven/plugins/help/EffectivePomMojo.java       | 11 ++--
 .../maven/plugins/help/EffectiveSettingsMojo.java  |  1 -
 .../apache/maven/plugins/help/EvaluateMojo.java    |  1 -
 .../org/apache/maven/plugins/help/SystemMojo.java  |  1 -
 .../maven/plugins/help/DescribeMojoTest.java       |  1 -
 .../help/stubs/DefaultMavenProjectStub.java        |  1 -
 12 files changed, 61 insertions(+), 45 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.

Re: [maven-help-plugin] 01/01: [MPH-150] - Reference of scm url to gitbox instead of github

Posted by Olivier Lamy <ol...@apache.org>.
+1
Definitely better github link as users can start fork, pull requests etc...

On Mon, 2 Apr 2018 at 2:20 am, Michael Osipov <mi...@apache.org> wrote:

> <url /> should stay at GitHub as it gives users the chance to comment on
> our work. Gitweb does not allow that. I consider Gitweb as something
> Apache-internal/reference.
>
> Am 2018-04-01 um 18:03 schrieb Hervé BOUTEMY:
> > do you really think it's an improvement for end users?
> >
> > personally, I thought having both some GitBox and some GitHub links in
> the scm
> > report was better to let users choose where they want to have a look
> >
> > now, if we decide to change, let's change for all components in a row
> >
> > Regards,
> >
> > Hervé
> >
> > Le dimanche 1 avril 2018, 17:36:05 CEST khmarbaise@apache.org a écrit :
> >> This is an automated email from the ASF dual-hosted git repository.
> >>
> >> khmarbaise pushed a commit to branch MPH-150
> >> in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git
> >>
> >> commit b93205797cab493f9d485a9f76ec4e71767c12bc
> >> Author: Karl Heinz Marbaise <kh...@apache.org>
> >> AuthorDate: Sat Mar 31 11:58:07 2018 +0200
> >>
> >>      [MPH-150] - Reference of scm url to gitbox instead of github
> >> ---
> >>   pom.xml | 2 +-
> >>   1 file changed, 1 insertion(+), 1 deletion(-)
> >>
> >> diff --git a/pom.xml b/pom.xml
> >> index fc0e995..dc9ae9a 100644
> >> --- a/pom.xml
> >> +++ b/pom.xml
> >> @@ -51,7 +51,7 @@
> >>     <scm>
> >>
> >> <connection>scm:git:
> https://gitbox.apache.org/repos/asf/maven-help-plugin.g
> >> it</connection>
> >> <developerConnection>scm:git:
> https://gitbox.apache.org/repos/asf/maven-help
> >> -plugin.git</developerConnection> -
> >> <url>
> https://github.com/apache/maven-help-plugin/tree/${project.scm.tag}</u
> >> rl> +
> >> <url>
> https://gitbox.apache.org/repos/asf?p=maven-help-plugin.git;a=tag;h=re
> >> fs/tags/${project.scm.tag}</url> <tag>HEAD</tag>
> >>     </scm>
> >>     <issueManagement>
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > For additional commands, e-mail: dev-help@maven.apache.org
> >
> >
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
> --
Olivier Lamy
http://twitter.com/olamy | http://linkedin.com/in/olamy

Re: [maven-help-plugin] 01/01: [MPH-150] - Reference of scm url to gitbox instead of github

Posted by Michael Osipov <mi...@apache.org>.
<url /> should stay at GitHub as it gives users the chance to comment on 
our work. Gitweb does not allow that. I consider Gitweb as something 
Apache-internal/reference.

Am 2018-04-01 um 18:03 schrieb Hervé BOUTEMY:
> do you really think it's an improvement for end users?
> 
> personally, I thought having both some GitBox and some GitHub links in the scm
> report was better to let users choose where they want to have a look
> 
> now, if we decide to change, let's change for all components in a row
> 
> Regards,
> 
> Hervé
> 
> Le dimanche 1 avril 2018, 17:36:05 CEST khmarbaise@apache.org a écrit :
>> This is an automated email from the ASF dual-hosted git repository.
>>
>> khmarbaise pushed a commit to branch MPH-150
>> in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git
>>
>> commit b93205797cab493f9d485a9f76ec4e71767c12bc
>> Author: Karl Heinz Marbaise <kh...@apache.org>
>> AuthorDate: Sat Mar 31 11:58:07 2018 +0200
>>
>>      [MPH-150] - Reference of scm url to gitbox instead of github
>> ---
>>   pom.xml | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/pom.xml b/pom.xml
>> index fc0e995..dc9ae9a 100644
>> --- a/pom.xml
>> +++ b/pom.xml
>> @@ -51,7 +51,7 @@
>>     <scm>
>>      
>> <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-help-plugin.g
>> it</connection>
>> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-help
>> -plugin.git</developerConnection> -
>> <url>https://github.com/apache/maven-help-plugin/tree/${project.scm.tag}</u
>> rl> +
>> <url>https://gitbox.apache.org/repos/asf?p=maven-help-plugin.git;a=tag;h=re
>> fs/tags/${project.scm.tag}</url> <tag>HEAD</tag>
>>     </scm>
>>     <issueManagement>
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [maven-help-plugin] 01/01: [MPH-150] - Reference of scm url to gitbox instead of github

Posted by Hervé BOUTEMY <he...@free.fr>.
do you really think it's an improvement for end users?

personally, I thought having both some GitBox and some GitHub links in the scm 
report was better to let users choose where they want to have a look

now, if we decide to change, let's change for all components in a row

Regards,

Hervé

Le dimanche 1 avril 2018, 17:36:05 CEST khmarbaise@apache.org a écrit :
> This is an automated email from the ASF dual-hosted git repository.
> 
> khmarbaise pushed a commit to branch MPH-150
> in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git
> 
> commit b93205797cab493f9d485a9f76ec4e71767c12bc
> Author: Karl Heinz Marbaise <kh...@apache.org>
> AuthorDate: Sat Mar 31 11:58:07 2018 +0200
> 
>     [MPH-150] - Reference of scm url to gitbox instead of github
> ---
>  pom.xml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/pom.xml b/pom.xml
> index fc0e995..dc9ae9a 100644
> --- a/pom.xml
> +++ b/pom.xml
> @@ -51,7 +51,7 @@
>    <scm>
>     
> <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-help-plugin.g
> it</connection>
> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-help
> -plugin.git</developerConnection> -   
> <url>https://github.com/apache/maven-help-plugin/tree/${project.scm.tag}</u
> rl> +   
> <url>https://gitbox.apache.org/repos/asf?p=maven-help-plugin.git;a=tag;h=re
> fs/tags/${project.scm.tag}</url> <tag>HEAD</tag>
>    </scm>
>    <issueManagement>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[maven-help-plugin] 01/01: [MPH-150] - Reference of scm url to gitbox instead of github

Posted by kh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch MPH-150
in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git

commit b93205797cab493f9d485a9f76ec4e71767c12bc
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Mar 31 11:58:07 2018 +0200

    [MPH-150] - Reference of scm url to gitbox instead of github
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index fc0e995..dc9ae9a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,7 +51,7 @@
   <scm>
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-help-plugin.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-help-plugin.git</developerConnection>
-    <url>https://github.com/apache/maven-help-plugin/tree/${project.scm.tag}</url>
+    <url>https://gitbox.apache.org/repos/asf?p=maven-help-plugin.git;a=tag;h=refs/tags/${project.scm.tag}</url>
     <tag>HEAD</tag>
   </scm>
   <issueManagement>

-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.