.aissemble.extensions-pipeline-invocation-service.1.9.4.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 extensions-pipeline-invocation-service Show documentation
Show all versions of extensions-pipeline-invocation-service Show documentation
Contains an invocation service for submitting spark applications
<!-- #%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>