This is an automated email from the ASF dual-hosted git repository.
mbo pushed a commit to branch content-subdir
in repository https://gitbox.apache.org/repos/asf/db-jdo-site.git
The following commit(s) were added to refs/heads/content-subdir by this push:
new 10167f9 JDO-779: mvn install copies the generated files to docs
instead of content
10167f9 is described below
commit 10167f9d3f74286921f8e1f87b4834b7dd5938ec
Author: Michael Bouschen <[email protected]>
AuthorDate: Thu May 7 19:56:02 2020 +0200
JDO-779: mvn install copies the generated files to docs instead of content
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 8384893..448e8a1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,7 +104,7 @@
<goal>copy-resources</goal>
</goals>
<configuration>
- <outputDirectory>${basedir}/content</outputDirectory>
+ <outputDirectory>${basedir}/docs</outputDirectory>
<resources>
<resource>
<directory>target/site</directory>