Skip to content

Commit

Permalink
#37 jcabi-ajc.log moved to target
Browse files Browse the repository at this point in the history
  • Loading branch information
krzyk authored and krzyk committed Jul 10, 2015
1 parent 9dbb827 commit 0bad5bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/it/ajc/verify.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@

def file = new File(basedir, 'target/jcabi-ajc/com/jcabi/foo/Sample.class')
assert file.exists()
assert !new File(basedir, 'target/classes/jcabi-ajc.log').exists()
assert new File(basedir, 'target/jcabi-ajc.log').exists()
2 changes: 1 addition & 1 deletion src/main/java/com/jcabi/maven/plugin/AjcMojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ public final class AjcMojo extends AbstractMojo implements Contextualizable {
required = false,
readonly = false,
property = "log",
defaultValue = "${project.build.outputDirectory}/jcabi-ajc.log"
defaultValue = "${project.build.directory}/jcabi-ajc.log"
)
private transient String log;

Expand Down

0 comments on commit 0bad5bb

Please sign in to comment.