Re: apache-maven-3.9.5: JVM and Command Line Options

2023-10-11 Thread Tomaž Majerhold
Thx, my mistake Regards, Tomaž On 11. 10. 2023 10:36 dop., Slawomir Jaranowski wrote: Hi It looks like you put mentioned lines in .mvn/maven.config not in .mvn/jvm.config - maybe in both ... Please look at: https://maven.apache.org/docs/3.9.5/release-notes.html there is: Each line in .mvn/mav

Re: apache-maven-3.9.5: JVM and Command Line Options

2023-10-11 Thread Slawomir Jaranowski
Hi It looks like you put mentioned lines in .mvn/maven.config not in .mvn/jvm.config - maybe in both ... Please look at: https://maven.apache.org/docs/3.9.5/release-notes.html there is: Each line in .mvn/maven.config is now interpreted as a single argument ... Please also look at: https://maven.

apache-maven-3.9.5: JVM and Command Line Options

2023-10-10 Thread Tomaž Majerhold
using documentation: https://maven.apache.org/docs/3.3.1/release-notes.html#jvm-and-command-line-options So for example if you put the following JVM options into the|.mvn/jvm.config|file getting error: org.apache.commons.cli.ParseException: Unrecognized maven.config file entries: [mx2048m

Re: Maven 3.9.0: Unable to parse maven.config file options: Unrecognized option: --settings .mvn/settings.xml

2023-02-06 Thread Nils Breunese
Well, I’ve been using Maven for about 15 years and I didn’t know that you could use that format. The output of ‘mvn --help’ shows the options with a space instead of an equals sign, e.g.: -s,--settings Alternate path for the user

Re: Maven 3.9.0: Unable to parse maven.config file options: Unrecognized option: --settings .mvn/settings.xml

2023-02-06 Thread Delany
> Tamas > > > > On Mon, Feb 6, 2023 at 1:27 PM Nils Breunese wrote: > > > >> Hello, > >> > >> I saw that Maven 3.9.0 was just released (congrats!) and I tried > upgrading > >> my projects. Sadly they failed with this error message:

Re: Maven 3.9.0: Unable to parse maven.config file options: Unrecognized option: --settings .mvn/settings.xml

2023-02-06 Thread Nils Breunese
;> >> I saw that Maven 3.9.0 was just released (congrats!) and I tried upgrading >> my projects. Sadly they failed with this error message: >> >> >> Unable to parse maven.config file options: Unrecognised option: --settings >> .mvn/settings.xml &g

Re: Maven 3.9.0: Unable to parse maven.config file options: Unrecognized option: --settings .mvn/settings.xml

2023-02-06 Thread Tamás Cservenák
gt; I saw that Maven 3.9.0 was just released (congrats!) and I tried upgrading > my projects. Sadly they failed with this error message: > > > Unable to parse maven.config file options: Unrecognised option: --settings > .mvn/settings.xml > > > My projects indeed ha

Maven 3.9.0: Unable to parse maven.config file options: Unrecognized option: --settings .mvn/settings.xml

2023-02-06 Thread Nils Breunese
Hello, I saw that Maven 3.9.0 was just released (congrats!) and I tried upgrading my projects. Sadly they failed with this error message: Unable to parse maven.config file options: Unrecognised option: --settings .mvn/settings.xml My projects indeed have a .mvn/maven.config file

Re: Add command-line options to the javadoc plugin?

2021-03-27 Thread Thomas Broyer
? https://maven.apache.org/plugins/maven-javadoc-plugin/jar-mojo.html#additionalOptions Though many (all?) options can be set directly through plugin properties. Le sam. 27 mars 2021 à 02:35, leerho a écrit : > I can't find adequate documentation on how to add command line a

Re: Add command-line options to the javadoc plugin?

2021-03-26 Thread Patty Mele
I don't what this is? Patty On Fri, Mar 26, 2021 at 6:35 PM leerho wrote: > I can't find adequate documentation on how to add command line arguments / > options to the Javadoc plugin. The following does not work: > > > > org.apache.maven.plugins

Add command-line options to the javadoc plugin?

2021-03-26 Thread leerho
I can't find adequate documentation on how to add command line arguments / options to the Javadoc plugin. The following does not work: > org.apache.maven.plugins > maven-javadoc-plugin > ${maven-javadoc-

Re: [m-jlink-p] missing --launcher and other CLI options in alpha1

2018-03-09 Thread Bernd Eckenfels
See `jlink --list-plugins` for the additional options. Gruss Bernd -- http://bernd.eckenfels.net From: Karl Heinz Marbaise Sent: Friday, March 9, 2018 7:20:42 AM To: Maven Users List; Bernd Eckenfels Subject: Re: [m-jlink-p] missing --launcher and other CLI

Re: [m-jlink-p] missing --launcher and other CLI options in alpha1

2018-03-08 Thread Karl Heinz Marbaise
Hi, On 09/03/18 01:29, Bernd Eckenfels wrote: Hello, I noticed the m-jlink-p (3.0.0-alpha1) misses e.g. --launcher Option (and some more). I wonder is it planned to add a option. Or did I miss a method to specify CLI Options which should be passed to jlink.exe transparently? I guess that

[m-jlink-p] missing --launcher and other CLI options in alpha1

2018-03-08 Thread Bernd Eckenfels
Hello, I noticed the m-jlink-p (3.0.0-alpha1) misses e.g. --launcher Option (and some more). I wonder is it planned to add a option. Or did I miss a method to specify CLI Options which should be passed to jlink.exe transparently? I guess that would be good especially for those Options which

Re: options

2017-08-18 Thread James Klo
;> >> Do you mean where the local maven repository is located? You can configure >> that in settings.xml <http://maven.apache.org/settings.html> >> <http://maven.apache.org/settings.html> >> >> Regards, >> Russ >&

Re: options

2017-08-17 Thread Tomaz Majerhold
g 17, 2017, at 5:25 AM, Tomaž Majerhold mailto:tomaz.majerh...@arnes.si>> wrote: Hello! Is it possible(some options switches ) at runtime to determine where(location) artifacts has ben downloaded? It would be useful information for running mave

Re: options

2017-08-17 Thread James Klo
pository is located? You can configure that in settings.xml <http://maven.apache.org/settings.html> Regards, Russ On Aug 17, 2017, at 5:25 AM, Tomaž Majerhold mailto:tomaz.majerh...@arnes.si>> wrote: Hello! Is it possible(some options switches ) at runtime to determine where(locati

Re: options

2017-08-17 Thread Tomaž Majerhold
llo! Is it possible(some options switches ) at runtime to determine where(location) artifacts has ben downloaded? It would be useful information for running maven in docker. Regards, Tomaž - To unsubscribe, e-mail: use

Re: options

2017-08-17 Thread Tomaž Majerhold
you mean where the local maven repository is located? You can configure that in settings.xml <http://maven.apache.org/settings.html> Regards, Russ On Aug 17, 2017, at 5:25 AM, Tomaž Majerhold wrote: Hello! Is it possible(some options switches ) at runtime to determine where(lo

Re: options

2017-08-17 Thread Russell Gold
; Is it possible(some options switches ) at runtime to determine > where(location) artifacts has ben downloaded? > > It would be useful information for running maven in docker. > > Regards, Tomaž > > > -

options

2017-08-17 Thread Tomaž Majerhold
Hello! Is it possible(some options switches ) at runtime to determine where(location) artifacts has ben downloaded? It would be useful information for running maven in docker. Regards, Tomaž - To unsubscribe, e-mail

Re: Plugin specific command line options?

2017-01-27 Thread Manfred Moser
Manfred Kevin Burton wrote on 2017-01-27 16:11: > Is there a way to pass command line options but only have one plugin see it? > > My understanding is that plugins just read from system properties. > > So to pass 'skip' to a plugin I would use -Dskip but what if two plu

Plugin specific command line options?

2017-01-27 Thread Kevin Burton
Is there a way to pass command line options but only have one plugin see it? My understanding is that plugins just read from system properties. So to pass 'skip' to a plugin I would use -Dskip but what if two plugins use the same 'skip' ? -- We’re hiring if you know of any

maven compiler extra options

2016-06-20 Thread Jackie Xiao
Dear list JDK 1.8 javac executable added -parameters options for adding parameter metadata in generated class files. Since maven compiler plugin uses javax.tools.JavaCompiler, is it possible to pass -parameters directly to javax.tools.JavaCompiler without fork out to external javac? Thanks

[WARNING] Configuration options: 'appendAssemblyId' is set to false, and 'classifier' is missing.

