Maven ant task is not working behind the proxy

2011-05-16 Thread Rashid Jilani
Hi: gurus I am trying to use the Maven ant task ( http://maven.apache.org/ant-tasks/index.html) behind the proxy but it is not working. First of all I am not sure how the maven ant task picks the proxies settings. 1. Does it go to local maven installation and pick the settings.xml ? or

Re: Maven ant task is not working behind the proxy

2011-05-16 Thread Rashid Jilani
if that is present, only when in default mode should the ant proxy settings be used - that is if the proxy support was the way I think it should be) -Stephen On 16 May 2011 15:40, Rashid Jilani rashidjil...@gmail.com wrote: Hi: gurus I am trying to use the Maven ant task ( http://maven.apache.org/ant

how to add more than one group id to archtype plugin

2007-08-27 Thread Rashid Jilani
Hi: all, I want to add more than one groupid to archetype:create plugin can some one help E.g. how you add project com.something.core, come.something.api etc via the create command. mvn archetype:create -DgroupId=com.lifebiosystems.api groupId=com.lifebiosystems.core -DartifactId=test

How to create a project having more than one module

2007-08-25 Thread Rashid Jilani
Hi: Can some one tell from where to start in order to build a project with more than one module; I am sorry but Maven documentation is quite confusing at least for beginners. 1. Do I need to start with archetype; if this is true how to pass parameters to archetype to create more