This is an automated email from the ASF dual-hosted git repository.
bharat pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/trunk by this push:
new 1b87668 HDDS-1165. Document generation in maven should be configured
on execution level. Contributed by Anu Engineer.
1b87668 is described below
commit 1b87668a3b3ad0bfd6b098037c92a8fd3a8b98f2
Author: Bharat Viswanadham <[email protected]>
AuthorDate: Sat Feb 23 10:44:46 2019 -0800
HDDS-1165. Document generation in maven should be configured on execution
level. Contributed by Anu Engineer.
---
hadoop-hdds/docs/pom.xml | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/hadoop-hdds/docs/pom.xml b/hadoop-hdds/docs/pom.xml
index 2e22302..257a72d 100644
--- a/hadoop-hdds/docs/pom.xml
+++ b/hadoop-hdds/docs/pom.xml
@@ -31,6 +31,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<dependencies>
</dependencies>
+
<build>
<plugins>
<plugin>
@@ -43,17 +44,17 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<goal>exec</goal>
</goals>
<phase>compile</phase>
+ <configuration>
+ <executable>${shell-executable}</executable>
+ <workingDirectory>${project.build.directory}</workingDirectory>
+ <arguments>
+
<argument>${basedir}/dev-support/bin/generate-site.sh</argument>
+ <argument>${hdds.version}</argument>
+ <argument>${project.build.directory}</argument>
+ </arguments>
+ </configuration>
</execution>
</executions>
- <configuration>
- <executable>${shell-executable}</executable>
- <workingDirectory>${project.build.directory}</workingDirectory>
- <arguments>
- <argument>${basedir}/dev-support/bin/generate-site.sh</argument>
- <argument>${hdds.version}</argument>
- <argument>${project.build.directory}</argument>
- </arguments>
- </configuration>
</plugin>
<plugin>
<groupId>org.apache.rat</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]