We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d337f4c commit fe4067fCopy full SHA for fe4067f
1 file changed
DependencyDownloader/pom.xml
@@ -21,7 +21,7 @@
21
<goal>copy-dependencies</goal>
22
</goals>
23
<configuration>
24
- <outputDirectory>${project.basedir}/../cal/</outputDirectory>
+ <outputDirectory>${project.basedir}/../lib/</outputDirectory>
25
<overWriteReleases>false</overWriteReleases>
26
<overWriteSnapshots>false</overWriteSnapshots>
27
<overWriteIfNewer>true</overWriteIfNewer>
@@ -35,7 +35,7 @@
35
36
37
38
- <outputDirectory>${project.basedir}/../lib/cal</outputDirectory>
+ <outputDirectory>${project.basedir}/../lib/source</outputDirectory>
39
40
41
0 commit comments