Author: vmassol
Date: Sun Jan 8 10:25:32 2006
New Revision: 367065
URL: http://svn.apache.org/viewcvs?rev=367065&view=rev
Log:
Added reference to jira issue.
Modified:
maven/plugins/trunk/maven-clover-plugin/src/main/java/org/apache/maven/plugin/clover/CloverInstrumentMojo.java
Modified:
maven/plugins/trunk/maven-clover-plugin/src/main/java/org/apache/maven/plugin/clover/CloverInstrumentMojo.java
URL:
http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-clover-plugin/src/main/java/org/apache/maven/plugin/clover/CloverInstrumentMojo.java?rev=367065&r1=367064&r2=367065&view=diff
==============================================================================
---
maven/plugins/trunk/maven-clover-plugin/src/main/java/org/apache/maven/plugin/clover/CloverInstrumentMojo.java
(original)
+++
maven/plugins/trunk/maven-clover-plugin/src/main/java/org/apache/maven/plugin/clover/CloverInstrumentMojo.java
Sun Jan 8 10:25:32 2006
@@ -149,6 +149,7 @@
this.project.getBuild().setSourceDirectory(
this.cloverOutputSourceDirectory );
// Maven2 limitation: changing the source directory doesn't change the
compile source roots
+ // See http://jira.codehaus.org/browse/MNG-1945
List sourceRoots = this.project.getCompileSourceRoots();
for (int i = 0; i < sourceRoots.size(); i++)
{