Skip to content

Commit

Permalink
temp reverting matrix to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
junkdog committed Jul 10, 2016
1 parent 3697b20 commit 0bee949
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class MatrixCommand {
void execute() {
ComponentDependencyMatrix cdm = new ComponentDependencyMatrix(
projectName,
Arrays.asList(classRoot.toURI()),
classRoot,
output);

cdm.process();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public void execute() throws MojoExecutionException {
files.add(artifact.getFile().toURI());

ComponentDependencyMatrix matrix =
new ComponentDependencyMatrix(name, files, new File(saveDirectory, "matrix.html"));
new ComponentDependencyMatrix(name, classDirectory, new File(saveDirectory, "matrix.html"));

matrix.process();
}
Expand Down

0 comments on commit 0bee949

Please sign in to comment.