[GitHub] maven-scm issue #47: support @ in username of scm url

2016-06-09 Thread olamy
Github user olamy commented on the issue:

https://github.com/apache/maven-scm/pull/47
  
jira [SCM-828]


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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



[GitHub] maven-scm pull request #47: support @ in username of scm url

2016-06-09 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/maven-scm/pull/47


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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



Re: [VOTE] Release Apache Maven JAR Plugin version 3.0.1

2016-06-09 Thread Karl Heinz Marbaise

Hi,
here is my +1 from me.

Kind regards
Karl Heinz Marbaise
On 6/6/16 10:10 PM, Karl Heinz Marbaise wrote:

Hi,

We solved 4 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317526=12335708


There are still a couple of issues left in JIRA:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20XX%20AND%20status%20%3D%20Open%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC


Staging repo:
https://repository.apache.org/content/repositories/maven-1276/
https://repository.apache.org/content/repositories/maven-1276/org/apache/maven/plugins/maven-jar-plugin/3.0.1/maven-jar-plugin-3.0.1-source-release.zip


Source release checksum(s):
maven-jar-plugin-3.0.1-source-release.zip sha1:
195a324abe69bae09204bc8fefe11e1e11264155

Staging site:
http://maven.apache.org/plugins-archives/maven-jar-plugin-LATEST/

Guide to testing staged releases:
http://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1

Kind regards
Karl Heinz Marbaise


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



Re: [VOTE] Release Apache Maven Javadoc Plugin version 2.10.4

2016-06-09 Thread Karl Heinz Marbaise

Hi,

+1 from me.


On 6/7/16 8:39 PM, Robert Scholte wrote:

Hi,

We solved 12 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317529=12331967=Text


There are still a couple of issues left in JIRA:
https://issues.apache.org/jira/issues/?jql=project%20%3D%2012317529%20AND%20status%20%3D%20Open%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC


Staging repo:
https://repository.apache.org/content/repositories/maven-1277/
https://repository.apache.org/content/repositories/maven-1277/org/apache/maven/plugins/maven-javadoc-plugin/2.10.4/maven-javadoc-plugin-2.10.4-source-release.zip

Source release checksum(s):
maven-javadoc-plugin-2.10.4-source-release.zip sha1:
9bd4cef08be14f6c313db68a6cd57b97e449e0aa

Staging site:
http://maven.apache.org/plugins-archives/maven-javadoc-plugin-LATEST/

Guide to testing staged releases:
http://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1


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



[GitHub] maven-archetype issue #8: ARCHETYPE-491

2016-06-09 Thread kwin
Github user kwin commented on the issue:

https://github.com/apache/maven-archetype/pull/8
  
I would need to have closer look at the already existing ITs. But that 
won't happen too soon I fear. Only an IT would make sense for this change.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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



[GitHub] maven-archetype issue #8: ARCHETYPE-491

2016-06-09 Thread ptahchiev
Github user ptahchiev commented on the issue:

https://github.com/apache/maven-archetype/pull/8
  
Can you also provide some tests with this pull-request?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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



[GitHub] maven-archetype issue #9: Add properties to enable or disable generation of ...

2016-06-09 Thread ptahchiev
Github user ptahchiev commented on the issue:

https://github.com/apache/maven-archetype/pull/9
  
Hello,
I think what you are asking is in the context of this issue:

https://issues.apache.org/jira/browse/ARCHETYPE-494

I have it already implemented and will be included in the next version of 
the maven archetype plugin. There you can specify a groovy file, which will be 
executed after the archetype generation. I personally use this groovy file to 
do something similar: I read properties from the command line and then remove 
declared dependencies, classes and jsp files which the user might not need.

Please let me know if that helps so I can close this pull request.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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



Re: colorized Maven output

2016-06-09 Thread Christian Schulte
Am 06/09/16 um 09:04 schrieb Petar Tahchiev:
> Hello,
> 
> I checked on Windows with Herve's [1]. Unfortunately I am unable to build
> my project with 3.4.0-SNAPSHOT. I have this dependency:
> 
> 
> org.drools
> drools-bom
> pom
> ${drools.version}
> import
> 
> 
> where drools version is defined to be
> 6.4.0.Final. And when I build it I get:
> 
> [ERROR] Non-resolvable import POM: Failure to find
> org.kie:kie-bom:pom:${project.version} in http://repo1.maven.org/maven2/
> was cached in the local repository, resolution will not be reattempted
> until the update interval of official-m2-repo has elapsed or updates are
> forced @ org.drools:drools-bom:[unknown-version]
> [org.drools:drools-bom:[unknown-version]],
> [C:\Users\e-tahchpet\.m2\repository\org\drools\drools-bom\6.4.0.Final\drools-bom-6.4.0.Final.pom],
> line 27, column 19

