Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce Quickstart deployment mode #1955

Merged
merged 11 commits into from
Oct 28, 2023
1 change: 1 addition & 0 deletions tools/maven/installer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<useDefaultExcludes>true</useDefaultExcludes>
<excludes>
<exclude>%regex[(?!((?!${project.build.directory}/)[^/]+/)*src/)(.*/)?\.gitignore]</exclude>
<exclude>/compose/quickstart/zip_folder/*.zip</exclude>
Cccccrystall marked this conversation as resolved.
Show resolved Hide resolved
</excludes>
<directory>${project.basedir}/installer</directory>
<outputDirectory>.</outputDirectory>
Expand Down
Loading