From 165e24969480b7ea823345640d8433f267d69c3d Mon Sep 17 00:00:00 2001 From: Patrick Surry Date: Wed, 10 Dec 2014 14:04:34 -0500 Subject: [PATCH] Added MainClass to manifest, simple build/run instructions --- README.md | 7 +++++++ pom.xml | 17 +++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/README.md b/README.md index 1208436..71927b5 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,13 @@ DroidQuest A Java recreation of the classic game Robot Odyssey I +Build with: + + mvn install + +Run with: + + java -jar target/dq-1.1-SNAPSHOT.jar Copyright (c) 2000 Thomas Foote diff --git a/pom.xml b/pom.xml index d379f88..87cbd5d 100644 --- a/pom.xml +++ b/pom.xml @@ -16,6 +16,23 @@ src + + + + org.apache.maven.plugins + maven-jar-plugin + 2.4 + + + + true + lib/ + com.droidquest.DQ + + + + +