Re: [VOTE] Retire Maven Ant Plugin

2019-05-28 Thread Bruno Borges
Non-binding vote: +1 On Tue, May 28, 2019 at 11:55 AM Robert Scholte wrote: > Hi, > > The Apache Maven project consist of about 100 (sub)projects. Due to the > small number of volunteers and the huge amount of code to maintain we're > missing enough space to make real progress on all these pro

Maven Archetype with defaults for version and package properties

2019-04-12 Thread Bruno Borges
#x27;basic' failed: Missing required properties in archetype.properties: package, version Any clue? Bruno Borges [image: https://]brunoborges.io <https://brunoborges.io?promo=email_sig&utm_source=product&utm_medium=email_sig&utm_campaign=edit_panel&utm_content=plaintext>

How to activate proxy from settings.xml using CLI

2016-02-04 Thread Bruno Borges
n docs how to activate a proxy using CLI. [1] https://maven.apache.org/ref/3.3.9/maven-settings/settings.html#class_settings *Bruno Borges* +1 (650) 454-9628 *www.brunoborges.com <http://www.brunoborges.com>*

How to activate proxies

2012-07-03 Thread Bruno Borges
I see that there's an option for proxies under settings.xml... But how to toggle this flag through command-line interface? Thanks, *Bruno Borges* (21) 7672-7099 *www.brunoborges.com*

Using Tomcat plugin to run webapp in a production environment

2010-11-10 Thread Bruno Borges
VM at Amazon EC2. All the configuration can be passed on to the Tomcat Plugin through server.xml and context.xml. Any feedback, comments or critics are welcome. Best regards, Bruno Borges www.brunoborges.com.br +55 21 76727099 "The glory of great men should always be measured by the means

Re: Re: Possible problem when multiple developers depend on SNAPSHOT versions

2009-03-25 Thread bruno . borges
+1 Communication: the only solution that fits into any case. Get used to it. :-) On Mar 25, 2009 4:36pm, Heinrich Nirschl wrote: On Wed, Mar 25, 2009 at 8:10 PM, Trevor Harmon tre...@vocaro.com> wrote: > What can be done to prevent Bob's problem? An easy solution is: When Alice prepa

Re: Using commons-net ftp jar as a dependency

2008-11-12 Thread bruno . borges
What is the problem of depending on that artifact having the effect of depending on other jars? The commons-net-2.0-ftp.jar is created not because of some maven convention. Actually, the Commons-Net creates that jar just to separate classes. The right way of doing that would be using separa

Re: Re: Different checkstyle config for main and test?

2008-11-10 Thread bruno . borges
One can define a specific profile to be activated when one wants to test. For example: $ mvn -Denv-test test On Nov 10, 2008 2:29pm, Wim Deblauwe <[EMAIL PROTECTED]> wrote: I have used profiles before, I don't think you can use that. How would you do this? 2008/11/10 > I think you can

Re: Different checkstyle config for main and test?

2008-11-10 Thread bruno . borges
I think you can use profiles for that. bruno On Nov 10, 2008 11:43am, Wim Deblauwe <[EMAIL PROTECTED]> wrote: Hi, is it possible to define a different checkstyle configuration in maven for the main and the tests? I want to allow underscores in method names, but only in my test source direc