2015-05-09 Thread Johannes Ernst
does not seem to be documented on the website), I get the behavior I want. Plus the above warning. Here it is in its full glory: [WARNING] Configuration options: 'appendAssemblyId' is set to false, and 'classifier' is missing. Instead of attaching the assembly file: xxx

Re: [jacoco-dev] Options for producing class files with different compilers via Maven

2014-01-09 Thread Evgeny Mandrikov
tional ideas or caveats I would be grateful. > >> > >> > >> Regards Mirko > >> [0] https://github.com/jacoco/jacoco/wiki/FilteringOptions > >> [1] > >> > http://maven.apache.org/plugins/maven-compiler-plugin/non-javac-compilers.html > >> --

Re: [jacoco-dev] Options for producing class files with different compilers via Maven

2014-01-09 Thread Evgeny Mandrikov
scribed to the Google Groups > "JaCoCo Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to jacoco-dev+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/groups/opt_out. > -- Best regards, Evgeny Mandrikov aka Godin <http://godin.net.ru> http://twitter.com/_godin_

Options for producing class files with different compilers via Maven

2014-01-09 Thread Mirko Friedenhagen
Hello, in the JaCoCo project (a Java code coverage library which uses a Java agent approach during runtime) we produce some false positives of uncovered code because of unreachable (e.g. private constructor of a util class) or synthetic java code (e.g. enum values()). As we inspect the class file

Reg:How to pass value into pom.xml file runtime in any options

2013-03-17 Thread suresh kamini
Hi All, I have 2 file one is *a.properties* and *pom.xml* *a.properties *which contains below code 12345 *pom.xml *which contains below code project xmlns="http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.

Are there other options like skipSource?

2013-02-19 Thread Paul Ackersviller
Thanks, while that answers the question in my original, poorly-worded, subject, it doesn't address the problem I'm really having. Trying again, is there something similar to skipSource by a different name that controls .java files in wars? On Tue, Feb 19, 2013 at 12:04:30AM +0100, Olivier Lamy w

Re: Mvn command line options

