introduce maven installation guide

This commit is contained in:
chenxi071990 2014-09-22 14:17:33 +08:00
parent 8d2f1705ff
commit ed3b4a2a4c
7 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,2 @@
download jdo2-api-2.3-ec.jar to your working directory
mvn install:install-file -DgroupId=javax.jdo -DartifactId=jdo2-api -Dversion=2.3-ec -Dpackaging=jar -Dfile=jdo2-api-2.3-ec.jar

Binary file not shown.

View File

@ -0,0 +1,11 @@
<?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/maven-v4_0_0.xsd">
<modelVersion>1.0</modelVersion>
<groupId>com.otcaix.haflow</groupId>
<artifactId>haflow-demo-module</artifactId>
<packaging>jar</packaging>
<name>demo</name>
<description>haflow-demo-module</description>
<version>1.0</version>
</project>

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,12 @@
<?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/maven-v4_0_0.xsd">
<modelVersion>3.3.2</modelVersion>
<groupId>com.yahoo.oozie</groupId>
<artifactId>oozie-client</artifactId>
<packaging>jar</packaging>
<name>oozie</name>
<description>oozie client 3.3.2</description>
<url>http://www.baidu.com</url>
<version>3.3.2</version>
</project>