Skip to content

Instantly share code, notes, and snippets.

@vnnvanhuong
Created October 29, 2017 10:03
Show Gist options
  • Save vnnvanhuong/9b36bb36cedeaa715e63c3f9bf7c0391 to your computer and use it in GitHub Desktop.
Save vnnvanhuong/9b36bb36cedeaa715e63c3f9bf7c0391 to your computer and use it in GitHub Desktop.
pipelines-axonivy-pom.xml
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>vn.nvanhuong</groupId>
<artifactId>pipelines-axonivy</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>iar</packaging>
<properties>
<engine.path>/opt/AxonIvyEngine7</engine.path>
<ivy.version>7.0.1</ivy.version>
</properties>
<build>
<plugins>
<plugin>
<groupId>com.axonivy.ivy.ci</groupId>
<artifactId>project-build-plugin</artifactId>
<version>7.0.0</version>
<extensions>true</extensions>
<configuration>
<engineDirectory>${engine.path}</engineDirectory>
<ivyVersion>${ivy.version}</ivyVersion>
</configuration>
</plugin>
</plugins>
</build>
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment