RE: [M2] How to softcode 'version' in dependency declaration

2006-08-17 Thread Maximilian . Antoni
Have a look at dependency management (http://maven.apache.org/guides/introduction/introduction-to-dependency- mechanism.html). Cheers -Original Message- From: hamdard [mailto:[EMAIL PROTECTED] Sent: 17 August 2006 11:12 To: users@maven.apache.org Subject: [M2] How to softcode

RE: Reason: Error getting POM for 'javax.j2ee:j2ee'

2006-08-16 Thread Maximilian . Antoni
Hi, You have to create a POM file for that JAR in the repository, either manually, or by installing the JAR file with -DgeneratePom=true. Cheers Max -Original Message- From: Jeff Mutonho [mailto:[EMAIL PROTECTED] Sent: 16 August 2006 16:13 To: Maven Users List Subject: Re: Reason:

Prevent maven from adding pom file to jar

2006-07-21 Thread Maximilian . Antoni
Title: Prevent maven from adding pom file to jar Hi all, Is there a way of preventing maven from adding the effective pom to the generated JAR? Thanks Visit our website at http://www.ubs.com This message contains confidential information and is intended only for the individual

RE: How to use maven2 to start hsqldb ?

2006-07-19 Thread Maximilian . Antoni
Hi, I had the same problem and was unable to find anything about it on the web. There seems to be a property available for the antrun plugin, but not for ant mojos. I ended up with writing a java plugin, gathering the project dependencies, combine them in a string and put that in the context.

RE: how to copy resources while building war

2006-07-17 Thread Maximilian . Antoni
Hi, I had a similar problem and solved it by packaging the submodule resources as a war file too. Next, let the war plugin overlay that war with the top-level war file. In my case the submodule is included by dependency and I had to add a typewar/type to the dependency tag to make that work. I'm

RE: Maven 2 Newbie question - trouble running tests with Spring/Log4J

2006-07-17 Thread Maximilian . Antoni
Try putting your log4j.properties in src/test/resources too. Regards Max -Original Message- From: Deepak Chadha [mailto:[EMAIL PROTECTED] Sent: 17 July 2006 16:33 To: users@maven.apache.org Subject: Maven 2 Newbie question - trouble running tests with Spring/Log4J Hi, I am attempting

RE: include jar dependencies in jar package

2006-07-13 Thread Maximilian . Antoni
You need the assembly-plugin for that. When you install a project with an attached assembly (that is goalattached/goal) it will place you plain jar in the repository and another one that was build by your assembly. -Original Message- From: Wojciech Biela [mailto:[EMAIL PROTECTED] Sent:

RE: Maven and SVN

2006-07-13 Thread Maximilian . Antoni
http://maven.apache.org/scm/subversion.html -Original Message- From: HUGOT Franck [mailto:[EMAIL PROTECTED] Sent: 13 July 2006 14:30 To: Maven Users List Subject: Maven and SVN Hello, I don't find any documentation about using maven and svn. Instead of doing a checkout of the