Maven reports test failiure eventhough tests ran fine ?

2006-05-21 Thread Shukla, Sanjay
See output below, surefire summary says - 3 test run and 0 failure or error, but build error is caused. Any idea, can I provide more info for the same ? serialNo=1, model=Roadmaster, status=Fair, bikeId=101, weight=15.0} [DEBUG] 13:51:11 Printer - com.mhe.common.api.model.Bike{reservations=[R

maven proxy settings - security hazard

2006-04-26 Thread Shukla, Sanjay
Maven needs proxy server url and credential information. However this poses a security risk as your password is in a plain text format. Is there some way to circumvent this ? .m2/settings.xml 1001 true http me pass ip port localhost

RE: **Caution-External**: how to make ant deploy separate from site deploy

2006-03-15 Thread Shukla, Sanjay
Actually figured it .. mvn -e antrun:run Sanjay Shukla, -Original Message- From: Shukla, Sanjay Sent: Wednesday, March 15, 2006 4:55 PM To: Maven Users List Subject: **Caution-External**: how to make ant deploy separate from site deploy I have an ant task that runs to deploy an ear

how to make ant deploy separate from site deploy

2006-03-15 Thread Shukla, Sanjay
I have an ant task that runs to deploy an ear file to the app server. The ant plug-in gets executed in the deploy phase. However in my development environment I need to do frequent deploys but this results in the deploy plug-in everytime updating the remote repository. How can I make my processes

RE: m2 -- Ready for Prime Time, yet?

2006-02-15 Thread Shukla, Sanjay
I think the maven 2 release is mature enough in its core. The plugins need to catch-up. Again overall great job Maven team! Also is there a road map to what are the priorities the maven team is addressing and general project progress. Sanjay Shukla, HPI Product Engineering, 2 Penn Plaza, NY. 212

site deploy hangs on large files

2006-02-13 Thread Shukla, Sanjay
I tried sftp and scp, site deploy will hang forever for large site deploys. Is this a known issue ? ##

site plug-in error if src folders do not exist

2006-02-13 Thread Shukla, Sanjay
I am wondering if this is a know error for the site plug-in, throws an error if src folders do not exist. Src folders are absent as I am using a module to aggregate packages. [INFO] [INFO] Building RMS Packager [

advice for libraries deployment for maven built projects

2006-02-12 Thread Shukla, Sanjay
I was wondering what are recommendations for delivering the libraries that will be required by java runtimes of maven built projects. I package few libraries with the j2ee deployable archives but we have certain libraries on the system classpath as they are huge and common across projects.

RE: [m2] - ${localRepository} values - weired problem

2006-02-08 Thread Shukla, Sanjay
Yup, ${settings.localRepository} works for me too, Bret ? Sanjay Shukla, HPI Product Engineering, 2 Penn Plaza, NY. 212 904 3629 Office 732 692 4419 Cell -Original Message- From: mvdp [mailto:[EMAIL PROTECTED] Sent: Sunday, January 08, 2006 10:39 AM To: Maven Users List Subject: RE: [m

RE: Releasing: a nightmare

2006-02-03 Thread Shukla, Sanjay
Mike, Could you share your settings.xml and sftp url inorder to make the site sftp work. Thanks. Sanjay Shukla, HPI Product Engineering, 2 Penn Plaza, NY. 212 904 3629 Office 732 692 4419 Cell -Original Message- From: Mike Perham [mailto:[EMAIL PROTECTED] Sent: Wednesday, Janua

support for non-java tasks like ftp

2006-01-23 Thread Shukla, Sanjay
In my ant build I have task to ftp certain static content folders to a web server that sits in front of the app server layer. Is there a recommendation on how to handle such stuff ? Should I call the same ant task from the pom ? Thanks, Sanjay Shukla, HPI Product Engineering, 2 Penn Plaza

RE: [m2.0.1] Problem in Installing the Maven 2.0.1

2006-01-23 Thread Shukla, Sanjay
Did you look at this - http://maven.apache.org/download.html#installation. You may want to highlight specific issues you are facing. Sanjay Shukla, HPI Product Engineering, 2 Penn Plaza, NY. 212 904 3629 Office 732 692 4419 Cell -Original Message- From: narayan dhumale [mailto:[EMAIL

m2 trouble filtering xml resources

2006-01-22 Thread Shukla, Sanjay
I have a resource directory with numerous files. Some of type .vm and a few .xml. Maven 2 resource plugin does not seem to do the substitutions for the xml resource files. Anyone face this issue ? My resource filtering snippet src/main/filters/form_element_names.prope

RE: java.lang.VerifyError using maven 2

2006-01-22 Thread Shukla, Sanjay
paste the stack trace here? Thanks, Odea Shukla, Sanjay wrote: >Hey Guys, > > > >I am in a terrible situation compiling my code with maven 2 produces a >java.lang.VerifyError when the code runs. > > > >However using my previous ant build the code build fine. I am reall

java.lang.VerifyError using maven 2

2006-01-20 Thread Shukla, Sanjay
Hey Guys, I am in a terrible situation compiling my code with maven 2 produces a java.lang.VerifyError when the code runs. However using my previous ant build the code build fine. I am really baffled at this, can anyone suggest a way to debug this situation. Thanks, Sanjay Shukla,

RE: [m2] strange problem

2006-01-19 Thread Shukla, Sanjay
I have the same problem. What steps did you take to fix this ? Any luck ? Sanjay Shukla, HPI Product Engineering, 2 Penn Plaza, NY. 212 904 3629 Office 732 692 4419 Cell -Original Message- From: Litton, Tom - CEPM [mailto:[EMAIL PROTECTED] Sent: Friday, November 18, 2005 4:46 PM To: Mav

build release process using maven

2005-10-21 Thread Shukla, Sanjay
I am trying to use maven for our build process, migrating from ant and other script files that do our build currently For deploying to an environment these are the steps that were taken. 1. Tag the release 2. run a script that would create a list of release differences with respect t

need reccomendation for build release process

2005-10-20 Thread Shukla, Sanjay
I am trying to use maven for our build process, migrating from ant and other script files that do our build currently For deploying to an environment these are the steps that were taken. 1. Tag the release 2. run a script that would create a list of release differences with respect t