ctubbsii commented on code in PR #102: URL: https://github.com/apache/accumulo-access/pull/102#discussion_r2908636129
########## README.md: ########## @@ -61,35 +61,35 @@ Add the library to your CLASSPATH. For Maven, use: </dependencies> ``` -## Running the [Examples](examples/src/main/java) +## Running the [Examples](modules/examples/src/main/java) -To run [AccessExample](examples/src/main/java/org/apache/accumulo/access/examples/AccessExample.java) +To run [AccessExample](modules/examples/src/main/java/org/apache/accumulo/access/examples/AccessExample.java) ``` mvn clean package -java --module-path=core/target/accumulo-access-core-1.0.0-SNAPSHOT.jar:examples/target/accumulo-access-examples-1.0.0-SNAPSHOT.jar --module=accumulo.access.examples/org.apache.accumulo.access.examples.AccessExample -java --module-path=core/target/accumulo-access-core-1.0.0-SNAPSHOT.jar:examples/target/accumulo-access-examples-1.0.0-SNAPSHOT.jar --module=accumulo.access.examples/org.apache.accumulo.access.examples.AccessExample RED BLUE +java --module-path=modules/core/target/accumulo-access-core-1.0.0-SNAPSHOT.jar:modules/examples/target/accumulo-access-examples-1.0.0-SNAPSHOT.jar --module=org.apache.accumulo.access.examples/org.apache.accumulo.access.examples.AccessExample Review Comment: When setting the version correctly, they do. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
