Re: Maven release plugin not honoring -Darguments

2011-12-30 Thread David Blevins
An FYI on the escaping/quoting as that's come up twice and isn't the issue. public class Arguments { public static void main(String[] args) { for (String arg : args) { System.out.printf("[%s]", arg); } System.out.println();

Re: [site] Managing multiple countries with same languages

2011-12-30 Thread Simone Tripodi
Thanks a lot Dennis, I reported the bug in MSITE-626. best wishes!!! -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Fri, Dec 30, 2011 at 8:40 PM, Dennis Lundberg wrote: > Hi > > A quick check in th

Re: [site] Managing multiple countries with same languages

2011-12-30 Thread Dennis Lundberg
Hi A quick check in the source code indicates that the Site Plugin only uses the language-part of the specified Locale. Can you please open an issue in JIRA for this? http://jira.codehaus.org/browse/MSITE On 2011-12-30 18:29, Simone Tripodi wrote: > Hi all guys, > > at MyBatis we are managing t

Skipping surefire debug invocations in reactor builds

2011-12-30 Thread Kristian Rosenvold
Olivier asked me about this on IRC, and I got disconnected, so here goes; If you're running a multi-module build with mvn -Dtest=Fud -Dmaven.surefire.debug=true test Olivier complained about having to start the debugger for every module, even those that do not contain the test "Fud". I'm not

[site] Managing multiple countries with same languages

2011-12-30 Thread Simone Tripodi
Hi all guys, at MyBatis we are managing the site internationalization and we already have the Simplified Chinese translation; a users started contributing with Traditional Chinese, but found the issue I reported below... Can you give me some help please? Many thanks in advance, all the best wishes

Re: TestCases with incorrect license headers

2011-12-30 Thread Benson Margulies
If he attached them to a JIRA he voluntarily contributed them and you can fix the headers. On Fri, Dec 30, 2011 at 11:44 AM, Kristian Rosenvold wrote: > Over some time I have let through 3 unit tests in surefire that have been > marked with incorrect (JBoss ASF2.0) license headers. > > What shou

TestCases with incorrect license headers

2011-12-30 Thread Kristian Rosenvold
Over some time I have let through 3 unit tests in surefire that have been marked with incorrect (JBoss ASF2.0) license headers. What should I do with these ? Three options come to mind: A) Nothing B) Contact Aslak through the corresponding Jira's and ask him to change the licensing. C) Delete the

Re: Maven release plugin not honoring -Darguments

2011-12-30 Thread Benson Margulies
This situation was discussed once before. The author of this pom, as I recall, had pretty strong feelings about it. You can work with it by making your own profile named apache_release that has the additional stuff you want, or by overriding the execution configuration in your pom to use your pref

Re: Maven release plugin not honoring -Darguments

2011-12-30 Thread Ansgar Konermann
Am 27.09.2011 14:48 schrieb "David Blevins" : > > Is it a known issue that the release plugin does not honor the -Darguments? > > Specifically, I'm attempting to: > > mvn release:prepare -DdryRun=true -Darguments="-DskipTests=true -DfailIfNoTests=false" > Try: mvn release:prepare -DdryRun=true