When running
mvn ca.wilkinsonlab.sadi:sadi-generator:generate-service
-DserviceName...
-DserviceClass=...
-DinputClass=...
-DoutputClass=...
-DcontactEmail=...
the following warning is issued:
[WARNING] no service description
I would like to add a description to the call above.
http://code.google.com/p/sadi/wiki/BuildingServicesInJava
states:
""Note: although the parameters above are the only ones required to
use the SADI service generator, there are others that can be set. You
can execute the help goal of the service-generator plugin to see all
of the available parameters.""
1) What maven command will execute the help goal of the
service-generator plugin?
2) Can it be added to the note above?
Thanks,
Tim
The closest I got was
mvn ca.wilkinsonlab.sadi:sadi-generator:generate-service:help
-Tim