diff options
| author | doufenghu <[email protected]> | 2023-12-03 14:22:32 +0800 |
|---|---|---|
| committer | doufenghu <[email protected]> | 2023-12-03 14:22:32 +0800 |
| commit | ffa3ed3dded18d086e72046e89b72b7a0dd60e7f (patch) | |
| tree | 59a97f1bfa5cb75e28cc1071e35b9a7fc15f4d7e /pom.xml | |
| parent | 5f21adf326bd9c1db7f1bb9faf65d63643c596b9 (diff) | |
[feature][docs] add readme.md for groot stream platform
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -19,6 +19,7 @@ <module>groot-shade</module> <module>groot-example</module> <module>groot-formats</module> + <module>groot-tests</module> </modules> <properties> @@ -479,7 +480,7 @@ <transformers> <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" /> <!-- <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer"> - <mainClass>com.geedgenetworks.bootstrap.main.GrootStreamServerTmp</mainClass> + <mainClass>com.geedgenetworks.bootstrap.main.GrootStreamServer</mainClass> </transformer>--> </transformers> </configuration> |
