Skip to content

Commit

Permalink
removed depenendency on local directory structure from pom. Will need…
Browse files Browse the repository at this point in the history
… to fix javadoc build now.
  • Loading branch information
lwhite1 committed Jul 11, 2016
1 parent 77c2cba commit 75e064b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
<url>https://github.com/lwhite1/tablesaw</url>
</scm>
<build>
<directory>/Users/larrywhite/IdeaProjects/tablesaw_target</directory>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</snapshotRepository>
</distributionManagement>
<build>
<directory>/Users/larrywhite/IdeaProjects/tablesaw_target</directory>
<!-- <directory>/Users/larrywhite/IdeaProjects/tablesaw_target</directory> -->
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 75e064b

Please sign in to comment.