mule-bpm-module
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.alfame.esb.bpm</groupId> <artifactId>mule-bpm-module</artifactId> <version>2.2.3</version> </dependency>
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <name>mule-bpm-module</name> <description>Mule BPM Module extends Mule 4 by adding support for process-oriented integrations.</description> <url>https://github.com/alfameCom/mule-bpm-module</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <name>Alfame Systems</name> <email>info@alfame.com</email> <organization>Alfame Systems</organization> <organizationUrl>http://alfame.com</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git://github.com/alfameCom/mule-bpm-module.git</connection> <developerConnection>scm:git:ssh://git@github.com/alfameCom/mule-bpm-module.git</developerConnection> <url>https://github.com/alfameCom/mule-bpm-module/tree/master</url> <tag>HEAD</tag> </scm> <groupId>com.alfame.esb.bpm</groupId> <artifactId>mule-bpm-module</artifactId> <version>2.2.3</version> <packaging>mule-extension</packaging> <parent> <groupId>org.mule.extensions</groupId> <artifactId>mule-modules-parent</artifactId> <version>1.2.1</version> <relativePath /> </parent> <properties> <gpg.skip>true</gpg.skip> <argLine>-Djava.awt.headless=true</argLine> </properties> <build> <filters> <filter>src/main/java/com/alfame/esb/bpm/module/internal/BPMExtension.java</filter> </filters> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <executions> <execution> <id>attach-sources</id> <goals> <goal>jar-no-fork</goal> </goals> </execution> </executions> </plugin> <plugin> <artifactId>maven-surefire-plugin</artifactId> <configuration> <forkCount>1</forkCount> <reuseForks>false</reuseForks> <systemProperties> <property> <name>mule.test.timeoutSecs</name> <value>120</value> </property> </systemProperties> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <version>0.8.7</version> <configuration> <fileSets> <fileSet> <directory>${project.build.directory}</directory> <includes> <include>jacoco.exec</include> </includes> </fileSet> </fileSets> </configuration> </plugin> <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> <version>1.6.8</version> <extensions>true</extensions> <configuration> <serverId>ossrh</serverId> <nexusUrl>https://oss.sonatype.org/</nexusUrl> <autoReleaseAfterClose>false</autoReleaseAfterClose> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <version>1.6</version> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> <configuration> <keyname>0x3EC81202DC4A2D1526EB322DF16BC2D045C9737F</keyname> <gpgArguments> <arg>--pinentry-mode</arg> <arg>loopback</arg> </gpgArguments> </configuration> </execution> </executions> </plugin> </plugins> </build> <dependencyManagement> <dependencies> <dependency> <groupId>com.alfame.esb.bpm</groupId> <artifactId>mule-bpm-root</artifactId> <version>2.2.3</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>org.mule.extensions</groupId> <artifactId>mule-modules-parent</artifactId> <version>1.2.1</version> <type>pom</type> <scope>test</scope> </dependency> <dependency> <groupId>com.alfame.esb.bpm</groupId> <artifactId>mule-bpm-api</artifactId> </dependency> <dependency> <groupId>com.alfame.esb.bpm</groupId> <artifactId>mule-bpm-task-queue</artifactId> </dependency> <dependency> <groupId>com.alfame.esb.bpm</groupId> <artifactId>mule-bpm-flowable-activity</artifactId> <exclusions> <exclusion> <groupId>org.springframework</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.flowable</groupId> <artifactId>flowable-engine</artifactId> <exclusions> <exclusion> <groupId>org.springframework</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.flowable</groupId> <artifactId>flowable-form-engine</artifactId> <exclusions> <exclusion> <groupId>org.springframework</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.flowable</groupId> <artifactId>flowable-form-engine-configurator</artifactId> <exclusions> <exclusion> <groupId>org.springframework</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.zaxxer</groupId> <artifactId>HikariCP</artifactId> </dependency> <dependency> <groupId>org.flywaydb</groupId> <artifactId>flyway-core</artifactId> </dependency> <dependency> <groupId>org.hsqldb</groupId> <artifactId>hsqldb</artifactId> <scope>test</scope> </dependency> </dependencies> <repositories> <repository> <id>mulesoft-releases</id> <name>MuleSoft Releases Repository</name> <url>https://repository.mulesoft.org/releases/</url> </repository> <repository> <id>mulesoft-snapshots</id> <name>MuleSoft Snapshots Repository</name> <url>https://repository.mulesoft.org/snapshots/</url> </repository> </repositories> <pluginRepositories> <pluginRepository> <id>mulesoft-releases</id> <name>MuleSoft Releases</name> <url>https://repository.mulesoft.org/releases/</url> </pluginRepository> <pluginRepository> <id>mulesoft-snapshots</id> <name>MuleSoft Snapshots</name> <url>https://repository.mulesoft.org/snapshots/</url> </pluginRepository> </pluginRepositories> <distributionManagement> <snapshotRepository> <id>ossrh</id> <url>https://oss.sonatype.org/content/repositories/snapshots</url> </snapshotRepository> <repository> <id>ossrh</id> <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> </repository> </distributionManagement> </project>