https://github.com/alien-tools/repository-fixture
A simple test repository for all things Maracas/BreakBot
https://github.com/alien-tools/repository-fixture
Last synced: 22 days ago
JSON representation
A simple test repository for all things Maracas/BreakBot
- Host: GitHub
- URL: https://github.com/alien-tools/repository-fixture
- Owner: alien-tools
- Created: 2022-10-17T18:43:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-09-25T12:55:26.000Z (7 months ago)
- Last Synced: 2025-09-25T14:45:06.364Z (7 months ago)
- Language: Java
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Repository Fixture
A simple test repository for all things Maracas/BreakBot
## Structure
```
/
pom.xml
module-a/
src/main/java/
modulea/
A.java
module-b/
src/main/java/
moduleb/
B.java
module-c/
nested-a/
src/main/java/
nesteda/
NestedA.java
nested-b/
src/main/java/
nestedb/
NestedB.java
```