Skip to content

Commit

Permalink
Merge pull request #9 from mytang0/readme
Browse files Browse the repository at this point in the history
Demo
  • Loading branch information
mytang0 committed Mar 27, 2024
2 parents 45b3506 + 11bafc6 commit 5b34328
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,9 @@ Specify the version appropriate for the project, see [releases](https://github.c
</dependencies>
```

### Maven archetype

For expedited testing.

```shell
mvn archetype:generate \
-DarchetypeGroupId=xyz.mytang0.brook.demo \
-DarchetypeArtifactId=brook-demo-spring-archetype \
-DarchetypeVersion=1.0.0-alpha \
-DgroupId=<my.groupid> \
-DartifactId=<my-artifactId> \
-DinteractiveMode=false \
-DarchetypeCatalog=internal
```
### Demo

After cloning the repository, the demo is located in the brook-demo module.
The definition of the testing process is located at 'resources/META-INF/flows'.

## Contributing
Expand Down

0 comments on commit 5b34328

Please sign in to comment.