Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eddumelendez/rug-demo
https://github.com/eddumelendez/rug-demo
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/eddumelendez/rug-demo
- Owner: eddumelendez
- Created: 2017-01-30T06:10:56.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-02T06:28:48.000Z (almost 8 years ago)
- Last Synced: 2024-08-04T20:03:24.506Z (3 months ago)
- Language: Shell
- Size: 52.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-atomist - Upgrading to JUnit 5 - Demo project uses two Rugs to update Maven POMs and Java source code to JUnit 5. (United Kingdom)
README
# rug-demo
Evolving maven project from junit4 to junit5.
Current project has two editors:
* [AddJUnit5MavenConfig](https://github.com/eddumelendez/rug-demo/blob/master/.atomist/editors/AddJUnit5MavenConfig.rug)
* [AddJUnit5JavaFiles](https://github.com/eddumelendez/rug-demo/blob/master/.atomist/editors/AddJUnit5JavaFiles.rug)In order to apply `JUnit5`'s changes, run the following commands:
```
rug edit eddumelendez:junit5-rugs:AddJUnit5MavenConfig -l -a 0.1.0
rug edit eddumelendez:junit5-rugs:AddJUnit5JavaFiles -l -a 0.1.0
```