| 25 | ) |
| 26 | |
| 27 | type JavaSdk struct { |
| 28 | SDKSourceDir *dagger.Directory |
| 29 | moduleConfig moduleConfig |
| 30 | // If true, -e flag will be added to the maven command to display execution error messages |
| 31 | MavenErrors bool |
| 32 | // If true, -X flag will be added to the maven command to enable full debug logging |
| 33 | MavenDebugLogging bool |
| 34 | } |
| 35 | |
| 36 | type moduleConfig struct { |
| 37 | name string |
nothing calls this directly
no outgoing calls
no test coverage detected