2012-03-25 Thread Wayne Fay
> Is there a way in eclipse that i can make a Parent POM project (with package > type POM) which is in the work space that the other projects are located but > not inside the parent project (like a relative reference to them would work This is somewhat common for certain sets of Maven users (mostl

Re: Mvn command line options

2012-03-25 Thread sarmahdi
change that will have to go to my clearcase (SCM) and will confuse a lot of ppl. Why is that an issue : cos Only iuse maven and no one else needs it. Thanks. -- View this message in context: http://maven.40175.n5.nabble.com/Mvn-command-line-options-tp5591867p5592956.html Sent from the Maven

Re: Mvn command line options

2012-03-25 Thread Dirk Olmes
Am 24.03.2012 um 16:45 schrieb sarmahdi : > Hello, > > I did the mvn.bat --help and it gave me a list of options. > > I need to know that IF i want to write a batch or shell script for three > different projects. how can i do that. > > /echo Starting Maven build

Re: Mvn command line options

2012-03-25 Thread sarmahdi
adding a new POM project will be a lil difficult. my question sounds more like a shell/batch scripting question now. hmm. Syed... -- View this message in context: http://maven.40175.n5.nabble.com/Mvn-command-line-options-tp5591867p5592889.html Sent from the Maven - Users mailing list archive

Re: Mvn command line options

2012-03-24 Thread Wayne Fay
> As we're on the Maven list, a better way to do this is to simply define a > new POM project that aggregates the modules you need built.  You would > simply have a "modules" list with entries like "../finApp" and > "../Communications". You would place this new module as a peer of "finApp" > and "C

Re: Mvn command line options

2012-03-24 Thread David Karr
On Sat, Mar 24, 2012 at 8:45 AM, sarmahdi wrote: > Hello, > > I did the mvn.bat --help and it gave me a list of options. > > I need to know that IF i want to write a batch or shell script for three > different projects. how can i do that. > > /echo Starting Maven build

Re: Mvn command line options

2012-03-24 Thread Martin Schayna
lp and it gave me a list of options. > > I need to know that IF i want to write a batch or shell script for three > different projects. how can i do that. > > /echo Starting Maven build process > > cd c:\demo1\workspace\finApp\ > mvn.bat install > > echo Finish fin

Re: Mvn command line options

2012-03-24 Thread Dave King
Try "cmd /?"? There may be an option to keep going. Regards, Dave On Mar 24, 2012 9:46 AM, "sarmahdi" wrote: > Hello, > > I did the mvn.bat --help and it gave me a list of options. > > I need to know that IF i want to write a batch or shell script for three

Mvn command line options

2012-03-24 Thread sarmahdi
Hello, I did the mvn.bat --help and it gave me a list of options. I need to know that IF i want to write a batch or shell script for three different projects. how can i do that. /echo Starting Maven build process cd c:\demo1\workspace\finApp\ mvn.bat install echo Finish finApp cd c:\demo1

Pass custom options to svn commands

2011-10-12 Thread C. Benson Manica
I'm trying to get Maven to invoke svn with the --trust-server-cert option to bypass some issues with self-signed certs. The documentation here, http://maven.apache.org/scm/subversion.html, seems to work as advertised for scm:update and such, but seems to have no effect on release:prepare or releas

Extending the archetype:generate options

2009-11-05 Thread Irc Worm
Hi, Currently archetype:generate displays 41 archetypes to select from. Is there a way to add more archetypes to this list? For example, I want to add the following archetype to the archetype:generate list: org.apache.struts:archetypeArtifactId=struts2-archetype-starter So that I won't have to

Re: Surefire: passing command-line options to JVM

2009-09-07 Thread Dan Tran
erValue > > Thanks, I considered that, but I really want to be able to override > the value without having to edit the POM. > >>  -Dan >> >> >>  On Mon, Sep 7, 2009 at 6:38 AM, sebb wrote: >>  > How can one pass command-line options to the JVM when using Surefire?

Re: Surefire: passing command-line options to JVM

2009-09-07 Thread sebb
an > > > On Mon, Sep 7, 2009 at 6:38 AM, sebb wrote: > > How can one pass command-line options to the JVM when using Surefire? > > > > It's easy to do this by editting the POM by adding an tag to > > the section. > > > > However I'd

Re: Surefire: passing command-line options to JVM

2009-09-07 Thread Dan Tran
add a maven property to the pom ( ie value ) , use that prop with argline, and then override that prop with -Dname=anotherValue -Dan On Mon, Sep 7, 2009 at 6:38 AM, sebb wrote: > How can one pass command-line options to the JVM when using Surefire? > > It's easy to do this by editt

Surefire: passing command-line options to JVM

2009-09-07 Thread sebb
How can one pass command-line options to the JVM when using Surefire? It's easy to do this by editting the POM by adding an tag to the section. However I'd like to be able to change the JVM options from the command-line. Is there a way

Re: How to use mvn install but have all options in the pom.xml?

2009-08-02 Thread Dominic Mitchell
On 30 Jul 2009, at 20:19, jvsrvcs wrote: We do have a maven repository manager in place but it's only accessible inside the network when we are on location. It's trivial to get nexus running on your workstation. I keep one running on my laptop for when I'm not plugged in to our company n

Re: How to use mvn install but have all options in the pom.xml?

2009-07-30 Thread Alexander
output of it. > > Justin > > > > From: Alexander [mailto:the.malk...@gmail.com] > Sent: Thursday, July 30, 2009 3:47 PM > To: Maven Users List > Subject: Re: How to use mvn install but have all options in the pom.xml? > > > Hel

RE: How to use mvn install but have all options in the pom.xml?

2009-07-30 Thread Edelson, Justin
: Alexander [mailto:the.malk...@gmail.com] Sent: Thursday, July 30, 2009 3:47 PM To: Maven Users List Subject: Re: How to use mvn install but have all options in the pom.xml? Hello, Have you looked at builder-helper plugin? Seems like attach-artifacts goal exactly what you need. Am I wrong

Re: How to use mvn install but have all options in the pom.xml?

2009-07-30 Thread Tim O'Brien
file goals for every dependency rather that try to place >>> such information to pom.xml [?] Anyway it is interesting if maven could >>> do >>> this. >>> >>> 2009/7/30 Edelson, Justin >>> >>>> I should also say that I personally think us

Re: How to use mvn install but have all options in the pom.xml?

2009-07-30 Thread Alexander
v > >>> lib/somefile.jar > >>> > >>> > >>> ...repeat... > >>> > >>>

Re: How to use mvn install but have all options in the pom.xml?

2009-07-30 Thread jvsrvcs
                  >>>                         >>>                     ...repeat... >>>                       >>>               >>> >>> I don't think this is particularly common because a) it's very verbose >>> compared with

Re: How to use mvn install but have all options in the pom.xml?

2009-07-30 Thread jvsrvcs
gt; >>> I should also say that I personally think using install-file is a bad >>> idea when there are good repository managers available. >>> >>> Justin >>> >>> -Original Message- >>> From: Edelson, Justin >>> Sent: Th

RE: How to use mvn install but have all options in the pom.xml?

2009-07-30 Thread jvsrvcs
sday, July 30, 2009 1:13 PM > To: Maven Users List > Subject: RE: How to use mvn install but have all options in the pom.xml? > > It does need to be bound to a phase if you want to do more than one > install. Also, the OP said he wanted to use a profile, which implied (to > me at le

Re: How to use mvn install but have all options in the pom.xml?

2009-07-30 Thread Tim O'Brien
>> needs to be run once, so including it in the build isn't necessary. >> >> Justin >> >> >> -Original Message- >> From: jvsrvcs [mailto:jvsr...@gmail.com] >> Sent: Thursday, July 30, 2009 10:51 AM >> To: users@maven.ap

RE: How to use mvn install but have all options in the pom.xml?

2009-07-30 Thread jvsrvcs
) install-file only > needs to be run once, so including it in the build isn't necessary. > > Justin > > > -Original Message- > From: jvsrvcs [mailto:jvsr...@gmail.com] > Sent: Thursday, July 30, 2009 10:51 AM > To: users@maven.apache.org > Subject: How to use mvn

Re: How to use mvn install but have all options in the pom.xml?

2009-07-30 Thread Tim O'Brien
n could do > this. > > 2009/7/30 Edelson, Justin > >> I should also say that I personally think using install-file is a bad >> idea when there are good repository managers available. >> >> Justin >> >> -Original Message- >> From: Edelson,

Re: How to use mvn install but have all options in the pom.xml?

2009-07-30 Thread Kalle Korhonen
if maven could do > this. > > 2009/7/30 Edelson, Justin > >> I should also say that I personally think using install-file is a bad >> idea when there are good repository managers available. >> >> Justin >> >> -Original Message- >> From:

Re: How to use mvn install but have all options in the pom.xml?

2009-07-30 Thread Alexander
> Justin > > -Original Message- > From: Edelson, Justin > Sent: Thursday, July 30, 2009 1:13 PM > To: Maven Users List > Subject: RE: How to use mvn install but have all options in the pom.xml? > > It does need to be bound to a phase if you want to do more than one &g

RE: How to use mvn install but have all options in the pom.xml?

2009-07-30 Thread Edelson, Justin
options in the pom.xml? It does need to be bound to a phase if you want to do more than one install. Also, the OP said he wanted to use a profile, which implied (to me at least) that this would be part of the lifecycle. generate-sources may or may not be the right phase, that's up to the OP. J

RE: How to use mvn install but have all options in the pom.xml?

2009-07-30 Thread Edelson, Justin
ustin From: Alexander [mailto:the.malk...@gmail.com] Sent: Thursday, July 30, 2009 11:10 AM To: Maven Users List Subject: Re: How to use mvn install but have all options in the pom.xml? There is no need to bind it to any phase, right? I think it is a pretty Maven-style way of so

Re: How to use mvn install but have all options in the pom.xml?

2009-07-30 Thread Alexander
build isn't necessary. > > Justin > > > -Original Message- > From: jvsrvcs [mailto:jvsr...@gmail.com] > Sent: Thursday, July 30, 2009 10:51 AM > To: users@maven.apache.org > Subject: How to use mvn install but have all options in the pom.xml? > > > T

RE: How to use mvn install but have all options in the pom.xml?

2009-07-30 Thread Edelson, Justin
be run once, so including it in the build isn't necessary. Justin -Original Message- From: jvsrvcs [mailto:jvsr...@gmail.com] Sent: Thursday, July 30, 2009 10:51 AM To: users@maven.apache.org Subject: How to use mvn install but have all options in the pom.xml? The docs on the mvn instal

How to use mvn install but have all options in the pom.xml?

2009-07-30 Thread jvsrvcs
I could build a bash shell script that executes the above $mvn install command for each jar that I want to install into the local repo. What I want to do is to put all the options above into a pom.xml such that the user would only have to run a single maven profile and type only: $mvn -P init

RE: Show maven plug-in configuration options?

2009-03-25 Thread Will Hoover
Worked very nicely... Thanks! -Original Message- From: Dennis Lundberg [mailto:denn...@apache.org] Sent: Tuesday, March 24, 2009 3:31 PM To: Maven Users List Subject: Re: Show maven plug-in configuration options? You can use the Help Plugin for this. Here's an example for th

RE: Show maven plug-in configuration options?

2009-03-25 Thread Will Hoover
Very nice! Thanks! -Original Message- From: Brian E. Fox [mailto:bri...@reply.infinity.nu] Sent: Tuesday, March 24, 2009 3:13 PM To: Maven Users List Subject: RE: Show maven plug-in configuration options? Lookup mvn help:describe on the maven-help-plugin page, that will get you the

Re: Show maven plug-in configuration options?

2009-03-24 Thread Dennis Lundberg
You can use the Help Plugin for this. Here's an example for the WAR plugin: mvn help:describe -Dplugin=war Or this one if you want *all* the info: mvn help:describe -Dplugin=war -Dfull=true Will Hoover wrote: > Does anyone know of a way to show a maven plugin configuration options fr

RE: Show maven plug-in configuration options?

2009-03-24 Thread Brian E. Fox
w maven plug-in configuration options? Does anyone know of a way to show a maven plugin configuration options from the mvn command? - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands,

Show maven plug-in configuration options?

2009-03-24 Thread Will Hoover
Does anyone know of a way to show a maven plugin configuration options from the mvn command? - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: [maven-eclipse-plugin] [ot] Define compiler options in POM

2009-03-04 Thread Mick Knutson
, 2009 11:35 AM > > To: Maven Users List > - Show quoted text - > > Subject: RE: [maven-eclipse-plugin] Define compiler options in POM > > > > Can you not change the eclipse worksapce settings instead of > > the per project ones. > > Then when the settings get clo

RE: [maven-eclipse-plugin] Define compiler options in POM

2009-03-04 Thread Todd Thiessen
He wants to have different settings per project though. --- Todd Thiessen > -Original Message- > From: Nord, James [mailto:jn...@nds.com] > Sent: Wednesday, March 04, 2009 11:35 AM > To: Maven Users List > Subject: RE: [maven-eclipse-plugin] Define compiler options in P

RE: [maven-eclipse-plugin] Define compiler options in POM

2009-03-04 Thread Nord, James
il.com] > Sent: 04 March 2009 14:19 > To: Maven Users List > Subject: Re: [maven-eclipse-plugin] Define compiler options in POM > > That is easy, I am talking about all the others: > > org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning > org.eclipse.jdt.co

RE: [maven-eclipse-plugin] Define compiler options in POM

2009-03-04 Thread Cummings,Steven
compiler options in POM On Wed, Mar 4, 2009 at 3:24 PM, Todd Thiessen wrote: > I don't know if the plugin can do that. Have you tried passing in specific > compiler arguments in the configuration of the plugin? I have no idea on how to do this... > I use workspace settings to do what

Re: [maven-eclipse-plugin] Define compiler options in POM

2009-03-04 Thread Daniele Dellafiore
t I am curious if the > compiler plugin could do this at the project level too. yep, but to avoid reconfigure every machine on every new change, the best solution is to share in svn b y sharing eclipse .settings folders. Unfortunately, there is no options to avoid m-e-p to ignore the settings..

RE: [maven-eclipse-plugin] Define compiler options in POM

2009-03-04 Thread Todd Thiessen
March 04, 2009 9:19 AM > To: Maven Users List > Subject: Re: [maven-eclipse-plugin] Define compiler options in POM > > That is easy, I am talking about all the others: > > org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning > org.eclipse.jdt.core.

RE: [maven-eclipse-plugin] Define compiler options in POM

2009-03-04 Thread Todd Thiessen
essen > -Original Message- > From: Daniele Dellafiore [mailto:ilde...@gmail.com] > Sent: Wednesday, March 04, 2009 9:19 AM > To: Maven Users List > Subject: Re: [maven-eclipse-plugin] Define compiler options in POM > > That is easy, I am ta

Re: [maven-eclipse-plugin] Define compiler options in POM

2009-03-04 Thread Daniele Dellafiore
riginal Message- >> From: Daniele Dellafiore [mailto:ilde...@gmail.com] >> Sent: Wednesday, March 04, 2009 9:10 AM >> To: Maven Users List >> Subject: [maven-eclipse-plugin] Define compiler options in POM >> >> Hi all. >> >> Hi have this issue: ever

RE: [maven-eclipse-plugin] Define compiler options in POM

2009-03-04 Thread Todd Thiessen
st > Subject: [maven-eclipse-plugin] Define compiler options in POM > > Hi all. > > Hi have this issue: every time I run mvn eclipse:eclipse the > .settings folder of the project is cleaned and I lose my > project specific compiler settings. I would like to keep them > or at

[maven-eclipse-plugin] Define compiler options in POM

2009-03-04 Thread Daniele Dellafiore
Hi all. Hi have this issue: every time I run mvn eclipse:eclipse the .settings folder of the project is cleaned and I lose my project specific compiler settings. I would like to keep them or at least be able to define them in the POM. What solution do you suggest? I have not found any on the web.

release-plugin: additional options for automation

2008-01-15 Thread Christian Nelson
We're about to start using the maven-release-plugin on a large project, and found a few things that would be nice to pass in as arguments on the command line. I looked to see if this was already possible, and came up blank. Does anyone know if it's possible to... 1) release:branch needs two piec

