Re: maven git commit: [MNG-2199] Support version ranges in parent elements

2015-12-12 Thread Jason van Zyl
Nice. > On Dec 12, 2015, at 3:05 PM, schu...@apache.org wrote: > > Repository: maven > Updated Branches: > refs/heads/master 8c863b01a -> 62629c9bc > > > [MNG-2199] Support version ranges in parent elements > > o Updated to remove version range resolution logic obsolete since 3.2.3. > > > P

[GitHub] maven-surefire pull request: Start stream capture before loading t...

2015-12-12 Thread coderunner
Github user coderunner closed the pull request at: https://github.com/apache/maven-surefire/pull/109 --- 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 fea

[GitHub] maven-surefire pull request: Start stream capture before loading t...

2015-12-12 Thread coderunner
Github user coderunner commented on the pull request: https://github.com/apache/maven-surefire/pull/109#issuecomment-164212928 Awesome! Thanks @Tibor17 ! --- 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 doe

[GitHub] maven pull request: MNG-3525-maven-settings - settings.xml allowin...

2015-12-12 Thread nitram509
Github user nitram509 commented on the pull request: https://github.com/apache/maven/pull/71#issuecomment-164198985 @jvanzyl For me it's to late now, let's talk tomorrow. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] maven-surefire pull request: Start stream capture before loading t...

2015-12-12 Thread Tibor17
Github user Tibor17 commented on the pull request: https://github.com/apache/maven-surefire/pull/109#issuecomment-164196554 @coderunner Pls close this issue. It was fixed in https://issues.apache.org/jira/browse/SUREFIRE-1208 Thx. --- If your project is set up for it, you ca

I wish we had a way to declare a dependency that wouldn't participate in the classpath

2015-12-12 Thread Benson Margulies
Sometimes, we want to declare a dependency without changing a classpath. Project A builds an OSGi bundle and a Karaf feature (classifier 'feature', type 'xml'). Project B wants to consume the feature. it wants to declare the feature descriptor as a dependency, to (a) ensure reactor order, and (b)

CI core-it-maven

2015-12-12 Thread Karl Heinz Marbaise
Hi, after looking into the integration tests based on removing the Ant build i have observed a strange thing... The following: https://builds.apache.org/view/M-R/view/Maven/job/core-it-maven-3-win/1045/consoleFull is finished successfully whereas https://builds.apache.org/view/M-R/view/Maven

CI Failures (core-integration-tests-*)

2015-12-12 Thread Karl Heinz Marbaise
Hi, based on the change [MNG-5904] which removes the whole Ant build the integration tests have failed... The first one: https://builds.apache.org/view/M-R/view/Maven/job/core-integration-testing-maven-3-jdk-1.7/ is now back to successful. I have changed the configuration to use Maven (3.3.

Re: svn commit: r1719483 - in /maven/doxia/doxia/trunk: doxia-core/src/main/java/org/apache/maven/doxia/markup/ doxia-core/src/main/java/org/apache/maven/doxia/parser/ doxia-core/src/main/java/org/apa

2015-12-12 Thread Hervé BOUTEMY
yes, it seems perfectly adapted: yes, what was thought as beautification seems to cause trouble And beautification of comments is not really a string feature :) thank you for your efforts and accepting discussions on first commits: once again, welcome :) Regards, Hervé Le samedi 12 décembre 2

Re: svn commit: r1719483 - in /maven/doxia/doxia/trunk: doxia-core/src/main/java/org/apache/maven/doxia/markup/ doxia-core/src/main/java/org/apache/maven/doxia/parser/ doxia-core/src/main/java/org/apa

2015-12-12 Thread Christian Schulte
Am 12/12/15 um 11:52 schrieb Hervé BOUTEMY: what means "a directive" in markdown? fml? confluence? LaTex? xdoc? I know "directive" word is more generic than "ssi", but the only useful case I know is when generated html is put on a web server that supports such directives then just handling this s

Re: svn commit: r1719483 - in /maven/doxia/doxia/trunk: doxia-core/src/main/java/org/apache/maven/doxia/markup/ doxia-core/src/main/java/org/apache/maven/doxia/parser/ doxia-core/src/main/java/org/apa

2015-12-12 Thread Hervé BOUTEMY
what means "a directive" in markdown? fml? confluence? LaTex? xdoc? I know "directive" word is more generic than "ssi", but the only useful case I know is when generated html is put on a web server that supports such directives then just handling this special comment on xhtml Sink implementation

Re: svn commit: r1719483 - in /maven/doxia/doxia/trunk: doxia-core/src/main/java/org/apache/maven/doxia/markup/ doxia-core/src/main/java/org/apache/maven/doxia/parser/ doxia-core/src/main/java/org/apa

2015-12-12 Thread Christian Schulte
Am 12/12/15 um 11:20 schrieb Hervé BOUTEMY: is an API change in Doxia Sink API really necessary to add this HTML-specific feature (in very specific context)? Not really that HTML-specific any more. I just renamed the method from 'ssi' to 'directive' locally. Because whatever how the method

https://issues.apache.org/jira/browse/SUREFIRE-1207

2015-12-12 Thread Tibor Digana
Hi, This email was sent to @juherr (developer at TestNG) and maven development group in ASF. Can we filter out Test class using excluded groups right without use of TestNG or JUnit instance? See the Jira [1]. For instance if we access annotations @Test(groups) in TestNG classes or @Category in

Re: svn commit: r1719483 - in /maven/doxia/doxia/trunk: doxia-core/src/main/java/org/apache/maven/doxia/markup/ doxia-core/src/main/java/org/apache/maven/doxia/parser/ doxia-core/src/main/java/org/apa

2015-12-12 Thread Hervé BOUTEMY
is an API change in Doxia Sink API really necessary to add this HTML-specific feature (in very specific context)? Because whatever how the method is named, it won't have general meaning for most parsers and sink implementations notice that this API change was detected and the CI is now failing..

Re: svn commit: r1719483 - in /maven/doxia/doxia/trunk: doxia-core/src/main/java/org/apache/maven/doxia/markup/ doxia-core/src/main/java/org/apache/maven/doxia/parser/ doxia-core/src/main/java/org/apa

2015-12-12 Thread Robert Scholte
Op Fri, 11 Dec 2015 22:01:11 +0100 schreef Christian Schulte : Am 12/11/15 um 20:18 schrieb Robert Scholte: Hi Christian, first of all: welcome! about this commit: It took a while before I understood the term 'ssi'. ssi is an abbreviation, not that clear and IMHO it suggest that this page