Maven parallel build with selective dependency exclusions

2012-01-27 Thread Ashish
' or execute Testcases (cucumber testcases + Junit) for a, b and c but just compile d and e if I have to. Appreciate your help, -Ashish

Managing module dependency in Maven parallel build

2012-01-20 Thread Ashish Srivastava
the zip file does not produce a jar file having a dependency to this module would not work (or so as per my understanding). Is there a way in Maven 3 parallel build that such module dependency can be instructed? Appreciate your help, -Ashish

Removing some modules in a maven profile

2012-01-20 Thread Ashish Srivastava
a module is suggested in a profile instead of removing (excluding) one. I tried to give module a and b in the profile and still mvn built everything, I guess because it builds the parent list first (?). Is there a way to accomplish this? Thanks for your help, -Ashish

Removing a module in a maven profile

2012-01-20 Thread Ashish
on this forum where it was suggested to add a module in a profile but what I want is to exclude some. Is there a way to accomplish this? Thanks, -Ashish

Maven download is failing checksum?

2010-07-11 Thread Ashish Jain
I am trying to download 2.2.1 version and checksum is failing. Not able to unzip file. Any idea? Thanks Ashish Jain - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h

Re: Maven download is failing checksum?

2010-07-11 Thread Ashish Jain
sorry false alarm. I was using wrong url for wget. Thanks Ashish Jain On Sun, Jul 11, 2010 at 4:04 PM, Ashish Jain aja...@gmail.com wrote: I am trying to download 2.2.1 version and checksum is failing. Not able to unzip file. Any idea? Thanks Ashish Jain

Re: Deprecating and banning artifacts with repository metadata

2009-09-13 Thread Ashish Joshi
. Also it enables the producers of the components to indicate anytime that they are no longer supporting a particular version. All consumers consuming that dependency will start getting warning/errors in their build automatically without any explicit change in their POMs. Ashish Freddy Mallet wrote

maven plugin depedency issue

2008-10-07 Thread Sahni, Ashish
) dependency (called xyz-1.0) When the custom maven plugin is invoked via project-pom, it does not contain xyz-1.0.jar in its classpath. What am I missing here ? How do I get a compile time dependency defined in a project pom in the classpath of the custom plugin ? Thanks Ashish

MVN POM giving error with Weblogic 8.1 while working fine with tomcat 5.0

2007-09-23 Thread Ashish Srivastava
.firstam-reis.net/svn/repos/${project.artifactId}/ /url /scm -- /project === Please give your suggestion. Regards, Ashish Srivastava

maven multi-module war build too slow

2007-01-08 Thread Ashish Awasthi
Every time I want to build the war, I run a packagingpom/packaging POM that builds all these modules. To resolve war dependency, maven builds each war, copies it to repository and then explodes repository war again. This has made my build process very slow. What am I doing wrong? Ashish

Re: how to use my own jar as dependencies

2006-03-09 Thread Ashish Srivastava
Thanks, -Ashish --- Tom Joad [EMAIL PROTECTED] wrote: You can install your jar in your local repository. Run command mvn -e -X install:install-file -Dfile=(Relative or absolute path)ServletPortlet .jar -Dversion=YOUVERSION -Dartifactid=ARTIFACTIDYOUDEFINE -DgroupId=GROUIDYOUDEFINE

import statements in Eclipse and maven2

2006-02-27 Thread Ashish Srivastava
? -Ashish __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Creating WEB-INF/lib directory

2006-02-19 Thread Ashish Srivastava
How can I create the WEB-INF/lib directory and copy the jars which the web-app depends on during the maven packaging? __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Re: Creating WEB-INF/lib directory

2006-02-19 Thread Ashish Srivastava
] wrote: On 2/19/06, Ashish Srivastava [EMAIL PROTECTED] wrote: I am using maven2 and have defined the dependencies in the pom.xml. What scope should I use? I used compile and provided but it doesn't create the WEB-INF/lib directory. Please keep replies on the mailing list. Using

Warning messages on remote repository

2006-01-31 Thread Ashish Srivastava
I get a jar (not built by us) and deploy it properly in a remote repository which we created? I searched through the maven.apache.org and didn't find any document on how to create a remote repository sp. with our own set of jars. Help is appreciated. Thanks, -Ashish

patternset in maven2

2006-01-02 Thread Ashish Srivastava
is appreciated. Thanks, -Ashish __ Yahoo! for Good - Make a difference this year. http://brand.yahoo.com/cybergivingweek2005/ - To unsubscribe, e-mail: [EMAIL