That's fixed on 'master' now.






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



Re: Maven Server matching

2016-06-09 Thread Andreas Sewe
Hi,

> 1. Running several *different* flavours of SCMs on the same host. Say you 
> have a host called "repohost" which is both an SVN and a Git host. Ok, not 
> very likely, but alas not something possible today.

FYI, Github does just that. In particular, they support "git clone" and
"svn checkout" under the same *URI*
(), not just the same host.

Best wishes,

Andreas

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



Re: colorized Maven output

2016-06-09 Thread Christian Schulte
Am 06/09/16 um 09:04 schrieb Petar Tahchiev:
> Hello,
> 
> I checked on Windows with Herve's [1]. Unfortunately I am unable to build
> my project with 3.4.0-SNAPSHOT. I have this dependency:
> 
> 
> org.drools
> drools-bom
> pom
> ${drools.version}
> import
> 
> 
> where drools version is defined to be
> 6.4.0.Final. And when I build it I get:
> 
> [ERROR] Non-resolvable import POM: Failure to find
> org.kie:kie-bom:pom:${project.version} in http://repo1.maven.org/maven2/
> was cached in the local repository, resolution will not be reattempted
> until the update interval of official-m2-repo has elapsed or updates are
> forced @ org.drools:drools-bom:[unknown-version]
> [org.drools:drools-bom:[unknown-version]],
> [C:\Users\e-tahchpet\.m2\repository\org\drools\drools-bom\6.4.0.Final\drools-bom-6.4.0.Final.pom],
> line 27, column 19

Could be a regression due to MNG-5971. It's reproducible here. Thanks
for testing a SNAPSHOT Maven version.

> If I comment this dependency then I see some colors on windows, but at the
> end of the build findbugs will break:
> 
> [ERROR] Failed to execute goal
> org.codehaus.mojo:findbugs-maven-plugin:3.0.1:findbugs (findbugs) on
> project bom: Unable to parse configuration of mojo
> org.codehaus.mojo:findbugs-maven-plugin:3.0.1:findbugs for parameter
> pluginArtifacts: Cannot assign configuration entry 'pluginArtifacts' with
> value '${plugin.artifacts}' of type
> java.util.Collections.UnmodifiableRandomAccessList to property of type
> java.util.ArrayList -> [Help 1]

That's already fixed upstream and will be fixed in the next FindBugs
plugin release.



Regards,
-- 
Christian Schulte


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



Re: colorized Maven output

2016-06-09 Thread Petar Tahchiev
Hello,

I checked on Windows with Herve's [1]. Unfortunately I am unable to build
my project with 3.4.0-SNAPSHOT. I have this dependency:


org.drools
drools-bom
pom
${drools.version}
import


where drools version is defined to be
6.4.0.Final. And when I build it I get:

[ERROR] Non-resolvable import POM: Failure to find
org.kie:kie-bom:pom:${project.version} in http://repo1.maven.org/maven2/
was cached in the local repository, resolution will not be reattempted
until the update interval of official-m2-repo has elapsed or updates are
forced @ org.drools:drools-bom:[unknown-version]
[org.drools:drools-bom:[unknown-version]],
[C:\Users\e-tahchpet\.m2\repository\org\drools\drools-bom\6.4.0.Final\drools-bom-6.4.0.Final.pom],
line 27, column 19

If I comment this dependency then I see some colors on windows, but at the
end of the build findbugs will break:

[ERROR] Failed to execute goal
org.codehaus.mojo:findbugs-maven-plugin:3.0.1:findbugs (findbugs) on
project bom: Unable to parse configuration of mojo
org.codehaus.mojo:findbugs-maven-plugin:3.0.1:findbugs for parameter
pluginArtifacts: Cannot assign configuration entry 'pluginArtifacts' with
value '${plugin.artifacts}' of type
java.util.Collections.UnmodifiableRandomAccessList to property of type
java.util.ArrayList -> [Help 1]

