You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@yetus.apache.org by aw...@apache.org on 2019/04/03 15:13:49 UTC

[yetus] branch master updated: YETUS-823. releasedocmaker-jar-with-dependencies is missing dependencies (addendum)

This is an automated email from the ASF dual-hosted git repository.

aw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yetus.git


The following commit(s) were added to refs/heads/master by this push:
     new e113117  YETUS-823. releasedocmaker-jar-with-dependencies is missing dependencies (addendum)
e113117 is described below

commit e11311786df785008b94f8b1c4b8a4a9b9c4eb0a
Author: Allen Wittenauer <aw...@apache.org>
AuthorDate: Sat Mar 30 11:49:38 2019 -0700

    YETUS-823. releasedocmaker-jar-with-dependencies is missing dependencies (addendum)
    
    Signed-off-by: Allen Wittenauer <aw...@apache.org>
---
 releasedocmaker/pom.xml | 1 +
 shelldocs/pom.xml       | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/releasedocmaker/pom.xml b/releasedocmaker/pom.xml
index 6f93ab0..603da86 100644
--- a/releasedocmaker/pom.xml
+++ b/releasedocmaker/pom.xml
@@ -132,6 +132,7 @@
               <goal>jython</goal>
             </goals>
             <configuration>
+              <temporaryBuildDirectory>${project.build.directory}/jython-plugins-tmp/</temporaryBuildDirectory>
               <libraries>
                 <param>--index-url=https://pypi.python.org/simple/</param>
                 <param>python-dateutil</param>
diff --git a/shelldocs/pom.xml b/shelldocs/pom.xml
index 0028e6a..55a2e84 100644
--- a/shelldocs/pom.xml
+++ b/shelldocs/pom.xml
@@ -66,6 +66,9 @@
             <goals>
               <goal>jython</goal>
             </goals>
+            <configuration>
+              <temporaryBuildDirectory>${project.build.directory}/jython-plugins-tmp/</temporaryBuildDirectory>
+            </configuration>
           </execution>
         </executions>
       </plugin>