Re: Velocity - Archetypes question

2015-12-03 Thread Maria Beckham
Dev team, Havent received response.  Appreciate quick response as there are few customers dependent on this bcoz documentation is quite not clear or obvious Are archetypes based on velocity templates by default? -maria From: Maria Beckham To:

[GitHub] maven-surefire pull request: [SUREFIRE-1194] reporter argument doe...

2015-12-03 Thread Tibor17
Github user Tibor17 commented on the pull request: https://github.com/apache/maven-surefire/pull/107#issuecomment-161556711 @juherr I guess nobody is using buggy library 5.14.1 or 5.14.2. Since we did rely on separator "," the users were facing this issue and most probably used

[GitHub] maven-surefire pull request: [SUREFIRE-1194] reporter argument doe...

2015-12-03 Thread juherr
Github user juherr commented on the pull request: https://github.com/apache/maven-surefire/pull/107#issuecomment-161554781 > What exactly the bug is? `configure(Map)` from 5.14.1 and 5.14.2 is transforming `List` into a `String` with a space as separator. Then,

[GitHub] maven-surefire pull request: [SUREFIRE-1194] reporter argument doe...

2015-12-03 Thread Tibor17
Github user Tibor17 commented on the pull request: https://github.com/apache/maven-surefire/pull/107#issuecomment-16178 @juherr What about to replace `","` with `", "` in surefire parameter value in TestNG provider. Do you think this would come over the issue and would work in

[GitHub] maven-surefire pull request: [SUREFIRE-1194] reporter argument doe...

2015-12-03 Thread juherr
Github user juherr commented on the pull request: https://github.com/apache/maven-surefire/pull/107#issuecomment-161557229 You mean 5.14.4 or higher. But I'm agree, and I hope nobody is using TestNG 5.x :D --- If your project is set up for it, you can reply to this email and have

[GitHub] maven-surefire pull request: [SUREFIRE-1194] reporter argument doe...

2015-12-03 Thread juherr
Github user juherr commented on the pull request: https://github.com/apache/maven-surefire/pull/107#issuecomment-161556520 > What about to replace "," with ", " in surefire parameter It won't work because TestNG need a `List in these 2 versions. > I guess

[GitHub] maven-plugins pull request: [MJAVADOC-437] javadoc:aggregate fails...

2015-12-03 Thread hwellmann
GitHub user hwellmann opened a pull request: https://github.com/apache/maven-plugins/pull/72 [MJAVADOC-437] javadoc:aggregate fails on initial build For aggregate reports, do not resolve artifacts of current reactor to make initial build pass. You can merge this pull request into

[GitHub] maven-plugins pull request: [MPMD-186] Fix Windows-Specific Consta...

2015-12-03 Thread gyrfalcon
Github user gyrfalcon closed the pull request at: https://github.com/apache/maven-plugins/pull/71 --- 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

RFE support jar as modulepath argument

2015-12-03 Thread Robert Scholte
Hi, On behalf of the Apache Maven team I'm working on the Plexus Compiler[1] to support compilation of modules and I'm struggling with the specification of the modulepath. According to JEP 261[1] the path of -mp is not the same as -cp . Based of the commandline help of javac I assumed

Re: Velocity - Archetypes question

2015-12-03 Thread Maria Beckham
Could some respond to this question as soon as possible From: Maria Beckham To: "dev@maven.apache.org" Sent: Thursday, December 3, 2015 3:57 PM Subject: Velocity - Archetypes question Hi there, Are archetypes in maven by default based

Velocity - Archetypes question

2015-12-03 Thread Maria Beckham
Hi there, Are archetypes in maven by default based on velocity engine/templates processing? Thanks,Maria