Re: Install/deploy a project with a single file

2007-06-11 Thread Vandermeeren, Jo
Hi, Just wrap it up as a jar-packaged module, put the xml in src/main/resources and you should be fine. Remember to lookup the xml file via the classpath. Cheers Jo On 6/10/07, Rahamim, Zvi (Zvi) [EMAIL PROTECTED] wrote: Hi, I have a project with only a single xml file. What should I define

Re: Classpath issues with maven 2.0.6

2007-06-08 Thread Vandermeeren, Jo
On 6/8/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi Jo, Yes I have, look at the pom files below. Hi Minto I only see junit and 2 slf4j dependencies. The ReloadableClassLoader class you mentioned earlier.. Did you include it as source? I would expect a dependency to the library

Re: Classpath issues with maven 2.0.6

2007-06-08 Thread Vandermeeren, Jo
On 6/8/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Snippet of the mvn test -X ouput: == snip [DEBUG] Test Classpath : [DEBUG] K:\Sources\Prefs\memoryprefs\target\test-classes [DEBUG] K:\Sources\Prefs\memoryprefs\target\classes [DEBUG]

Re: [m2] Multi-project dependency issue

2007-06-08 Thread Vandermeeren, Jo
On 6/8/07, Orford, Ian [EMAIL PROTECTED] wrote: P is the parent POM that has modules A, B, C and D. P defines A, B, C and D in dependencyManagement A has P as a parent and no dependencies at all. B has P as a parent and defines A in dependencies C has P as a parent and defines A and B in

Re: War plugin transitive dependency

2007-06-08 Thread Vandermeeren, Jo
On 6/8/07, Váry Péter [EMAIL PROTECTED] wrote: Unfortunately it does not help me in this situation: I do not have ear-s (working with tomcat), just war-s. One portal - one war. Every module is one war, or jar. Modules depend on each other like news.war (with jsp, html etc) depends on HTML

Re: Classpath issues with maven 2.0.6

2007-06-08 Thread Vandermeeren, Jo
. Is it possible to get the classpath from the active classloader? Regards, Minto -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Vandermeeren, Jo Verzonden: vrijdag 8 juni 2007 14:49 Aan: Maven Users List Onderwerp: Re: Classpath issues with maven 2.0.6 On 6/8/07

Re: [M2] List of pom configuration properties

2007-06-07 Thread Vandermeeren, Jo
Checkout Jason's exhaustive list at the sonatype website: http://www.sonatype.com/book/properties.html On 6/7/07, Jux [EMAIL PROTECTED] wrote: Hi Can anybody give me information about configuration properties that I can use in maven2 pom.xml files. I am talking about the ${some.property}

Re: assemble a huge JAR

2007-06-06 Thread Vandermeeren, Jo
Hi Ben, If you want to bundle all your dependencies in one jar, you could use the prefabricated jar-with-dependencies descriptor instead. http://maven.apache.org/plugins/maven-assembly-plugin/usage.html Check out a previous post: http://www.mail-archive.com/users@maven.apache.org/msg65381.html

Re: Preflight check for 2.0.7

2007-06-05 Thread Vandermeeren, Jo
Jason, Nothing to report, everything works just fine. +1 for the release Cheers Jo On 6/5/07, Jason van Zyl [EMAIL PROTECTED] wrote: I have built a snapshot for 2.0.7 and put it here: http://people.apache.org/~jvanzyl/ I figure folks are going to try and squeeze in more issues so what I