Repository: incubator-systemml Updated Branches: refs/heads/master d8bf1e1c4 -> 3aa4c4fd9
[HOTFIX] Add main class to manifest for main jar Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/3aa4c4fd Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/3aa4c4fd Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/3aa4c4fd Branch: refs/heads/master Commit: 3aa4c4fd968551463efeb16e78ac89383ddfc04c Parents: d8bf1e1 Author: Deron Eriksson <[email protected]> Authored: Fri May 20 15:10:02 2016 -0700 Committer: Deron Eriksson <[email protected]> Committed: Fri May 20 15:10:31 2016 -0700 ---------------------------------------------------------------------- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/3aa4c4fd/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d9cc698..7fe3580 100644 --- a/pom.xml +++ b/pom.xml @@ -455,6 +455,11 @@ <descriptor>src/assembly/jar.xml</descriptor> </descriptors> <appendAssemblyId>false</appendAssemblyId> + <archive> + <manifest> + <mainClass>org.apache.sysml.api.DMLScript</mainClass> + </manifest> + </archive> </configuration> </execution> </executions>
