obtaining project dependencies in maven 1.1??

2008-03-05 Thread san84
suppose i hav two projects in maven 1.0 say MODULE-1 n MODULE-2 under a main project say MAIN-MODULE each of these subprojects(MODULE 1& MODULE 2) hav its own src directory structure . The MODULE-2 has to wait for MODULE-1 goals to be completed first. if i go and build MODULE-2 project witho

Re: how to obtain project dependencies in maven 1.x?

2008-03-05 Thread san84
; have to > define them in your pom. > Arnaud > > On Mon, Mar 3, 2008 at 6:58 AM, san84 <[EMAIL PROTECTED]> wrote: > >> >> hi all, >> am beginner to maven tool >> my Q is how can i obtain project dependencies in maven 1.x . >> >> like de way

Re: how to obtain project dependencies in maven 1.x?

2008-03-05 Thread san84
e downloaded as soon as maven is started. Yu just > have to > define them in your pom. > Arnaud > > On Mon, Mar 3, 2008 at 6:58 AM, san84 <[EMAIL PROTECTED]> wrote: > >> >> hi all, >> am beginner to maven tool >> my Q is how can i obtain project depend

how to obtain project dependencies in maven 1.x?

2008-03-02 Thread san84
hi all, am beginner to maven tool my Q is how can i obtain project dependencies in maven 1.x . like de way in which we achieve goals using prereqs. plz help me -- View this message in context: http://www.nabble.com/how-to-obtain-project-dependencies-in-maven-1.x--tp15798160s177p15798160.html S

how do i generate my first maven 2.x project?

2008-03-01 Thread san84
hi , am beginner to maven 2.x wen i tried with mvn archetype :create -DarchetypeId="something" -DgroupId="something" i got the following error .. [ERROR] BUILD ERROR The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid version could be found . but i hav the ab

how do i generating POM in maven 2.0.7??

2008-02-29 Thread san84
hi all am beginner to maven 2.0.7 earlier i was sticking to maven 1.x . i can generate project .xml using cmd " 'maven genapp' but now i wann to use maven 2.0.7 . Q1) how can i generate pom.xml using maven 2.0.7 . Q2) in maven 1.x i can create my goals in maven.xml . how can i do the same us

Re: how to define a goal which wil depends on other goal in maven?

2008-02-21 Thread san84
thank u but how can i do using maven 2? plz let me know with ex [EMAIL PROTECTED] wrote: > > san84 schrieb: >> hi all, >> how can i define a goal which depends on other goal in my maven.xml >> in ant we can do it as follow like >> >> ..

Re: how to define a goal which wil depends on other goal in maven?

2008-02-21 Thread san84
consider , how can we achieve the same using maven. wil u please explain with examples plz [EMAIL PROTECTED] wrote: > > san84 schrieb: >> hi all, >> how can i define a goal which depends on other goal in my maven.xml >> in ant we

how to define a goal which wil depends on other goal in maven?

2008-02-21 Thread san84
hi all, how can i define a goal which depends on other goal in my maven.xml in ant we can do it as follow like blabla ... blabla ... please let me know -- View this message in context: http://www.nabble.c

wher do we define maven properties ?

2008-02-12 Thread san84
hi, hello am beginner to maven tool am using maven 1.1 my q is . where these following properties hav been define. can we edit those? r they defind at respective plugin.properties maven.build.dest maven.build.dest maven.compile.log etc... wen i echoed all maven properties using echoprop

Re: problem in building some sample java srcs

2008-02-11 Thread san84
i got the solution but i hav to download each jars one my one which wil consumes time -- View this message in context: http://www.nabble.com/problem-in-building-some-sample-java-srcs-tp15353432s177p15426676.html Sent from the Maven - Users mailing list archive at Nabble.com. --

problem in building some sample java srcs

2008-02-08 Thread san84
hi all am beginner to maven tool am using maven1.1 version am trying to build some java srcs using this tool by maven java:compile my project.xml is as follows -- daven 1.0

creating a sample project

2008-01-23 Thread san84
hi all, am beginner to maven . wil any body suggest me how can i create sample projects using maven and how can i perform builds using maven. -- View this message in context: http://www.nabble.com/creating--a-sample-project-tp15059312s177p15059312.html Sent from the Maven - Users mailing list a