Skip to content

Commit

Permalink
Merge pull request alexnederlof#28 from bohuslav-burghardt/master
Browse files Browse the repository at this point in the history
Fix incorrect default output directory. See alexnederlof#27
  • Loading branch information
alexnederlof committed Jan 25, 2016
2 parents b26b4f8 + d732310 commit 5a7f3d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public class JasperReporter extends AbstractMojo {
/**
* This is where the .jasper files are written.
*
* @parameter property="${project.build.outputDirectory}/jasper"
* @parameter expression="${project.build.outputDirectory}/jasper"
*/
private File outputDirectory;

Expand Down

0 comments on commit 5a7f3d5

Please sign in to comment.