> -----Original Message----- > From: Aaron Freeman [mailto:[EMAIL PROTECTED] > Sent: vendredi 24 mars 2006 21:34 > To: Maven Users List > Subject: Re: Clover Plugin > > That worked. I guess I was putting the license in the wrong place. > However, if you do it this way then you would have to put the > clover.license file in every project that you want a clover report on. > Is this the only way to do it. I was looking for some way to put it in > one location so all POM's could reference it, but not have to include > it in the project.
Check http://jira.codehaus.org/browse/MCLOVER-23. Thanks -Vincent > On 3/24/06, Wayne Fay <[EMAIL PROTECTED]> wrote: > > I believe this is "correct"... > > > > <plugin> > > <groupId>org.apache.maven.plugins</groupId> > > <artifactId>maven-clover-plugin</artifactId> > > <configuration> > > <licenseFile>clover.license</licenseFile> <!-- this assumes license > > file is stored in $basedir with the name clover.license --> > > </configuration> > > </plugin> > > > > Wayne > > > > > > On 3/24/06, Boris Lenzinger <[EMAIL PROTECTED]> wrote: > > > Have a look here: > > > > http://mavenbook.xwiki.com/xwiki/bin/view/Clover%20Plugin%20v1/9%20release > d > > > and search license in the page. They point out a property > > > maven.clover.license.path > > > (this is from 2005 so I hope it is not out of date) > > > > > > I don't know if it is working since I do not use Clover but it can be > a > > > track. > > > > > > Aaron Freeman a écrit : > > > > I was looking into using Clover at my company, so I got an > evaluation > > > > license from there web site. I wanted to use it with the Maven > Clover > > > > plugin, but I can't figure out how to specify the license file. How > is > > > > this supposed to be done? I couldn't really find much on the net > about > > > > it. > > > > > > > > -------------------------------------------------------------------- > - > > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
