We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2712259 commit d6648f6Copy full SHA for d6648f6
1 file changed
README.md
@@ -34,10 +34,10 @@ git clone --branch v0.1.1 https://github.com/awslabs/aws-crt-java.git
34
git clone https://github.com/awslabs/aws-iot-device-sdk-java-v2.git
35
cd aws-crt-java
36
mvn package -Dmaven.test.skip=true
37
-maven install:install-file -Dfile=target/aws-crt-java-1.0.jar -DpomFile=pom.xml
+mvn install:install-file -Dfile=target/aws-crt-java-1.0.jar -DpomFile=pom.xml
38
cd ../aws-iot-device-sdk-java-v2
39
mvn package
40
-maven install:install-file -Dfile=target/aws-iot-device-sdk-java-1.0-SNAPSHOT.jar -DpomFile=pom.xml
+mvn install:install-file -Dfile=sdk/target/aws-iot-device-sdk-java-1.0-SNAPSHOT.jar -DpomFile=pom.xml
41
```
42
43
# Samples
0 commit comments