Skip to content

Commit fe4067f

Browse files
committed
dirs fix
1 parent d337f4c commit fe4067f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

DependencyDownloader/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<goal>copy-dependencies</goal>
2222
</goals>
2323
<configuration>
24-
<outputDirectory>${project.basedir}/../cal/</outputDirectory>
24+
<outputDirectory>${project.basedir}/../lib/</outputDirectory>
2525
<overWriteReleases>false</overWriteReleases>
2626
<overWriteSnapshots>false</overWriteSnapshots>
2727
<overWriteIfNewer>true</overWriteIfNewer>
@@ -35,7 +35,7 @@
3535
<goal>copy-dependencies</goal>
3636
</goals>
3737
<configuration>
38-
<outputDirectory>${project.basedir}/../lib/cal</outputDirectory>
38+
<outputDirectory>${project.basedir}/../lib/source</outputDirectory>
3939
<overWriteReleases>false</overWriteReleases>
4040
<overWriteSnapshots>false</overWriteSnapshots>
4141
<overWriteIfNewer>true</overWriteIfNewer>

0 commit comments

Comments
 (0)