You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/10/09 02:25:16 UTC

[GitHub] [inlong] healchow commented on a diff in pull request #5873: [INLONG-5839][Sort] Add SortStandalone option in start script

healchow commented on code in PR #5873:
URL: https://github.com/apache/inlong/pull/5873#discussion_r990721075


##########
inlong-distribution/src/main/assemblies/release.xml:
##########
@@ -96,6 +96,20 @@
             <outputDirectory>inlong-tubemq-manager</outputDirectory>
         </fileSet>
 
+        <!-- package InLong-Sort-Standalone-->
+        <fileSet>
+            <directory>../inlong-sort-standalone/sort-standalone-dist/target/apache-inlong-sort-standalone-${project.version}-bin</directory>
+            <outputDirectory>inlong-sort-standalone</outputDirectory>
+        </fileSet>
+        <!-- module's 3td-licenses, notices-->

Review Comment:
   ```suggestion
           <!-- module's 3rd-licenses, notices -->
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org