Repository: incubator-systemml
Updated Branches:
  refs/heads/master 229022333 -> 8e5599dd9


[HOTFIX] Adding antlr runtime and wink jars


Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/8e5599dd
Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/8e5599dd
Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/8e5599dd

Branch: refs/heads/master
Commit: 8e5599dd9fa94a1b4467ea2866c7203aeac90d12
Parents: 2290223
Author: Niketan Pansare <[email protected]>
Authored: Mon May 1 15:08:39 2017 -0800
Committer: Niketan Pansare <[email protected]>
Committed: Mon May 1 16:08:39 2017 -0700

----------------------------------------------------------------------
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/8e5599dd/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ebbae87..0b9e4ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -256,6 +256,7 @@
                                <artifactId>maven-jar-plugin</artifactId>
                                <executions>
                                  <execution>
+                                       <id>default-jar</id>
                            <goals><goal>jar</goal></goals>
                            <phase>package</phase>
                            <configuration>
@@ -266,7 +267,6 @@
                                                        
<Main-Class>org.apache.sysml.api.DMLScript</Main-Class>
                                                </manifestEntries>
                                          </archive>
-                                         <classifier>lite</classifier>
                              <excludes>
                                <exclude>**/caffe/*</exclude>
                                <exclude>**/org/tensorflow/*</exclude>
@@ -619,7 +619,6 @@
                                                <phase>package</phase>
                                                <configuration>
                                                        <target name="copy and 
rename JAR">
-                                                               <move 
file="${project.build.directory}/${project.artifactId}-${project.version}-lite.jar"
 
tofile="${project.build.directory}/${project.artifactId}-${project.version}.jar"
 />
                                                                <copy 
file="${project.build.directory}/${project.artifactId}-${project.version}.jar" 
tofile="${project.build.directory}/SystemML.jar" />
                                                        </target>
                                                </configuration>

Reply via email to