Skip to content

Commit 75e064b

Browse files
committed
removed depenendency on local directory structure from pom. Will need to fix javadoc build now.
1 parent 77c2cba commit 75e064b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

dependency-reduced-pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
<url>https://github.com/lwhite1/tablesaw</url>
2525
</scm>
2626
<build>
27-
<directory>/Users/larrywhite/IdeaProjects/tablesaw_target</directory>
2827
<plugins>
2928
<plugin>
3029
<artifactId>maven-compiler-plugin</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</snapshotRepository>
3939
</distributionManagement>
4040
<build>
41-
<directory>/Users/larrywhite/IdeaProjects/tablesaw_target</directory>
41+
<!-- <directory>/Users/larrywhite/IdeaProjects/tablesaw_target</directory> -->
4242
<plugins>
4343
<plugin>
4444
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)