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

META-INF.maven.org.eclipse.dirigible.dirigible-bpm-api.pom.xml Maven / Gradle / Ivy

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

	<parent>
		<groupId>org.eclipse.dirigible</groupId>
		<artifactId>dirigible-bpm-parent</artifactId>
		<version>6.3.26</version>
		<relativePath>../pom.xml</relativePath>
	</parent>

	<name>BPM - API</name>
	<artifactId>dirigible-bpm-api</artifactId>
    <packaging>jar</packaging>
    
    <build>
        <finalName>${project.artifactId}</finalName>
        <plugins>
            <plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-compiler-plugin</artifactId>
				<version>${maven.compiler.plugin.version}</version>
				<configuration>
					<source>${maven.compiler.source}</source>
					<target>${maven.compiler.target}</target>
					<debug>true</debug>
					<debuglevel>lines,vars,source</debuglevel>
				</configuration>
			</plugin>
        </plugins>
    </build>
    
    <dependencies>
        <dependency>
            <groupId>org.eclipse.dirigible</groupId>
            <artifactId>dirigible-commons-config</artifactId>
            <version>6.3.26</version>
        </dependency>
        <dependency>
	    	<groupId>org.eclipse.dirigible</groupId>
			<artifactId>dirigible-commons-api</artifactId>
			<version>6.3.26</version>
    	</dependency>
    </dependencies>

	<properties>
		<license.header.location>../../../licensing-header.txt</license.header.location>
	</properties>

</project>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy