Re: New to Maven - need help

2008-10-17 Thread Jan K
I > would suggest looking at Artifactory to set up your own site-wide > repository. It will also cache dependencies pulled from the main > repository and save you a little bit of network bandwidth: > http://www.jfrog.org/sites/artifactory/1.2/ > > Dave > > Ja

Re: New to Maven - need help

2008-10-17 Thread Jan K
dependency in build.xml. How should i do this using maven?Also i read in a article as : maven will download the the dependency required for our project.How can i add my own dependencies in maven?please help. Jan K wrote: > > I am very new to maven.I have downloaded apache-maven-2.0.9.I re

Re: New to Maven - need help

2008-10-16 Thread Jan K
some predefined dependency for my project which doesnot exist in maven.Please let me know how should i load my own dependency into maven and call it using tag. Jan K wrote: > > Is there any possiblity of adding our own dependencies in maven? > > > > Thomas Lutz wrote: &g

Re: New to Maven - need help

2008-10-16 Thread Jan K
Is there any possiblity of adding our own dependencies in maven? Thomas Lutz wrote: > > Jan K schrieb: >> First time i created a project using >> mvn archetype:create -DgroupId=com.careertales -DartifactId=careertales >> -DarchetypeArtifactId=maven-archetype-weba

Re: New to Maven - need help

2008-10-16 Thread Jan K
command.Inside classes folder, my point is i should see the class file of Test.But instead i can see the same Test.java file in classes folder.What is going wrong? After that i placed a java file(This file prints a string) matinh wrote: > > On Thursday 16 October 2008 Jan K wrote: >

Re: New to Maven - need help

2008-10-16 Thread Jan K
read them yet, you should go do it now. > > Wayne > > On Thu, Oct 16, 2008 at 12:06 AM, Jan K <[EMAIL PROTECTED]> wrote: >> >> I able to build the project successfully.I get a target folder >> created.But i >> donot find any class files created for the

Re: New to Maven - need help

2008-10-16 Thread Jan K
The free e-books linked to by Arnaud are basically considered > "mandatory reading" for people posting on this list. If you have not > read them yet, you should go do it now. > > Wayne > > On Thu, Oct 16, 2008 at 12:06 AM, Jan K <[EMAIL PROTECTED]> wrote: >> >&

Re: New to Maven - need help

2008-10-16 Thread Jan K
p://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd";> 4.0.0 careertales.net careertales jar 1.0-SNAPSHOT CT http://localhost:8080/ct2 junit junit 3.8.1 test Please correct me.Please let me know what i am missing

Re: New to Maven - need help

2008-10-15 Thread Jan K
What are the mandatory fields(tags) to be used for settings.xml? Arnaud HERITIER wrote: > > You'll have more information in : > - http://www.sonatype.com/community/definitive_guide.html > - http://www.exist.com/better-build-maven > > Arnaud > > On Tue, Oct 14, 20

New to Maven - need help

2008-10-14 Thread Jan K
I am very new to maven.I have downloaded apache-maven-2.0.9.I read the doc's and installed maven. I executed the following commands in command prompt, mvn archetype:create \ -DarchetypeGroupId=org.apache.maven.archetypes \ -DgroupId=com.mycompany.app \ -DartifactId=my-app I got a folder