diff env/lib/python3.7/site-packages/schema_salad/java/README.md @ 5:9b1c78e6ba9c draft default tip

"planemo upload commit 6c0a8142489327ece472c84e558c47da711a9142"
author shellac
date Mon, 01 Jun 2020 08:59:25 -0400
parents 79f47841a781
children
line wrap: on
line diff
--- a/env/lib/python3.7/site-packages/schema_salad/java/README.md	Thu May 14 16:47:39 2020 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,36 +0,0 @@
-# ${project_name}
-
-${project_description}
-
-## License
-
-This project is licensed under the [${license_name}](${license_url}).
-
-## Contributing
-
-This project is auto-generated by [Schema Salad](https://github.com/common-workflow-language/schema_salad)
-and likely should not be modified directly. Instead consider filing an issue or opening
-a pull request against the Schema Salad repository.
-
-## Requirements
-
-This Java library requires Java 8+. Building and testing this project requires
-[Apache Maven](https://maven.apache.org/) (``mvn``).
-
-## Usage
-
-Compile the project, test it, and build a jar
-
-    $ mvn install
-    $ ls target/  # jar file in here
-
-Building a standalone jar with all dependencies included and use it to validate a document
-
-    $ mvn install
-    $ mvn assembly:single
-    $ java -jar target/<project_name>-0.0.1-SNAPSHOT-jar-with-dependencies.jar ../path/to/document.yml
-
-Building and viewing JavaDocs
-
-    $ mvn javadoc:javadoc
-    $ open target/site/apidocs/index.html