Checksums
MD5
|
f55d4632b7a8ae8513a46f67a9f8c4f0
|
SHA1
|
9572d4603976ec75743184bb3226baf867d9f1b5
|
SHA256
|
4413637e9e9d50d59ea8e7d7e6a3a82621eb8ee21ba7affabd65b871925bd28b
|
SHA512
|
cc82bc32c61f44eb43fdc3e9d4d6a35312a020328512245f9f38af4b045430f8f8d4b30e48ce69fe8c3d1c8395a83239039e53127bfa032ece294d906c11e072
|
POM
<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>
<artifactId>auckland</artifactId>
<parent>
<groupId>org.eqasim</groupId>
<artifactId>eqasim</artifactId>
<version>1.0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>
<dependency>
<groupId>org.eqasim</groupId>
<artifactId>core</artifactId>
<version>1.0.6</version>
</dependency>
</dependencies>
<profiles>
<profile>
<id>standalone</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.0</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>