Multi module project: Using same version no. for all modules AND parents

2007-06-25 Thread Steinhauer, Frank
Hi, in a multi module project it's possible to omit the version number in all submodules. Great, so I may change the version for ALL my submodules by just changing the top most version - uups, but I still have to set the version number of the PARENT pom for ALL my modules Is there a way to

AW: What is this? What I have to do to fix?

2007-06-21 Thread Steinhauer, Frank
Hi Scott, Maven2 automatically detects transient dependencies, so there's no need to declare these too in the POM. Frank -Ursprüngliche Nachricht- Von: ScottBr... [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 21. Juni 2007 21:03 An: users@maven.apache.org Betreff: Re: What is this?

How do I add jars to my WAR-file ?

2007-06-19 Thread Steinhauer, Frank
Hi there, how do I add JARs from the repository to my WAR file, using a special directory (not in WEB-INF/lib)? I tried using the assembly plugin, but I can't get it to do something When using goal attached, nothing happens, when using directory-inline, I get an error message (see below).

AW: How do I add jars to my WAR-file ?

2007-06-19 Thread Steinhauer, Frank
Thanks, it worked! Haven't seen it -Ursprüngliche Nachricht- Von: Jochen Wiedmann [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 19. Juni 2007 12:53 An: Maven Users List Betreff: Re: How do I add jars to my WAR-file ? On 6/19/07, Steinhauer, Frank [EMAIL PROTECTED] wrote: how do I

install:install - variables in POM are not replaced/filtered during installation in repository

2007-06-15 Thread Steinhauer, Frank
Hi there, during installation of the POM in the local repository the variables in the POM are not replaced/filtered. Is this a bug or purpose? Or did I a make a mistake somewhere? We use a variable for setting the version (needed for our CruiseControl build), and this variable isn't replaced by

install:install - POM isn't filtered when installed in repo

2007-05-22 Thread Steinhauer, Frank
Hello, In my POMs the version numbers are set according to local settings and given CLI parameters. This works fine e.g. in the effective pom, but not when installing or deploying the POM to the repository, the pom file is just copied 1:1 to the repo, without any filtering. Why? Any suggestions?

AW: Cleaning before assembly

2007-05-03 Thread Steinhauer, Frank
Just look into the description of the clean plugin http://maven.apache.org/plugins/maven-clean-plugin/examples/delete_additional_files.html Frank -Ursprüngliche Nachricht- Von: Jose Alberto Fernandez [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 3. Mai 2007 14:22 An:

How do I get a list of all available properties?

2007-05-03 Thread Steinhauer, Frank
Hi, How do I get a list of all available properties? I already found a static list (http://docs.codehaus.org/display/MAVENUSER/MavenPropertiesGuide), but there should be a way to create a list of all available properties and their values during the build , e.g. by using a Properties-Plugin. Is