Skip to content

Commit

Permalink
Merge pull request davidB#174 from MatthewEdge/patch-1
Browse files Browse the repository at this point in the history
Update ScalaContinuousTestMojo.java : fix  Mojo @Property
  • Loading branch information
davidB committed Oct 29, 2015
2 parents e7ccf90 + 359e784 commit 4f53bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/scala_maven/ScalaContinuousTestMojo.java
Expand Up @@ -36,7 +36,7 @@ public class ScalaContinuousTestMojo extends ScalaContinuousCompileMojo {
* repository like <code>${project.build.directory}/it-repo</code>. Otherwise, your ordinary local repository will
* be used, potentially soiling it with broken artifacts.
*
* @parameter property="invoker.localRepositoryPath}" default-value="${settings.localRepository"
* @parameter property="${invoker.localRepositoryPath}" default-value="${settings.localRepository}"
*/
protected File localRepositoryPath;

Expand Down

0 comments on commit 4f53bb1

Please sign in to comment.