From 879bf587afc51424e5be1243e45ab62ab2bccce9 Mon Sep 17 00:00:00 2001 From: ParkSeongMin Date: Thu, 19 Nov 2015 07:02:42 +0000 Subject: [PATCH] =?UTF-8?q?maven=20archetype=EC=B2=98=EB=A6=AC=20=EC=8B=9C?= =?UTF-8?q?=20package=20=EC=A0=81=EC=9A=A9=EC=9D=84=20=EC=9C=84=ED=95=B4?= =?UTF-8?q?=20nexacro.sample=EB=A1=9C=20=EB=B3=80=EA=B2=BD=20(aop,=20contr?= =?UTF-8?q?oller...=20=EB=93=B1)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/maven.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/maven.txt b/install/maven.txt index efc70f2..3730cf2 100644 --- a/install/maven.txt +++ b/install/maven.txt @@ -1,5 +1,5 @@ # central에 존재하지 않는 library이다. mvn install:install-file -Dfile=./lib/nexacro-xapi-1.0.jar -DgroupId=com.nexacro -DartifactId=nexacro-xapi -Dversion=1.0 -Dpackaging=jar -# archetype -mvn archetype:create-from-project +# archetype http://maven.apache.org/archetype/maven-archetype-plugin/create-from-project-mojo.html +mvn archetype:create-from-project -DpackageName=nexacro.sample