Re: How do I run Continuum 1.1 trunk version?

2007-01-18 Thread Emmanuel Venisse
[EMAIL PROTECTED] a écrit : Hello, I'm fairly new to both Maven and Continuum, but I have been using Maven for a couple of months, and I am really getting fond of it. Installed Continuum 1.0.3 a few weeks ago, and it's been no real problems. I thought I'd check out the 1.1 version and see

Re: Building using Maven tool.

2007-01-18 Thread allan ramirez
If you are in a proxy, please refer to this guide http://maven.apache.org/guides/mini/guide-proxies.html On 1/18/07, Pande, Vaishali (Cognizant) [EMAIL PROTECTED] wrote: Hi, Even after successful installation and configuration ,I am not able to run the application. Will it make any

Shared Repository Access Problem

2007-01-18 Thread Alauddin
Hi, I setup and deployed the repository folder to the apache server. It works fine. I got them from browser. I setup my conf/settings.xml file like the following . default-repositories central Internal Mirror of Central Repository

RE: Proximity vs. Maven Achiva

2007-01-18 Thread LECAN Damien
Once Archiva is stable, i think this is the one to go since it has more features Any idea of when it will be stable ? Damien - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Is there a way to control the order of repositories?

2007-01-18 Thread Raphaël Piéroni
Hi Lasse, That's exactly why i plan to install an Archiva on my laptop. Raphaël 2007/1/18, Lasse Koskela [EMAIL PROTECTED]: Hi Wayne, I suppose using a local proxy repository would do the trick if I were always in the same place. However, I rarely work in the same place for longer than a

How to configure maven-checkstyle-plugin with external ImportControl file in your checkstyle configuration ?

2007-01-18 Thread Cyril MOREAU
How to configure maven-checkstyle-plugin with external ImportControl file in your checkstyle configuration ? My configuration is available in http://www.xxx.com/repository/rdc;. This address contains this files : my_checstyleconfiguration.xml import-control.xml In the

Re: Proximity vs. Maven Achiva

2007-01-18 Thread Emmanuel Hugonnet
Dan Tran a écrit : Once Archiva is stable, i think this is the one to go since it has more features -D On 1/17/07, Mel Riffe [EMAIL PROTECTED] wrote: Hi Daniel, My client is able to run maven-proxy as a Windows service. They're using a third-party tool to accomplish this:

Re: Proximity vs. Maven Achiva

2007-01-18 Thread nicolas de loof
I'm using Archiva Snapshot on Tomcat5 as a windows Service. It works fine and is realy easy to configure. I got OutOfMemory due to a bug in archiva. I fixed it by auto-restarting the service every night. 2007/1/18, Emmanuel Hugonnet [EMAIL PROTECTED]: Dan Tran a écrit : Once Archiva is

RE: [m2] could not locate maven-surefire-plugin in svn repo

