networknt / networknt/light-codegen
update README.md for testing and release mvn commands
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 49
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
For normal testing, there is no need to build src.jar and doc.jar as well as the fat.jar as they take a lot of time. You can just run mvn clean install exec:exec to start the server. When you are planning to release, you can run mvn clean install -Prelease to build all artifacts.
The above information should be in the README.md of each generated project.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the README.md template or templates used by each generated project and review the existing testing and release instructions. Document mvn clean install exec:exec for normal testing and mvn clean install -Prelease for releases, then verify the generated README files contain both commands.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100