Re: Maven tips

2007-04-28 Thread Tim Kettler
Hi, I think you've got the basics right. 1. You would create one maven project per artifact you are building and organize them in a tree-like or flat directory structure. 2. You then would aggregate the build of this subprojects/modules in a top-level virtual project with packaging type 'pom'

Re: war plugin: making optional optinal ?

2007-04-28 Thread Gregory Kick
On 4/28/07, Dan Tran [EMAIL PROTECTED] wrote: is it a bug? nah, i think that the behavior for optional is correct, but since it was the only option for slimming down wars with the desired manifest, it was being used in situations that probably didn't make sense. the only way that you could

Why doesn't my index.html get generated when generating my site?

2007-04-28 Thread Ian Rowlands
I'm using Maven 2.0.5. My sites have no customisation (which I won't do until I get this to work). I am getting the following generated: Apart from subdirectories, I get: checkstyle.html (plus checkstyle.rss) cpd.html and cpd.xml dependencies.html integration.html

Re: Why doesn't my index.html get generated when generating my site?

2007-04-28 Thread Eric Redmond
I don't understand your problem - it looks like it is working... you haven't added any files and the default reports are generating. And? Eric On 4/27/07, Ian Rowlands [EMAIL PROTECTED] wrote: I'm using Maven 2.0.5. My sites have no customisation (which I won't do until I get this to work).

Re: Release status of changes plugin 2.0-beta-3?

2007-04-28 Thread Dennis Lundberg
Hi Paul It's on my todo list, after the idea and one plugins. Can't give you a date yet though... Paul Spencer wrote: What is the release status of the changes plugin? Per the roadmap their is one minor issue unresolved, but that is it. MCHANGES-70 - NPE if the version attribute is not

Re: maven-changelog-plugin

2007-04-28 Thread Dennis Lundberg
Jay Packard wrote: The maven-changelog-plugin is not working for me. I'm I allowed to have an https url in scmconnection? Can you point me to any other documentation that might help me get this working? Jay You can find the documentation for the plugin here:

SVN+SSH Checkout

2007-04-28 Thread Mac Systems
Hello, im quite new to Maven. Actually i want to checkout from SVN via the SCM Plugin. I already checked out an Test Projekt from Apache out via SVN with maven to Test how it should work in general. I'm working under WinXP SVN and SSH are available SVN can create the Tunnel for SSH. The

Re: SVN+SSH Checkout

2007-04-28 Thread John Redden
I have found a workaround for the shortcomings of wagon. To deploy in an ssh environment on Linux: 1.) run: ssh-agent /bin/bash 2.) run: ssh-add 3.) test your connections to the remote secure host: ssh [EMAIL PROTECTED] and then logout 4.) run: mvn deploy To deploy in an ssh environment on

maven-eclipse-plugin missing test jar sources

2007-04-28 Thread Steinar Bang
Does anyone know what's the current status on this bug? http://jira.codehaus.org/browse/MECLIPSE-151 It has a patch, which the asignee says looks good, but is still listed as open. Will it be fixed for v2.4 of maven-eclipse-plugin? Thanx! - Steinar (bitten by this bug)

How to get dependency:analyze to include .class files generated by jspc:compile?

2007-04-28 Thread Olivier Dehon
Hi, How can I get the dependency:analyze goal to include the class files that result from the compilation of the JSPs in the actual analysis? Is there a configuration parameter to indicate additional target directories to look into? Am I missing something? Thanks in advance for sharing your

HOWTO: (Build / ) Release mgmt in multi environment (test, staging, production)

2007-04-28 Thread Maarten Volders
Hi, I have the following question on how to setup a Maven environment in a multi environment (test, staging, production). Ps.this is the first Maven project I'm doing ... having an ANT background. Lets' start by talking what I have. We have a multi project structure and are using profiles

HOWTO: (Build / ) Release mgmt in multi environment (test, staging, production)

2007-04-28 Thread Maarten Volders
Hi, I have the following question on how to setup a Maven environment in a multi environment (test, staging, production). Ps.this is the first Maven project I'm doing ... having an ANT background. Lets' start by talking what I have. We have a multi project structure and are using profiles

HOWTO: (Build / ) Release mgmt in multi environment

2007-04-28 Thread Maarten Volders
Hi, I have the following question on how to setup a Maven environment in a multi environment (test, staging, production). Ps.this is the first Maven project I'm doing ... having an ANT background. Lets' start by talking what I have. We have a multi project structure and are using profiles