Checksums
MD5
|
18ea70182ee3ad696e8367d8da2a9786
|
SHA1
|
03ff2950559a423df63c00d6780e28e9bfa31a9d
|
SHA256
|
bdcabf62aafe70507db50f2e34ce87d4320ab269f15128a82f1a13ce599e0526
|
SHA512
|
53e0461e5fb71dd58e5b6ae9eb4256dbfbdf5069b4749090962e2e48c114b6d018b13b80c09d53cc64707ac7543fb7970c9040c65ac1e836adcc7e47386cd1e7
|
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.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>
<dependency>
<groupId>org.eqasim</groupId>
<artifactId>core</artifactId>
<version>1.2.0</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>