You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by wk...@apache.org on 2019/06/12 06:40:28 UTC

[incubator-mxnet] branch master updated: Add missing file to Maven clean (#15216)

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

wkcn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 769b882  Add missing file to Maven clean (#15216)
769b882 is described below

commit 769b88273242bd88b72c4d63cb4e5b9926853b41
Author: Zach Kimberg <ki...@amazon.com>
AuthorDate: Tue Jun 11 23:39:51 2019 -0700

    Add missing file to Maven clean (#15216)
---
 scala-package/core/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scala-package/core/pom.xml b/scala-package/core/pom.xml
index b888b55..d7b9f90 100644
--- a/scala-package/core/pom.xml
+++ b/scala-package/core/pom.xml
@@ -114,6 +114,7 @@
                 <include>NDArrayRandomAPIBase.scala</include>
                 <include>javaapi/NDArrayBase.scala</include>
                 <include>SymbolAPIBase.scala</include>
+                <include>SymbolBase.scala</include>
                 <include>SymbolRandomAPIBase.scala</include>
               </includes>
               <followSymlinks>false</followSymlinks>