Getting the following errors while working with Maven

2020-10-27 Thread Ram Kumar Viswa
ROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException. Kindly let me know what changes I should do in order to make it work, Thank you in advance Ram Kumar V

Re: Required goal not found

2012-01-12 Thread Ram
Fezgxzsuf Sent from my iPhone On Jan 12, 2012, at 10:51 AM, Adam Dyga wrote: > Hello, > > I have some problems with "goals not found". When I execute: > > > mvn help:describe -DgroupId=org.apache.maven.plugins > -DartifactId=maven-dependency-plugin > > > among many goals I get: > > ... >

Re: Building Dependencies

2008-12-31 Thread Ram Mohan
Thanks John for the response. It solved my purpose. To all Maven Users, Wish you a happy and a fun filled new year ahead. Cheers, Ram On Tue, Dec 30, 2008 at 11:37 PM, John Stoneham wrote: > On Mon, Dec 29, 2008 at 7:25 AM, Ram Mohan > wrote: > > My question is: > > whi

Re: Building Dependencies

2008-12-31 Thread Ram Mohan
Thanks Wayne for the quick response. On Mon, Dec 29, 2008 at 11:09 PM, Wayne Fay wrote: > > My question is: > > while building M1, is there a plugin/way to tell in pom.xml to build M2 > and > > M3 if there are changes in M2 and M3. > > From the parent project level this can be ensured, is it pos

Building Dependencies

2008-12-29 Thread Ram Mohan
build M2 and M3 if there are changes in M2 and M3. >From the parent project level this can be ensured, is it possible to do this using M1's POM. Thanks, Ram

Re: How to let xmlbean generate jar file?

2008-09-30 Thread Ram
U can use outputJar tag to do the same Sent from my iPod On Sep 30, 2008, at 2:09 PM, youhaodeyi <[EMAIL PROTECTED]> wrote: Will this add it to the dependency tree automatically? Stephen Connolly-2 wrote: you need to attach it to the lifecycle and execute upto at least the package phase

Re: Problems using XSD

2008-09-22 Thread RAM
Thanks Wayne, You correctly mentioned about using Unpack Dependency plugin. I used it & it resolved my issue. Thanks for the response. Regards, Ram On 9/22/08, Wayne Fay <[EMAIL PROTECTED]> wrote: > > What exactly is your question? I read the email twice, and there'

Problems using XSD

2008-09-22 Thread RAM
ject 2. The generated classes should include all the Java Object for all the XSD's from both the locations. We are using XMLBeans 2.3.0 & Maven 2.0.9. -- Thanks, Ram

Re: maven repository

2008-08-08 Thread RAM
dency as shown below:* com.fedex.crm.onesource myfile 2.2.1 jar system /path/to/your/jar file -- Ram On Fri, Aug 8, 2008 at 11:48 PM, Lakshmi Kurella <[EMAIL PROTECTED]> wrote: > > Ram, thanks for the response. My acutal problem is I executed this > install com

Re: maven repository

2008-08-08 Thread RAM
hile executing the mvn install:install-file command. -- Ram On Fri, Aug 8, 2008 at 9:08 PM, Lakshmi Kurella <[EMAIL PROTECTED]> wrote: > I executed the following command > > mvn install:install -file -DgroupId=com.fedex.crm.onesource > -DartifactId=myfile -Dversion=2.2.1 -Dpackag

Re: need help on maven compile phase.

2008-06-17 Thread RAM
Actually, I can think of seperate module inside the main root project and a seperate pom.xml for each one. Then you can build those one by one. Else, try increasing the memory with the compiler plugin (I think, you have atleast 1.5 GB RAM) org.apache.maven.plugins maven

Re: Building Maven2

2008-06-13 Thread RAM
: %M2_HOME%/bin Just run mvn --version and we are good to go. If you are getting the version printed as 2.0.9, its correctly installed. Also, if you can forward the apache link you are talking about (where you got the example), I can look into that. Thanks & Regards, Ram On 6/12/08, Michael D

Embedded error: Error while executing the external compiler'

2006-11-05 Thread ram shankar
true 1.3 D:\jdk1.3.1_19/bin/javac I have more than 1200 java files in my project which i need to compile with jdk 1.3. I guess the javac command is too large and hence this problem. Can somebody suggest a way to solve this problem Thanks in a