Re: Custom Mojo problem with -Dfield1=value1 CLI options

2007-12-28 Thread neworleansjim
/** >* @parameter default-value="false" >*/ > private boolean overwrite; > > /** >* @parameter default-value="plan1" >*/ > private String planId; > > > Thanks, > Jim > -- Vi

Custom Mojo problem with -Dfield1=value1 CLI options

2007-12-28 Thread neworleansjim
ssage in context: http://www.nabble.com/Custom-Mojo-problem-with--Dfield1%3Dvalue1-CLI-options-tp14532951s177p14532951.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: setting compiler options for all modules

2007-12-13 Thread Jeff MAURY
Define root/pom.xml as the parent for your sub poms. Jeff On 12/10/07, Kevin TierOne <[EMAIL PROTECTED]> wrote: > > Hello, > > I'm looking for a way to set compiler options for all of my modules. > My application structure looks something like this. > > &g

setting compiler options for all modules

2007-12-12 Thread Kevin TierOne
Hello, I'm looking for a way to set compiler options for all of my modules. My application structure looks something like this. root/pom.xml root/app1/pom.xml root/app2/pom.xml root/app3/pom.xml I currently have the following text pasted in the pom files in each app dire

Maven Plug-in Development: How to check for Maven Options?

2007-11-25 Thread Andreas Guther
I would like to check in my Maven 2 plug-in if certain mvn options have be enabled and if not would then like to print a recommendation how to set Maven to run the plug-in. Is there a way to access information on which Maven options where set, for example mvn -N? Andreas

