Re: customized Site Skin/Template for use in different projects

2007-08-16 Thread fuvo
Your skin has to be declared *somewhere* otherwise the > default is used. > > Wayne > > On 8/15/07, fuvo <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> I searching for a way to make my own template/skin and use this in >> different >> projects as

customized Site Skin/Template for use in different projects

2007-08-15 Thread fuvo
Hi, I searching for a way to make my own template/skin and use this in different projects as default skin. As I understand, I have to put my created template/skin in every project. But thats really not what I want. What I want is: my own skin jar (like http://svn.apache.org/viewvc/maven/skins/tr

Re: [M2] 'legacy' in repo configuration is not working as expected

2007-01-03 Thread fuvo
/2/07, Wayne Fay <[EMAIL PROTECTED]> wrote: > > I'd look at Apache url rewriting to convert those foo.bar into foo/bar > urls. > > Wayne > > On 1/2/07, fuvo <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > I want to use our existing m1 reposi

[M2] 'legacy' in repo configuration is not working as expected

2007-01-02 Thread fuvo
Hi, I want to use our existing m1 repository with m2. I configured the repository as legacy style, but it only works with a 'flat' hierarchy, because m2 builds the downloadurl without replacing the points of the groupid. foo.bar baz 0.815 will be computed to /reponame/foo.bar/jars/baz-0.815

[m2] Clover - how to get an history report

2006-10-11 Thread fuvo
Hi, I'm using the maven-clover-plugin 2.3 and try to get an history report from my saved history points but all thats generated is the 'normal' clover html report. The section from my pom: [...] org.apache.maven.plugins maven-clover-plugin 2.3

RE: [mvn] clover-plugin documentation is very annoying

2006-10-05 Thread fuvo
Hi Vincent, >Which version of the plugin are you using? Like in the examples I didn't set a special version. Now, I just tried it with setting version to 2.2 and it works as you said it would. Which version is used when no version is set? regards, Volker -- View this message in context: htt

RE: [mvn] clover-plugin documentation is very annoying

2006-10-05 Thread fuvo
Hi Vincent, sorry, sometimes its better to sleep over something ;-) - sorry for that post. >Both the documentation and code are correct AFAIK. The correct way is to use >licenseLocation as licenseFile has been deprecated (see >http://maven.apache.org/plugins/maven-clover-plugin/instrument-mojo.h

[mvn] clover-plugin documentation is very annoying

2006-10-05 Thread fuvo
Hello, I just try to find out if mvn now meets our requirements (availibilty of the reports). The last 2 hours I tried to get the maven-clover-plugin to work, but wherever I placed my clover-license I got the message, that it has already expired. I searched the ng, read the documentation and di