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

.aissemble.extensions-metadata-service.1.9.0-rc2.source-code.quarkus-app.xml Maven / Gradle / Ivy

<!--
  #%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