[Fwd: Re: How to pass different options to javac during compile and testCompile goals?]

2007-11-22 Thread Sahoo
Any help? Thanks, Sahoo --- Begin Message --- Hi Milos, Milos Kleint wrote: Sahoo wrote: (Resending as I am on the users alias now. I have also put a reference to a similar unsolved question from the past) Hi, I want to pass different options to maven-compiler-plugin during compile and

Re: How to pass different options to javac during compile and testCompile goals?

2007-11-21 Thread Sahoo
Hi Milos, Milos Kleint wrote: Sahoo wrote: (Resending as I am on the users alias now. I have also put a reference to a similar unsolved question from the past) Hi, I want to pass different options to maven-compiler-plugin during compile and testCompile goals. Let's say, I want to set s

How to pass different options to javac during compile and testCompile goals?

2007-11-20 Thread Sahoo
(I have not yet subscribed to users alias, so please copy a reply directly to me) Hi, I want to pass different options to maven-compiler-plugin during compile and testCompile goals. Let's say, I want to set source level as 1.4 for all my src/main/java code and set source level as 1.5 f

Re: How to pass different options to javac during compile and testCompile goals?

2007-11-20 Thread Milos Kleint
Sahoo wrote: (Resending as I am on the users alias now. I have also put a reference to a similar unsolved question from the past) Hi, I want to pass different options to maven-compiler-plugin during compile and testCompile goals. Let's say, I want to set source level as 1.4 for all m

