summaryrefslogtreecommitdiffstats
path: root/common/common-scripts/src/main/resources/modules/modulesListDefaultContent
blob: 32c2bf878bc66100f80e356d9ae7b776cab369de (plain)
1
2
3
4
5
6
7
// Generated from ${groupId}/${artifactId}/${version}
//
// This distribution does not define any own modules.
// In order to do so either distribution.modules property must be defined in distribution pom.xml,
// containing list of desired modules to start, or this file can be directly edited with same effect.
//
// Note : Modules should be referenced by full class name, e.g: io.fd.test.SampleModule, and separated with comma.