Re: Any way to change the color scheme in Maven 3.5.0?

2017-04-10 Thread Hervé BOUTEMY
there is no feature now to dump effective config as text: didn't think at this scenario PRs welcome or at least ideas on where to add this feature to make it usable Regards, Hervé Le lundi 10 avril 2017, 07:35:49 CEST Francesco Chicchiriccò a écrit : > On 2017-04-10 09:16 (+0200), Karl Heinz

Re: Set Windows File Version metadata?

2017-04-10 Thread Curtis Rueden
Hi James, Did you have a look at the packaging system of JavaFX? http://docs.oracle.com/javafx/2/deployment/self-contained- packaging.htm#A1324980 This is a separate thing from JavaFX the UI library; it can be used to deploy non-JFX-based (e.g., Swing) desktop applications. There is a pretty

Re: dependency question

2017-04-10 Thread Benson Margulies
On Mon, Apr 10, 2017 at 8:18 AM, Magnanao, Hector wrote: > I'm still a little confused about the answers I'm getting. So, if build A is > being updated with a new build number(even for a snapshot), and build B has > it as a dependency in it's pom.file, how does the pom

RE: dependency question

2017-04-10 Thread Magnanao, Hector
I'm still a little confused about the answers I'm getting. So, if build A is being updated with a new build number(even for a snapshot), and build B has it as a dependency in it's pom.file, how does the pom file in Build B need to look like in the dependency section so that it does get the

enforcer's reactorModuleConvergence with BOM as module in reactor

2017-04-10 Thread Konstantin Gribov
Hi, folks. I have: - some interproject parent (like org.apache:apache), let's call it *company-parent* - and a multimodule project with parent/reactor as build root ( *project-parent*) which has *company-parent* as its parect with (i.e. it's from nexus repo/central etc); - some modules in

Set Windows File Version metadata?

2017-04-10 Thread James Green
Is this possible? I'm looking at wrapping my jar file in a Windows installer package and it would be a lot easier if the jar on disk had a version attribute set by Maven. Can't see much beyond Google answers about how to use Maven on Windows :( Thanks, James

Re: Any way to change the color scheme in Maven 3.5.0?

2017-04-10 Thread Francesco Chicchiriccò
On 2017-04-10 09:16 (+0200), Karl Heinz Marbaise wrote: > Hi, > > On 10/04/17 09:11, Francesco Chicchiricc� wrote: > > On 2017-04-10 08:58 (+0200), Karl Heinz Marbaise wrote: > >> Hi, > >> > >> On 10/04/17 08:45, Francesco Chicchiriccò wrote: > >>>

Re: Any way to change the color scheme in Maven 3.5.0?

2017-04-10 Thread Karl Heinz Marbaise
Hi, On 10/04/17 09:11, Francesco Chicchiriccò wrote: On 2017-04-10 08:58 (+0200), Karl Heinz Marbaise wrote: Hi, On 10/04/17 08:45, Francesco Chicchiriccò wrote: Thanks Hervé, appending -Dstyle.success=green to my MAVEN_OPTS did the trick. Is there any place where

Re: Any way to change the color scheme in Maven 3.5.0?

2017-04-10 Thread Francesco Chicchiriccò
On 2017-04-10 08:58 (+0200), Karl Heinz Marbaise wrote: > Hi, > > On 10/04/17 08:45, Francesco Chicchiriccò wrote: > > Thanks Hervé, > > appending > > > > -Dstyle.success=green > > > > to my MAVEN_OPTS did the trick. > > > > Is there any place where defaults for all styles

Re: Any way to change the color scheme in Maven 3.5.0?

2017-04-10 Thread Karl Heinz Marbaise
Hi, On 10/04/17 08:45, Francesco Chicchiriccò wrote: Thanks Hervé, appending -Dstyle.success=green to my MAVEN_OPTS did the trick. Is there any place where defaults for all styles (debug, info, warning, error, success, warning, failure, strong, mojo and project) are reported? Thanks! Yes

Re: Any way to change the color scheme in Maven 3.5.0?

2017-04-10 Thread Francesco Chicchiriccò
Thanks Hervé, appending -Dstyle.success=green to my MAVEN_OPTS did the trick. Is there any place where defaults for all styles (debug, info, warning, error, success, warning, failure, strong, mojo and project) are reported? Thanks! Regards. On 2017-04-08 08:33 (+0200), Hervé BOUTEMY