This is an automated email from the ASF dual-hosted git repository. tilmannz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/db-jdo-site.git
The following commit(s) were added to refs/heads/master by this push: new b8b8b40 Update pom.xml (#19) b8b8b40 is described below commit b8b8b40ae51cc0aa9106e71f655c0f8b828c7da7 Author: Tilmann <tilma...@apache.org> AuthorDate: Thu Feb 4 20:20:06 2021 +0100 Update pom.xml (#19) --- pom.xml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 448e8a1..5d4045c 100644 --- a/pom.xml +++ b/pom.xml @@ -99,18 +99,19 @@ <executions> <execution> <id>copy-resources</id> - <phase>install</phase> + <phase>compile</phase> <goals> <goal>copy-resources</goal> </goals> <configuration> - <outputDirectory>${basedir}/docs</outputDirectory> - <resources> - <resource> - <directory>target/site</directory> - </resource> - </resources> - </configuration> + <outputDirectory>${build.dir}</outputDirectory> + <resources> + <resource> + <directory>src/main/resources/javadoc</directory> + <filtering>false</filtering> + </resource> + </resources> + </configuration> </execution> </executions> </plugin>