summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authordoufenghu <[email protected]>2023-12-03 14:22:32 +0800
committerdoufenghu <[email protected]>2023-12-03 14:22:32 +0800
commitffa3ed3dded18d086e72046e89b72b7a0dd60e7f (patch)
tree59a97f1bfa5cb75e28cc1071e35b9a7fc15f4d7e /pom.xml
parent5f21adf326bd9c1db7f1bb9faf65d63643c596b9 (diff)
[feature][docs] add readme.md for groot stream platform
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 734637e..b88c1ee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>