BTW, my opinion is that this colorized output is a great feature, but we're
missing on some more important stuff - for example at the moment changing
the log level per plugin is not possible. I'm writing a custom maven plugin
which uses flyway and flyway produces a lot of output noise that I want to
get rid of, but I am unable to, because flyway uses SLF4J, and because
maven provides simple logger, flyway in my maven plugin uses the simple
logger from maven. And the only way to change the simple logger level is to
the tell the client to change his values in simplelogger.properties file in
his $MAVEN_HOME which is really unacceptable. It would be great if any
maven plugin can control the log level output.


2016-06-09 8:30 GMT+02:00 Hervé BOUTEMY :

> You can download a binary build from Jenkins [1] that works for me even on
> Windows
>
> I created 2 jobs:
> - one in forked mode, that works [2]
> - one in embedded mode, which shows 14 errors & 29 failures [3]
>
> I don't know why embedded mode fails: still need to investigate.
> But as forked mode shows, as a normal user, this branch should work
> perfectly.
>
> Feedback appreciated, both on embedded failures investigation and on normal
> use of the build.
>
> Regards,
>
> Hervé
>
> [1]
> https://builds.apache.org/view/M-R/view/Maven/job/core-integration-testing-maven-3-embedded-MNG-3507-color/ws/maven-3-trunk/apache-maven/target/
>
> [2]
> https://builds.apache.org/view/M-R/view/Maven/job/core-integration-testing-maven-3-jdk-1.7-MNG-3507-color/2/console
>
> [3]
> https://builds.apache.org/view/M-R/view/Maven/job/core-integration-testing-maven-3-embedded-MNG-3507-color/1/console
>
>
> Le mardi 7 juin 2016 00:41:11 Hervé BOUTEMY a écrit :
> > I tried on Windows: it does not work yet
> >
> > Th eissue I'm facing is: we need to call AnsiConsole.systemInstall() for
> > Windows
> > But if this call is added in MavenCli.doMain(), core ITs fail since
> there is
> > confusion on System.out replacements...
> >
> > I still didn't find any way to avoid this confusion: if somebody has an
> > idea...
> >
> > Regards,
> >
> > Hervé
> >
> > Le lundi 6 juin 2016 16:15:48 Petar Tahchiev a écrit :
> > > Sorry, I got confused by this: "if run with older Maven, color is
> always
> > > on".
> > >
> > > I will try it later.
> > >
> > > 2016-06-06 15:46 GMT+02:00 Tamás Cservenák :
> > > > I believe you need to build Maven itself from Herve's branch:
> > > > https://github.com/apache/maven/tree/MNG-3507
> > > >
> > > > On Mon, Jun 6, 2016 at 3:14 PM Petar Tahchiev  >
> > > >
> > > > wrote:
> > > > > I might be doing smth wrong but I tested on windows 10 with Maven
> > > > > 3.3.9
> > > >
> > > > and
> > > >
> > > > > I didn't see any color.  Here's what I did:
> > > > >
> > > > > 1) git clone g...@github.com:apache/maven-shared.git
> > > > > 2) cd maven-share/ && mvn clean install
> > > > > 3) git clone g...@github.com:apache/maven-integration-testing.git
> > > > > 4) cd maven-integration-testing && mvn clean install
> > > > >
> > > > > I also tried to build only that particular module too:
> > > > > 5) cd maven-integration-testing\core-it-support\maven-it-helper\ &&
> > > > > mvn
> > > > > clean install
> > > > >
> > > > > The result is
> > > > >
> > > > > ---
> > > > >
> > > > >  T E S T S
> > > > >
> > > > > ---
> > > > > Running org.apache.maven.it.MavenIntegrationTestCaseTest
> > > > > Tests run: 2, Failures: 0, Errors: 0, 

Re: colorized Maven output

2016-06-09 Thread Hervé BOUTEMY
You can download a binary build from Jenkins [1] that works for me even on 
Windows

I created 2 jobs:
- one in forked mode, that works [2]
- one in embedded mode, which shows 14 errors & 29 failures [3]

I don't know why embedded mode fails: still need to investigate.
But as forked mode shows, as a normal user, this branch should work perfectly.

Feedback appreciated, both on embedded failures investigation and on normal 
use of the build.

Regards,

Hervé

[1] 
https://builds.apache.org/view/M-R/view/Maven/job/core-integration-testing-maven-3-embedded-MNG-3507-color/ws/maven-3-trunk/apache-maven/target/

[2] 
https://builds.apache.org/view/M-R/view/Maven/job/core-integration-testing-maven-3-jdk-1.7-MNG-3507-color/2/console

[3] 
https://builds.apache.org/view/M-R/view/Maven/job/core-integration-testing-maven-3-embedded-MNG-3507-color/1/console


