project customization

2006-03-27 Thread Marcus Eberts
Hi Guys, is it possible to customize a project for different customers/environments? For example to use for one customer the image/content A, for a second customer image/content B and a default image/content if it's for a presentation. The same for environment configuration files (web.xml, da

project customization

2006-03-27 Thread Marcus Eberts
Hi Guys, is it possible to customize a project for different customers/environments? For example to use for one customer the image A, for a second customer image B and a default image if it's for a presentation. The same for environment configuration files (web.xml, data-sources.xml, ...). D

can't download poi-2.0-final-20040126

2005-10-28 Thread Marcus Eberts
Hi, the directory to download poi-2.0-final is the right one, the pom file can be downloaded but the data in the pom file (groupId, artifactId, version) seems to be wrong... [INFO] Using default encoding to copy filtered resources. Downloading: http://www.ibiblio.org/maven2//poi/poi-2.

How to add to tag?

2005-10-28 Thread Marcus Eberts
Hi, is there a way to add a new line tag (, \n, ...) to the tag in the pom.xml? I tried CDATA, but that doesn't work. Marcus - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: javadoc problem

2005-10-25 Thread Marcus Eberts
d but there is no content for the javadoc site. Another bug?? Marcus Ralph Pöllath schrieb: On 25.10.2005, at 09:05, Marcus Eberts wrote: Hi, when executing /mvn javadoc:javadoc / I get a /"Not executing Javadoc as the project is not a Java classpath- capable package" / message

Re: Exclude Report

2005-10-25 Thread Marcus Eberts
Wilfried, here is a way to select only certain reports: ... org.apache.maven.plugins maven-project-info-reports-plugin dependencies issue-tracking

javadoc problem

2005-10-25 Thread Marcus Eberts
Hi, when executing /mvn javadoc:javadoc / I get a /"Not executing Javadoc as the project is not a Java classpath-capable package" / message and no javadoc html files are created. I also checked the source code but there is no comment what a "Java classpath-capable package" might look lik