How to pass different options to javac during compile and testCompile goals?

2007-11-20 Thread Sahoo
(Resending as I am on the users alias now. I have also put a reference to a similar unsolved question from the past) Hi, I want to pass different options to maven-compiler-plugin during compile and testCompile goals. Let's say, I want to set source level as 1.4 for all my src/main/java

Re: How to pass options to the release plugin's 'goals' option?

2007-09-24 Thread Alexandre Gomes
Problem solved with -Darguments=-Dmaven.tomcat.url=http://.. option. http://maven.apache.org/plugins/maven-release-plugin/perform-mojo.html#arguments thanks On 9/24/07, Alexandre Gomes <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm using the release plugin as [1] but, when the plugin calls > t

How to pass options to the release plugin's 'goals' option?

2007-09-24 Thread Alexandre Gomes
Hi all, I'm using the release plugin as [1] but, when the plugin calls tomcat:redeploy [2], it ignores the -Dmaven.tomcat.url option. How can I pass a -Dsomething to the goals called by release plugin from -Dgoals option? Is that clear? [1] mvn -e release:perform -P homologacao -Dgoals=tomcat:r

Re: Passing maven options from netbeans

2007-08-27 Thread jayaram . x . ganapathy
& Regards, Jayaram Jayaram Ganapathy - Tel 01412280277 Jayaram X Ganapathy/JPMCHASE 27/08/2007 14:09 To users@maven.apache.org cc Subject Passing maven options from netbeans Hi, How to pass the option -Dmaven.test.skip=true from Netbeans IDE? I have netbeans 5.5 with JDK 1.

