I've tried.
lmatello@lucas-530U3C-530U4C:~/cucumber/cucumber-automation-2$ mvn test -Dcucumber.options="--help"
[INFO] Scanning for projects...
[INFO]
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Cucumber-Java-JUnit Project 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ cucumber-automation-2 ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/lmatello/cucumber/cucumber-automation-2/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ cucumber-automation-2 ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ cucumber-automation-2 ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ cucumber-automation-2 ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.5:test (default-test) @ cucumber-automation-2 ---
[INFO] Surefire report directory: /home/lmatello/cucumber/cucumber-automation-2/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running com.despegar.cucumber.RunCukesTest
# language: es
Característica: Prueba de que mi framework funciona.
prueba del given
prueba del when
prueba del then
@smoke
Escenario: Mi primer test # com/despegar/cucumber/features/myTest.feature:5
Dado prueba del given # StepDefinitions.navegoPaginaResultadoDeBusqueda()
Cuando prueba del when # StepDefinitions.seleccionoComprar()
Entonces prueba del then # StepDefinitions.veoPaginaCheckOut()
Feature: Prueba de la caja de busqueda de la home de vuelos.
^CDestroying 1 processes
Destroying process..
Destroyed 1 processes