
org.jbpm.assembly-component.xml Maven / Gradle / Ivy
<!-- - Copyright 2016 Red Hat, Inc. and/or its affiliates. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. --> <component xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/component/1.1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/component/1.1.2 http://maven.apache.org/xsd/component-1.1.2.xsd"> <files> <file> <source>${project.build.outputDirectory}/org/jbpm/module.xml</source> <outputDirectory>modules/system/layers/bpms/org/jbpm/main</outputDirectory> </file> </files> <dependencySets> <dependencySet> <useTransitiveDependencies>false</useTransitiveDependencies> <includes> <include>org.jbpm:jbpm-audit</include> <include>org.jbpm:jbpm-bpmn2</include> <include>org.jbpm:jbpm-bpmn2-emfextmodel</include> <include>org.jbpm:jbpm-document</include> <include>org.jbpm:jbpm-executor</include> <include>org.jbpm:jbpm-flow</include> <include>org.jbpm:jbpm-flow-builder</include> <include>org.jbpm:jbpm-human-task-audit</include> <include>org.jbpm:jbpm-human-task-core</include> <include>org.jbpm:jbpm-human-task-jpa</include> <include>org.jbpm:jbpm-human-task-workitems</include> <include>org.jbpm:jbpm-kie-services</include> <include>org.jbpm:jbpm-persistence-jpa</include> <include>org.jbpm:jbpm-query-jpa</include> <include>org.jbpm:jbpm-runtime-manager</include> <include>org.jbpm:jbpm-services-api</include> <include>org.jbpm:jbpm-shared-services</include> <include>org.jbpm:jbpm-workitems</include> </includes> <outputDirectory>modules/system/layers/bpms/org/jbpm/main</outputDirectory> <outputFileNameMapping>${artifact.artifactId}-${version.org.kie}.${artifact.extension}</outputFileNameMapping> </dependencySet> <dependencySet> <useTransitiveDependencies>false</useTransitiveDependencies> <includes> <include>org.dashbuilder:dashbuilder-dataset-api</include> <include>org.dashbuilder:dashbuilder-dataset-core</include> <include>org.dashbuilder:dashbuilder-dataset-shared</include> <include>org.dashbuilder:dashbuilder-dataset-sql</include> <include>org.dashbuilder:dashbuilder-json</include> </includes> <outputDirectory>modules/system/layers/bpms/org/jbpm/main</outputDirectory> <outputFileNameMapping>${artifact.artifactId}-${version.org.dashbuilder}.${artifact.extension}</outputFileNameMapping> </dependencySet> </dependencySets> </component>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy