.aissemble.foundation-configuration-store.1.9.2.source-code.quarkus-app.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of foundation-configuration-store Show documentation
Show all versions of foundation-configuration-store Show documentation
Provides centralized secure storage of configurations
The newest version!
<!-- #%L AIOps Docker Baseline::Versioning::Service %% Copyright (C) 2021 Booz Allen %% This software package is licensed under the Booz Allen Public License. All Rights Reserved. #L% --> <assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd"> <id>app</id> <includeBaseDirectory>false</includeBaseDirectory> <formats> <format>zip</format> </formats> <fileSets> <fileSet> <directory>${project.build.directory}/quarkus-app/</directory> <outputDirectory>quarkus-app/</outputDirectory> </fileSet> </fileSets> </assembly>