RE: location of application.xml?

2008-08-27 Thread ChrisGWarp
Web gpdb The two important lines are these: true ${project.build.directory}/application.xml HTH, -Chris

RE: location of application.xml?

2008-06-18 Thread Chris_Graham
"Bernhard David" <[EMAIL PROTECTED]> wrote on 18/06/2008 16:21:06: > Hello, > > I think you just need to declare src/main/application as a resource > folder in your pom - > > > > src/main/application > > > and it should work exactly as src/main/resources does. Hi David.

Re: location of application.xml?

2008-06-18 Thread Andrew Madu
Chris, you may find the following information of help: http://maven.apache.org/plugins/maven-ear-plugin/tests.html Regards Andrew I'm not sure when you put META-INF\application.xml. Does it go under src\main\resources or src\main\application? mvn eclipse:eclipse generates a source dir refere

RE: location of application.xml?

2008-06-17 Thread Bernhard David
mailto:[EMAIL PROTECTED] > Sent: 18 June 2008 07:54 > To: Maven Users List > Subject: location of application.xml? > > I'm not sure when you put META-INF\application.xml. > > Does it go under src\main\resources or src\main\application? > > mvn eclipse:eclipse gene

location of application.xml?

2008-06-17 Thread Chris_Graham
I'm not sure when you put META-INF\application.xml. Does it go under src\main\resources or src\main\application? mvn eclipse:eclipse generates a source dir reference to src\main\application, and that is what it appears to need to be able to run the test app in the environment. However, althoug

[m2] How do I change the schema location of application.xml

2007-12-07 Thread Mick Knutson
I want to use Maven to generate my application.xml, but need to have a different schema location. Is this possible? Or do I have to just create my own and force maven to use mine? http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/