Passing maven options from netbeans

2007-08-27 Thread jayaram . x . ganapathy
Hi, How to pass the option -Dmaven.test.skip=true from Netbeans IDE? I have netbeans 5.5 with JDK 1.6.0.02 Thanks & Regards, Jayaram Ganapathy [EMAIL PROTECTED] Phone: 0141 228 0277 This communication is for informational purposes only. It is not intended as an offer or solicitation for th

Re: maven-war-plugin overwriting options

2007-01-11 Thread ismael
Maven Users List Enviado: jueves, 11 de enero, 2007 20:02:52 Asunto: RE: maven-war-plugin overwriting options There is no control. See this issue: http://jira.codehaus.org/browse/MWAR-66 Even worse, the plugin compares the timestamps of the files individually without regard to which overlay they

RE: maven-war-plugin overwriting options

2007-01-11 Thread Brian E. Fox
war-plugin overwriting options When we combine more than one war file as dependencies. Is there a way to specify overwrite priority ? We have three wars a.war, b.war and c.war and we are building a fourth war (target.war) that will combine the three wars. In case we get a collision between

maven-war-plugin overwriting options

2007-01-11 Thread ismael
When we combine more than one war file as dependencies. Is there a way to specify overwrite priority ? We have three wars a.war, b.war and c.war and we are building a fourth war (target.war) that will combine the three wars. In case we get a collision between this wars, we want a.war t

maven-war-plugin overwriting options

2007-01-11 Thread Ismael
When we combine more than one war file as dependencies. Is there a way to specify overwrite priority ? We have three wars a.war, b.war and c.war and we are building a fourth war (target.war) that will combine the three wars. In case we get a collision between this wars, we want a.war to

Re: Passing JVM options

2006-12-01 Thread Wayne Fay
Did you also try -DXrunpiAgent:server=enabled? Wayne On 12/1/06, Tom Huybrechts <[EMAIL PROTECTED]> wrote: Does jetty:run use the same VM ? Then you can do: set MAVEN_OPTS=-X On 12/1/06, Dan Adams <[EMAIL PROTECTED]> wrote: > I'm trying to run jetty:run but I need to pass in arguments to t

Re: Passing JVM options

2006-12-01 Thread Tom Huybrechts
Does jetty:run use the same VM ? Then you can do: set MAVEN_OPTS=-X On 12/1/06, Dan Adams <[EMAIL PROTECTED]> wrote: I'm trying to run jetty:run but I need to pass in arguments to the JVM (-XrunpiAgent:server=enabled to run the eclipse TPTP profiler) but doing 'mvn -XrunpiAgent:server=enable

Passing JVM options

2006-12-01 Thread Dan Adams
I'm trying to run jetty:run but I need to pass in arguments to the JVM (-XrunpiAgent:server=enabled to run the eclipse TPTP profiler) but doing 'mvn -XrunpiAgent:server=enabled jetty:run' doesn't work because it just thinks it's the -X option and prints debug stuff. Anyone know how to do this? Than

  1   2   >