Skip to content

Commit

Permalink
Using native2ascii folder even in tests
Browse files Browse the repository at this point in the history
- don't confuse with resource plugin
  • Loading branch information
David Matejcek committed Apr 10, 2014
1 parent cd22fc1 commit c49eae7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class Native2AsciiTestMojo extends Native2AsciiMojo {
/**
* Source directory.
*/
@Parameter(defaultValue = "src/test/resources")
@Parameter(defaultValue = "src/test/native2ascii")
public File srcDir;


Expand Down

0 comments on commit c49eae7

Please sign in to comment.