Skip to content

Commit 510e6f4

Browse files
authored
Merge pull request #1 from cdock1029/patch-1
format maven command in README for clarity
2 parents e3208d4 + 2c78470 commit 510e6f4

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,17 @@ In order to successfully run this sample app you need a few things:
3838
1. Clone the GitHub repo to your computer
3939
2. Run the following commands to install the SDK to your local maven repo. Update the location of the jar to your local directory
4040

41-
mvn install:install-file -Dfile=/Your local directory path/ipp-v3-java-devkit-jar-with-dependencies-2.8.0.jar -DgroupId=ipp.v3.java.devkit.dependencies -DartifactId=ipp-v3-java-devkit-dependencies -Dversion=2.8.0 -Dpackaging=jar
42-
43-
mvn install:install-file -Dfile=/Your local directory path/ipp-v3-java-data-2.8.0.jar -DgroupId=ipp.v3.java.data -DartifactId=ipp-v3-java-data -Dversion=2.8.0 -Dpackaging=jar
41+
mvn install:install-file -Dfile=/Your local directory path/ipp-v3-java-devkit-jar-with-dependencies-2.8.0.jar \
42+
-DgroupId=ipp.v3.java.devkit.dependencies \
43+
-DartifactId=ipp-v3-java-devkit-dependencies \
44+
-Dversion=2.8.0 \
45+
-Dpackaging=jar
46+
47+
mvn install:install-file -Dfile=/Your local directory path/ipp-v3-java-data-2.8.0.jar \
48+
-DgroupId=ipp.v3.java.data \
49+
-DartifactId=ipp-v3-java-data \
50+
-Dversion=2.8.0 \
51+
-Dpackaging=jar
4452
3. Import the project in Eclipse or any other IDE of your choice
4553
4. Fill in the [`config.properties`](src/main/resources/config.properties) file values (app token, consumer key, consumer secret) by copying over from the keys section for your app.
4654
5. Fill in the [`config.properties`](src/main/resources/config.properties) file values (realmId, access token key, access token secret) with the oauth tokens generated while connecting with the company.

0 commit comments

Comments
 (0)