2007-01-18 Thread Dário Luís Coneglian Oliveros
Thanks a lot. -Original Message- From: Lasse Koskela [mailto:[EMAIL PROTECTED] Sent: quarta-feira, 17 de janeiro de 2007 19:44 To: Maven Users List Subject: Re: [m2] could not locate maven-surefire-plugin in svn repo Hi Dario, On 1/17/07, Dário Luís Coneglian Oliveros [EMAIL PROTECTED]

Inheriting profiles

2007-01-18 Thread Geoffrey De Smet
Is there any way to inherit profiles - more specifically their activation? In a multiproject I have a parent pom that has 2 profiles: development and production. Development needs to be activated by default everywhere. Now I found myself repeating the activation in each child pom. -- With

About create maven reports with chinese .

2007-01-18 Thread fy
I want create a site with chinese,hot I to do? -- View this message in context: http://www.nabble.com/About-create-maven-reports-with-chinese-.-tf3033323s177.html#a8428153 Sent from the Maven - Users mailing list archive at Nabble.com.

Re: Shared Repository Access Problem

2007-01-18 Thread Tom Huybrechts
specify your own repository as a mirror for central http://maven.apache.org/guides/mini/guide-mirror-settings.html On 1/18/07, Alauddin [EMAIL PROTECTED] wrote: Hi, I setup and deployed the repository folder to the apache server. It works fine. I got them from browser. I setup my

RE: [m2] maven-surefire-plugin 2.1.3 vs 2.2

2007-01-18 Thread Dário Luís Coneglian Oliveros
I noticed maven-surefire-plugin 2.1.3 uses forkMode='none' and childDelegation='true' as default. However If I add the same configuration to maven-surefire-plugin 2.2, my tests don't work. Since I use javolution.jar as a test dependency and it overrides some classes from java.lang.reflect, I

NPE Mevenide + Netbeans 5.5

2007-01-18 Thread lemon dumpling
Hi I've netbeans 5.5 and mevenide 2.3 installed. When I create a new maven project, the archetype template list is empty. I tried checking the log file and it shows this: Log Session: Thursday, January 18, 2007 10:19:48 PM EST System Info: Product Version = NetBeans IDE 5.5 (Build

activeByDefault profile problem

2007-01-18 Thread Vassily Michalchuk
Hi! I am organising a build process of j2ee project and I have got an issue concerned with maven profiles. Since I am using different ejb- and web-containers for deployment, I defined a profile for each application server. I will quote only small part of these profiles ommiting cargo

Re: NPE Mevenide + Netbeans 5.5

2007-01-18 Thread Milos Kleint
this part seems to be important. java.lang.NullPointerException at org.codehaus.mevenide.netbeans.newproject.LocalRepoProvider.getArchetypes( LocalRepoProvider.java:40) at org.codehaus.mevenide.netbeans.newproject.ChooseArchetypePanel.run( ChooseArchetypePanel.java:198) at

Re: Problems building Archiva

2007-01-18 Thread marc gassmann
Hi All! I have a problem building the current trunk version (rev 497017)of Archiva. About 20 unit test in archiva-indexer fail, all in the Lucene section. Does anyone else also have this problem, or is it just my setup? (JDK 1.6.0, WinXP SP2, Maven 2.0.4) Thanks in advance! Dirk hi dirk

Re: NPE Mevenide + Netbeans 5.5

2007-01-18 Thread lemon dumpling
Yes Milos, it's now working. I've something between server tag that prevented it from obtaining the archetype list. Thanks! Will there be a fix to this? I'm expecting it would pop a message box if timeout occurred when obtaining the list. On 1/18/07, Milos Kleint [EMAIL PROTECTED] wrote: this

Re: NPE Mevenide + Netbeans 5.5

2007-01-18 Thread lemon dumpling
I also recall that it worked the first time I installed Mevenide, prior to performing an update from Update Center. But after that, it fails even removing Mevenide and installing it for the second time. On 1/18/07, lemon dumpling [EMAIL PROTECTED] wrote: Yes Milos, it's now working. I've

Re: NPE Mevenide + Netbeans 5.5

2007-01-18 Thread Milos Kleint
I'll add the fix for the NPE to the sources, will be part of next release I suppose. can you send me the settings.xml file snippet that caused the crash? either privately or file an issue at http://jira.codehaus.org/browse/MEVENIDE.. obscure all private information of course. Milos On 1/18/07,

Artifact downloads corrupted

2007-01-18 Thread Morgovsky, Alexander \(US - Glen Mills\)
For some reason, Jars which I created and copied to the remote Maven repository get downloaded to the local Maven repository as expected, but they are corrupted on their way. When I open up the Jar on the local Maven repository, I see that the contents are corrupted and the overall size of the

how to include directory in my war

2007-01-18 Thread e.j.w.vanbloem
I have made a portlet and want to inculde a FCKEditor in my firstportlet. for this I have to copie a FCKEditor directory in my base dir. what do I have to change to include this directory in my war? please help, Erik firstportlet files:

Re: [m2] Multiple executions of the same plugin at the same life cycle phase in a multi-module profile

2007-01-18 Thread maik . ebert
Hello Franz, I found MNG-2784 but this issue does not cover my configuration. Therefore I create a new JIRA MNG-2784. Maik

RE: calling Maven goal from ant

2007-01-18 Thread Morgovsky, Alexander \(US - Glen Mills\)
Maybe you can use the MavenEmbedder? -Original Message- From: Irrisor [mailto:[EMAIL PROTECTED] Sent: Thursday, January 11, 2007 9:33 AM To: Morgovsky, Alexander (US - Glen Mills) Cc: users@maven.apache.org Subject: Re: calling Maven goal from ant Thanks for your answer. But...

Re: maven 2, clover and contexts

2007-01-18 Thread Vincent Massol
Hi David, Why are you assuming that statementContext would work? Just check the plugin documentation and you'll see that the correct tag name is contextFilters. Just check the documentation for more details and examples. Thanks -Vincent On Jan 17, 2007, at 11:46 PM, c_inconnu2 wrote:

Continuum on Glassfish

2007-01-18 Thread Robert Dale
I just added a how to configure glassfish for deploying continuum. http://docs.codehaus.org/display/CONTINUUMUSER/Continuum+on+Glassfish Thanks for the great work on Continuum! -- Robert Dale

Re: Clearing out local repository during nightly builds

2007-01-18 Thread Thierry Lach
OK I've also been waiting for an answer on this. Anyone know? On 1/15/07, jp4 [EMAIL PROTECTED] wrote: Recently I have had some issues with version management where we upgrade a particular artifact to a new version, but some how, not all projects reference the new version. I have tried to

Re: Clearing out local repository during nightly builds

2007-01-18 Thread franz see
Good day to you, jp4, Can you paste here the logs of your mvn clean, mvn install, and mvn clean install? Thanks, Franz jp4 wrote: Recently I have had some issues with version management where we upgrade a particular artifact to a new version, but some how, not all projects reference the

Re: Clearing out local repository during nightly builds

2007-01-18 Thread jp4
My solution wasn't elegant, but I had to make it simple. I created a clean project which was the first module listed in the main pom.xml. The clean project pom.xml looked something like this... It runs an ant script to do the delete. Hope this helps. project

Re: Proximity vs. Maven Achiva

2007-01-18 Thread Andrés Viedma
El 17/01/2007 21:49, Mel Riffe escribió: Hi Daniel, My client is able to run maven-proxy as a Windows service. They're using a third-party tool to accomplish this: http://wrapper.tanukisoftware.org/doc/english/introduction.html Or you can use JavaService either:

RE: how to include directory in my war

2007-01-18 Thread Bram de Kruijff
I have made a portlet and want to inculde a FCKEditor in my firstportlet. for this I have to copie a FCKEditor directory in my base dir. what do I have to change to include this directory in my war? Hi erik, the war plugin lets you specify extra resources. Have a look at..

RE: how to include directory in my war

2007-01-18 Thread e.j.w.vanbloem
dank je Van: Bram de Kruijff [mailto:[EMAIL PROTECTED] Verzonden: do 18-1-2007 16:29 Aan: 'Maven Users List' Onderwerp: RE: how to include directory in my war I have made a portlet and want to inculde a FCKEditor in my firstportlet. for this I have to copie

Re: Generating a Maven2 Repository RPM Mirror

2007-01-18 Thread Wayne Fay
I'm not aware of any file which contains this kind of information. All of this information already exists in the local repo itself -- the repo is the documentation in and of itself -- you just have to look at every single file in the repo to build it up. The checksums are in the .sha1 and .md5

How to use DotUml Plugin

2007-01-18 Thread gc134728
Hey Maven User, Does anyone have a sample configuration for the use of the maven-dotuml-plugin found on sourceforge? The docs are still for the maven 1 version of the plugin. I tried it with the maven 2 version and got this error: java.lang.NullPointerException at

Re: Maven 2.0.4: Error while packaging the EJB project

2007-01-18 Thread Lee Meador
You need the jar and the pom in your local repo. If the pom is missing, Maven will try to load it remotely so it can tell if there are any secondary dependencies that are also needed. If you installed the jars with mvn install:install-file, you could have used the option that generates default

RE: [m2] maven-surefire-plugin 2.1.3 vs 2.2 [solved]

2007-01-18 Thread Dário Luís Coneglian Oliveros
I just figured out my test cases were failing because the geotools map transformation used by them does not work when assertions are enabled. Since maven-surefire-plugin enables them by default, I had to add the following configuration to the plugin. ... plugin

Re: codehaus xmlbeans and eclipse

2007-01-18 Thread flyboy
Gregory, Thanks for your reply. For the record, I found a acceptable work around. I configured the xmlbeans plugin to create a schema jar file in the target directory. Then I put this jar file on my eclipse classpath. I haven't checked yet whether this configuration affects the rest of the

Browsing repository (Was: Problems building Archiva)

2007-01-18 Thread Dirk Jablonski
Hi All! My former problem with buildung just vanished by setting up my whole environment fromn scratch, but now again I face a problem that seems to be local for me, but I'm not sure how this happens... Archive is up and running, works fine as repository and proxy (started with built-in

Re: maven basedir

2007-01-18 Thread cl29
cl29 wrote: Good day to you, Franz! Good day to Arnaud! Thanks for your fast reply and sorry for my late reply. I have tested this with Maven2 now, and basedir properties in conf/pom.xml as you mentioned below, but scm:update announces as workingdir project/conf and by this does not

Maven2 and unknown protocol: e

2007-01-18 Thread Khabot, Zakaria
Hi all, I was using Maven 1.0.2 and it works fine. I migrated to maven 2.0.4 but when I try to execute a goal I have this exception: File or url 'E:\Softs\maven-2.0.4/lib/endorsed/xml-apis-1.0.b2.jar' could not be found java.net.MalformedURLException: unknown protocol: e at

Re: Generating a Maven2 Repository RPM Mirror

2007-01-18 Thread Ole Ersoy
Hey Wayne, Thanks for the tip. I thought that was the case, just wanted to be sure. Yes, I am planning on generating an RPM mirror of the entire ibiblio repo. So I'll use your approach (Using a mojo) to write the global maven-metadata.xml file. Then suck that into a mojo, that generates the

Re: Generating a Maven2 Repository RPM Mirror

2007-01-18 Thread Carlos Sanchez
archiva has already code that indexes the repo, you may take a look there On 1/18/07, Ole Ersoy [EMAIL PROTECTED] wrote: Hey Wayne, Thanks for the tip. I thought that was the case, just wanted to be sure. Yes, I am planning on generating an RPM mirror of the entire ibiblio repo. So I'll use

RE: Proximity vs. Maven Achiva

2007-01-18 Thread Siegmann Daniel, NY
Or you can use JavaService either: http://javaservice.objectweb.org/ It's quite easy, this is my installation batch file: Thank you, that easily solved my problem. :) Thanks to everyone who responded. I guess if I really want to learn the differences between Proximity and Archiva I'll have to

Re: Maven2 and unknown protocol: e

2007-01-18 Thread Wayne Fay
Sounds like something incorrect in your classpath, or settings.xml, or pom.xml. Too many unknowns to be certain. Try mvn -X to see the debug output. Perhaps it will provide more useful information. Wayne On 1/18/07, Khabot, Zakaria [EMAIL PROTECTED] wrote: Hi all, I was using Maven 1.0.2 and

RE: Maven2 and unknown protocol: e

2007-01-18 Thread Dário Luís Coneglian Oliveros
It seems like your maven installation at E:\Softs\maven-2.0.4 is not 2.0.4, but 1.0.2. The reason why is Maven 2 uses classworlds to load some classes instead of Forehead, which is not the case as shown in the stack trace below. Besides Maven 2 does not come with endorsed dir under lib. Also

Re: SPOF - can I define more than one mirror of 'central' in settings.xml?

2007-01-18 Thread Don Steffy
This is a followup to my message from Jan 8, about failing over to a backup 'central' mirror when the primary mirror is down. Wayne, the patch you directed me to at http://jira.codehaus.org/browse/MNG-714 has indeed solved my problem and allows me to fail over to a backup server. Endless

Re: Browsing repository (Was: Problems building Archiva)

2007-01-18 Thread Joakim Erdfelt
I encountered this also. But I encountered it on ALL uses of c:forTokens in all JSP's present in archiva. I even created a simple jsp with a test c:forTokens using static values, still broken, still the same exception message. So ... I removed them all from archiva. The current codebase has no

categorizing tests

2007-01-18 Thread Dmitry Beransky
Hi, Just finished reading an article on test categorization: http://www-128.ibm.com/developerworks/java/library/j-cq10316/index.html?ca=drs-. Any recommendations how how to implement this in Maven? Thanks D. - To unsubscribe,

Re: clover report not generated

2007-01-18 Thread c_inconnu2
Arghh I found the answer : for one reason or another I always did mvn site:site instead of mvn site So silly me :((( Anyway, thanks Tony for your answer Tony Ambrozie a écrit : David, this seems to be working for me: build . plugin

Problem finding dependency:build-classpath goal in Maven dependency plug-in

2007-01-18 Thread Chad Sapp
Hi, What repository do I need to point to in order to get the dependency plug-in that has the build-classpath goal implemented. Everything that I am pointed to has the dependency plug-in but that goal is not available. Here is the error message that I am getting: [INFO] Scanning for

Re: maven 2, clover and contexts

2007-01-18 Thread c_inconnu2
Hi Vincent, Thanks for your answer. Indeed there is no reason that it should work : I was just wondering... But I tried to use contextFilters and I cannot manage to get it work either. Here is a part of my pom : reporting plugins plugin

Turning off transitive dependencies in Maven2

2007-01-18 Thread Munoz, Pablo
Help, I need to figure out how to turn off transitive dependencies in Maven 2. I know which libs I need and don't need any transitive dependencies. Its causing a lot of problem and rather than trying to figure out what should be excluded from about 70 dependencies I'd like to just turn off

how do I copy a dependency to a local directory

2007-01-18 Thread Beagan, Patrick
I'm have a project that has a few dependencies. This works great for the compile phase but for my packaging phase, I've created an ant task that packages up all my files locally in a zip to be distributed.I need to copy my dependencies (jars) from the remote repository to a local directory

Re: Turning off transitive dependencies in Maven2

2007-01-18 Thread Patrick Schneider
I believe creating an exclusion list is your only option. Transitive dependency resolution is not switchable, as far as I know. Patrick On 1/18/07, Munoz, Pablo [EMAIL PROTECTED] wrote: Help, I need to figure out how to turn off transitive dependencies in Maven 2. I know which libs I need

Re: Turning off transitive dependencies in Maven2

2007-01-18 Thread Wayne Fay
(As Patrick stated...) Unless something significant has changed that I'm unaware of, you can't turn off transitive dependencies. Instead, you will need to generate the entire list (run mvn site and check the dependencies report), find the transitive dependencies you don't need, and add

Re: Turning off transitive dependencies in Maven2

2007-01-18 Thread franz see
Good day, You can turn off transitive dependencies of a direct dependency via the exclusions tag ( see [1] ). However, that may be too troublesome if you want to turn it off completely since you have declare each transitive dependency to exclude from each direct dependency. To know what

[m2] where do i put hibernate-properties-ProviderHistory.xml to get merged?

2007-01-18 Thread Mick Knutson
I am still using XDoclet 1 and want to create an entry for hibernate-properties-ProviderHistory.xml but am not sure where to put that file to get picked up during a merge... Can anyone please help ? -- Thanks DJ MICK (Mick Knutson) http://www.djmick.com http://www.myspace.com/djmick_dot_com

Classes loaded by my plugin are not initialized

2007-01-18 Thread matthewadams
Hi all, My plugin is failing because the classes that I'm accessing within my plugin are not being initialized upon loading (specifically, their static initializers are not being called). Is there some configuration setting that I can make to cause classes that are loaded by the

Continuum 1.0.3 vs 1.1 trunk

2007-01-18 Thread Stephen Coy
Hi, I'm setting up continuous integration at a corporate site that has many tens of projects on the go at once. I have set up 1.0.3, but I can see that 1.1 has many features that would make it way more useful in this kind of environment. Does anyone think that a 1.1 trunk build will make life

RE: [M1] cobertura-1.8 java.lang.NoClassDefFoundError

2007-01-18 Thread Srilakshmanan, Lakshman
Hi Jeff Arnaud, It appears my mail was truncated. Please find the full list below. Could you please confirm whether this is a bug and whether I should file a bug report. Sorry for my silence, but I have been trying to narrow down the problem to provide a small project. I have now narrowed

how do I copy a dependency to a local directory

2007-01-18 Thread Morgovsky, Alexander \(US - Glen Mills\)
You may use the maven-dependency-plugin. This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, you should delete this message. Any disclosure, copying, or

RE: [M1] cobertura-1.8 java.lang.NoClassDefFoundError

2007-01-18 Thread Jeff Jensen
I'm glad you were able to narrow it down. I haven't had much time to look at it further this week. I will this weekend though. Please create the small project that demonstrates the problem and attach it to a bug report at SourceForge. -Original Message- From: Srilakshmanan, Lakshman

Re: Continuum 1.0.3 vs 1.1 trunk

2007-01-18 Thread Wendy Smoak
On 1/18/07, Stephen Coy [EMAIL PROTECTED] wrote: I'm setting up continuous integration at a corporate site that has many tens of projects on the go at once. I have set up 1.0.3, but I can see that 1.1 has many features that would make it way more useful in this kind of environment. Does

APT Images With URL

2007-01-18 Thread Subhash Chandran
The APT format guide here: http://maven.apache.org/guides/mini/guide-apt-format.html speaks only of image display. This is done like: [path/to/image.ext] Is there any possibility of having a link on the image? Is there a possibility of somehow having HTML code rendered from inside APT? This

Re: Continuum 1.0.3 vs 1.1 trunk

2007-01-18 Thread Stephen Coy
It's already up on my PowerBook. Thanks for the Tomcat notes on the wiki btw. I'm sorely tempted... On 19/1/07 2:14 PM, Wendy Smoak [EMAIL PROTECTED] wrote: On 1/18/07, Stephen Coy [EMAIL PROTECTED] wrote: I'm setting up continuous integration at a corporate site that has many tens of

Adding Logo In My Site

2007-01-18 Thread Subhash Chandran
Hi, I host my project with BerliOS.de. They have provided this code for placing the logo in my site: a href=http://developer.berlios.de; img src=http://developer.berlios.de/bslogo.php?group_id=0; width=124 height=32 border=0 alt=BerliOS Logo //a

Re: how do I copy a dependency to a local directory

2007-01-18 Thread Mel Riffe
j:forEach var=lib items=${pom.artifacts} j:set var=dep value=${lib.dependency}/ ant:copy todir=${basedir}/tmp file=${lib.path}/ /j:forEach Can you use that? --Mel On 1/18/07, Beagan, Patrick [EMAIL PROTECTED] wrote: I'm have a project that has a few dependencies. This works great for the

Re: how do I copy a dependency to a local directory

2007-01-18 Thread dawn.angelito
To do this, you may use the maven-dependency-plugin. http://maven.apache.org/plugins/maven-dependency-plugin/usage.html Hope this helps. Dawn Beagan, Patrick wrote: I'm have a project that has a few dependencies. This works great for the compile phase but for my packaging phase, I've

Re: Updated getting started guide

2007-01-18 Thread Henri Yandell
On 1/8/07, drekka [EMAIL PROTECTED] wrote: Hi all, I've just added an update to the getting started wiki page to take a user through a complete setup and configuration using the standalone version of Achiva. You can find it http://docs.codehaus.org/display/MAVENUSER/Getting+Started+with+Archiva

Re: Generating a Maven2 Repository RPM Mirror

2007-01-18 Thread Ole Ersoy
Carlos, U Da Man! I was just looking for that. That's perfect. I want to integrate this with Archiva for signature checking anyways. That way archiva does all the security stuff before the RPM (And Debian, etc.) batch packaging runs. Thanks again, - Ole --- Carlos Sanchez [EMAIL

Re: Adding Logo In My Site

2007-01-18 Thread Jiaqi Guo
Subhash Chandran wrote: Hi, I host my project with BerliOS.de. They have provided this code for placing the logo in my site: a href=http://developer.berlios.de; img src=http://developer.berlios.de/bslogo.php?group_id=0; width=124 height=32 border=0 alt=BerliOS Logo //a

Re: categorizing tests

2007-01-18 Thread Jiaqi Guo
Dmitry Beransky wrote: Hi, Just finished reading an article on test categorization: http://www-128.ibm.com/developerworks/java/library/j-cq10316/index.html?ca=drs-. Any recommendations how how to implement this in Maven? Thanks D.

Re: Adding Logo In My Site

2007-01-18 Thread Geoffrey De Smet
poweredBy will probably be more what you want, so it's like the spring and sourceforge icon on http://spring-rich-c.sourceforge.net/ Jiaqi Guo schreef: Subhash Chandran wrote: Hi, I host my project with BerliOS.de. They have provided this code for placing the logo in my site: a

Re: Adding Logo In My Site

2007-01-18 Thread Subhash Chandran
Thanks, I got the poweredBy syntax from here: http://svn.sourceforge.net/viewvc/spring-rich-c/trunk/spring-richclient/src/site/site.xml?revision=1633view=markup But why is this not explained here: http://maven.apache.org/guides/mini/guide-site.html I think someone needs to update this.