RE: modifiying xml files??

2006-06-09 Thread Roye, Suhneel BGI SF
Read the documentation...this is discussed in one of the questions in the first section of the Getting Started Guide: http://maven.apache.org/guides/getting-started/index.html#How%20do%20I%2 0filter%20resource%20files? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] S

RE: Dependency Management, Prioritize Repositories - Internal,Central, etc.

2006-04-19 Thread Roye, Suhneel BGI SF
-04-19 at 12:27 +0200, Jörg Schaible wrote: > Roye, Suhneel BGI SF wrote on Wednesday, April 19, 2006 12:06 PM: > > > Problem: > > I have a custom JAR (built by our team) installed in my local > > repository, and yet every time I do a build, Maven attempts to > > dow

Dependency Management, Prioritize Repositories - Internal, Central, etc.

2006-04-19 Thread Roye, Suhneel BGI SF
Problem: I have a custom JAR (built by our team) installed in my local repository, and yet every time I do a build, Maven attempts to download it from Central (iBiblio) before realizing it's located in my local repository. I would like to prevent Maven from attempting to download this JAR from Cent

RE: hibernate3-maven-plugin:hbm2java - Setup Problems

2006-04-18 Thread Roye, Suhneel BGI SF
j in the pom.xml Regards Johann Reyes -Original Message----- From: Roye, Suhneel BGI SF [mailto:[EMAIL PROTECTED] Sent: Monday, April 17, 2006 8:58 PM To: Maven Users List Subject: RE: hibernate3-maven-plugin:hbm2java - Setup Problems I haven't tried out the new snapshot yet - will it sti

RE: Checking in-use compiler?

2006-04-18 Thread Roye, Suhneel BGI SF
Take a look at this link: http://maven.apache.org/plugins/maven-compiler-plugin/howto.html You have to explicitly specify that you want to compile with Java 1.5 -Original Message- From: Gwyn [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 18, 2006 10:06 AM To: users@maven.apache.org Subj

RE: hibernate3-maven-plugin:hbm2java - Setup Problems

2006-04-18 Thread Roye, Suhneel BGI SF
eed to include log4j in the pom.xml Regards Johann Reyes -----Original Message- From: Roye, Suhneel BGI SF [mailto:[EMAIL PROTECTED] Sent: Monday, April 17, 2006 8:58 PM To: Maven Users List Subject: RE: hibernate3-maven-plugin:hbm2java - Setup Problems I haven't tried out the new sna

RE: hibernate3-maven-plugin:hbm2java - Setup Problems

2006-04-17 Thread Roye, Suhneel BGI SF
-Original Message----- From: Roye, Suhneel BGI SF [mailto:[EMAIL PROTECTED] Sent: Monday, April 17, 2006 6:15 PM To: Maven Users List Subject: RE: hibernate3-maven-plugin:hbm2java - Setup Problems I got my problem figured out...I needed to add a dependency on log4j, which looks like it's bein

RE: hibernate3-maven-plugin:hbm2java - Setup Problems

2006-04-17 Thread Roye, Suhneel BGI SF
ing? Regards Johann Reyes -----Original Message- From: Roye, Suhneel BGI SF [mailto:[EMAIL PROTECTED] Sent: Monday, April 17, 2006 3:34 PM To: Maven Users List Subject: hibernate3-maven-plugin:hbm2java - Setup Problems I am trying to set up the Hibernate3 plugin for Maven2. Specifically, I

hibernate3-maven-plugin:hbm2java - Setup Problems

2006-04-17 Thread Roye, Suhneel BGI SF
I am trying to set up the Hibernate3 plugin for Maven2. Specifically, I would like to have the plugin generate POJO's from *.hbm.xml mapping files. Relevant portions of my project directory structure: Hibernate Configuration: /src/main/resources/hibernate.cfg.xml Hibernate Mappings: /src/main/reso

RE: Manifest.mf Class-path

2006-03-24 Thread Roye, Suhneel BGI SF
Add the "addClasspath" element to your EAR/WAR/JAR plugin configuration: . . . . org.apache.maven.plugins maven-ear-plugin . .