All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.aissemble.extensions-policy-decision-point-service.1.9.2.source-code.quarkus-app.xml Maven / Gradle / Ivy

There is a newer version: 1.10.0
Show 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>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy