Or add this to your settings.xml in your homedirectory/.m2

 <profiles>
   <profile>
     <id>cloverlicense</id>
     <properties>
       
<clover.license.path>e:/adirectory//clover/clover.license</clover.license.path>
     </properties>
   </profile>
 </profiles>
 <activeProfiles>
   <activeProfile>cloverlicense</activeProfile>
 </activeProfiles>

and referencing this in the pom.xml like
<configuration>
 <licenseFile>${clover.license.path}</licenseFile>
</configuration>

This way everybody can pick it's favourite spot to store the license file..

Will add this to the docs tonight (at least in JIRA)

Mvgr,
Martin


Vincent Massol wrote:

-----Original Message-----
From: Brett Porter [mailto:[EMAIL PROTECTED]
Sent: mercredi 21 décembre 2005 12:18
To: Maven Users List
Subject: Re: Clover and licensed jar file

Adding a <dependency> element to the <plugin> doesn't work?


Oops.. sorry I'm wrong. I've already added support for a license :-)

There's a licenseFile config element:

<configuration>
  <licenseFile>path/to/your/license/file</licenseFile>
</configuration>

Thanks
-Vincent


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to