File tree 2 files changed +10
-3
lines changed
2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -8,4 +8,11 @@ To *clean* all android example modules with maven:
8
8
9
9
```
10
10
mvn clean -pl examples/android -amd -P android,android-examples
11
- ```
11
+ ```
12
+
13
+ The example projects depend on the current (unreleased) Cucumber-JVM modules.
14
+ If any of the examples fail to build, just build the android module and its dependencies once first:
15
+
16
+ ```
17
+ mvn clean install -pl android -am -P android
18
+ ```
Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ Read `libs/README.md` for details on dependencies.
21
21
To build:
22
22
23
23
````
24
- mvn install -pl examples/android/cukeulator-test -am -P android,android-examples
24
+ mvn package -pl examples/android/cukeulator-test -am -P android,android-examples
25
25
```
26
26
27
27
To intall and run:
28
28
29
29
```
30
- mvn install -pl examples/android/cukeulator-test -P android-examples
30
+ mvn install -pl examples/android/cukeulator-test -am - P android-examples
31
31
```
32
32
33
33
To re-run already installed package:
You can’t perform that action at this time.
0 commit comments