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%20released > 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] > >
