csantanapr commented on a change in pull request #95: Maven Example URL: https://github.com/apache/incubator-openwhisk-devtools/pull/95#discussion_r167444748
########## File path: README.md ########## @@ -9,6 +9,7 @@ This repository is part of [Apache OpenWhisk](http://openwhisk.incubator.apache. * [docker-compose](docker-compose/README.md) allows testing OpenWhisk locally, using Docker Compose. This is ideal if you are contributing to core development * [node-local](node-local/README.md) allows testing individual OpenWhisk functions locally, using only node.js. This is ideal if you are writing node.js functions to run in OpenWhisk, but need to emulate some of OpenWhisk's behavior in creating `params` and expecting promises. +* [maven-java](maven-java/README.adoc) allows testing OpenWhisk Java Actions. This shows how to package the function dependencies e.g. external jar. Review comment: update reference `s/adoc/md` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
