Parallelization and skip compilation

2009-07-14 Thread Subramanian, N.Venkata
Hi Good morning! I have couple of question which is quite critical in our current project scenario 0) Our product is supporting around 14 platforms and our prodct code is divided into many components and subcomponents. We have big issue that for most of the platforms the build

Maven error on AIX.64/java 6

2009-05-11 Thread Subramanian, N.Venkata
Hi I am getting following error on AIX.64 platform and Java 6. I am not facing this, If my JAVA_HOME is pointing to java 1.5. Anyone faced this issue ? K downloaded [INFO] [ERROR] FATAL ERROR [INFO]

RE: Maven error on AIX.64/java 6

2009-05-11 Thread Subramanian, N.Venkata
This issue is fixed in IBM JDK 1.6 SR2. Thanks -Venkat -Original Message- From: Subramanian, N.Venkata Sent: Monday, May 11, 2009 3:22 PM To: users@maven.apache.org Subject: Maven error on AIX.64/java 6 Hi I am getting following error on AIX.64 platform and Java 6. I am not facing

RE: Question on dowloading the deployed artifact

2008-12-26 Thread Subramanian, N.Venkata
I would appreciate your help on this Thanks -Venkat -Original Message- From: Subramanian, N.Venkata Sent: Tuesday, December 23, 2008 3:40 PM To: Maven Users List Subject: RE: Question on dowloading the deployed artifact Thanks Mathus We are using SNAPSHOT versions only. As I said we

Question on dowloading the deployed artifact

2008-12-23 Thread Subramanian, N.Venkata
Pardon me if this is a basic question. We have two build setups 0) 'mvn install' - which does the compilation and installs in the local repo. 1) 'mvn deploy' - If the mvn install is successful, based on the 'mvn install' source code 'mvn deploy' will be kicked off

RE: Build Failure

2008-12-23 Thread Subramanian, N.Venkata
It could be that you(or your subnet) would have been blacklisted. -Venkat -Original Message- From: Mo Mal [mailto:ma100...@gmail.com] Sent: Tuesday, December 23, 2008 7:28 AM To: users@maven.apache.org Subject: Build Failure Sorry for the general question. I am trying to build

RE: Question on dowloading the deployed artifact

2008-12-23 Thread Subramanian, N.Venkata
released version without trying to look for new one (since it's a release and it should not change). Let us see a bit how you handle versions dependencies in your poms so that we can be more precise if you will. Cheers. 2008/12/23 Subramanian, N.Venkata nsubraman...@informatica.com Pardon me

How to restrict deploy

2008-05-06 Thread Subramanian, N.Venkata
Hi Our maven repository is such that anybody ( in our team ) can deploy artifacts into the repository. We would like to restrict/authenticate so that things are in control. Please let me know the mechanism to restrict in deploying the artifacts. We are using wagon-ftp to deploy.