Le mardi 7 juin 2016 00:41:11 Hervé BOUTEMY a écrit :
> I tried on Windows: it does not work yet
> 
> Th eissue I'm facing is: we need to call AnsiConsole.systemInstall() for
> Windows
> But if this call is added in MavenCli.doMain(), core ITs fail since there is
> confusion on System.out replacements...
> 
> I still didn't find any way to avoid this confusion: if somebody has an
> idea...
> 
> Regards,
> 
> Hervé
> 
> Le lundi 6 juin 2016 16:15:48 Petar Tahchiev a écrit :
> > Sorry, I got confused by this: "if run with older Maven, color is always
> > on".
> > 
> > I will try it later.
> > 
> > 2016-06-06 15:46 GMT+02:00 Tamás Cservenák :
> > > I believe you need to build Maven itself from Herve's branch:
> > > https://github.com/apache/maven/tree/MNG-3507
> > > 
> > > On Mon, Jun 6, 2016 at 3:14 PM Petar Tahchiev 
> > > 
> > > wrote:
> > > > I might be doing smth wrong but I tested on windows 10 with Maven
> > > > 3.3.9
> > > 
> > > and
> > > 
> > > > I didn't see any color.  Here's what I did:
> > > > 
> > > > 1) git clone g...@github.com:apache/maven-shared.git
> > > > 2) cd maven-share/ && mvn clean install
> > > > 3) git clone g...@github.com:apache/maven-integration-testing.git
> > > > 4) cd maven-integration-testing && mvn clean install
> > > > 
> > > > I also tried to build only that particular module too:
> > > > 5) cd maven-integration-testing\core-it-support\maven-it-helper\ &&
> > > > mvn
> > > > clean install
> > > > 
> > > > The result is
> > > > 
> > > > ---
> > > > 
> > > >  T E S T S
> > > > 
> > > > ---
> > > > Running org.apache.maven.it.MavenIntegrationTestCaseTest
> > > > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.425
> > > 
> > > sec -
> > > 
> > > > in org.apache.maven.it.MavenIntegrationTestCaseTest
> > > > 
> > > > Results :
> > > > 
> > > > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
> > > > 
> > > > [INFO]
> > > > [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ maven-it-helper
> > > > ---
> > > 
> > > > [INFO] Building jar:
> > > C:\workspace\maven-integration-testing\core-it-support\maven-it-helper\t
> > > ar
> > > get\maven-it-helper-2.1-SNAPSHOT.jar>
> > > 
> > > > and no color.
> > > > 
> > > > 2016-06-06 14:31 GMT+02:00 jieryn :
> > > > > Also, to get Jenkins displaying ANSI escape codes for color you can
> > > > > install https://wiki.jenkins-ci.org/display/JENKINS/AnsiColor+Plugin
> > > > > and then enable it per-job.
> > > > > 
> > > > > On Mon, Jun 6, 2016 at 2:33 AM, Romain Manni-Bucau
> > > > > 
> > > > >  wrote:
> > > > > > Hi Hervé,
> > > > > > 
> > > > > > would it be possible to enhance this with such features:
> > > > > > 
> > > > > > 1. make colors configurables through a user config
> > > 
> > > (~/.m2/settings.xml?
> > > 
> > > > > or
> > > > > 
> > > > > > colors.xml)
> > > > > > 2. make color config regex friendly. The idea is to be able to get
> > > > > > a
> > > > > > coloration like https://github.com/rmannibucau/maven-color which
> > > > 
> > > > depends
> > > > 
> > > > > > what is shown and not only the level
> > > > > > 
> > > > > > ?
> > > > > > 
> > > > > > Anyway thanks for moving forward this feature expected for too
> > > > > > long
> > > 
> > > by
> > > 
> > > > a
> > > > 
> > > > > > LOT of users!
> > > > > > 
> > > > > > Romain Manni-Bucau
> > > > > > @rmannibucau  |  Blog
> > > > > >  | Github <
> > > > > 
> > > > > https://github.com/rmannibucau> |
> > > > > 
> > > > > > LinkedIn  | Tomitriber
> > > > > >  | JavaEE Factory
> > > > > > 
> > > > > > 
> > > > > > 2016-06-06 8:26 GMT+02:00 Hervé BOUTEMY :
> > > > > >> Hi,
> > > > > >> 
> > > > > >> As you may have noticed, I created a MNG-3507 branch.
> > > > > >> The idea here is to develop colorization not at slf4j
> > > > > >>