lanking520 commented on a change in pull request #12969: [MXNET-1160] add Java build/run example URL: https://github.com/apache/incubator-mxnet/pull/12969#discussion_r228784349
########## File path: scala-package/mxnet-demo/java-demo/pom.xml ########## @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> + <groupId>Demo</groupId> + <artifactId>mxnet-java-demo</artifactId> + <version>1.0-SNAPSHOT</version> Review comment: This will not publish, right? It's just a demo Maven project ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
