Checksums
MD5
|
02074f50c8f462126edacce58aa000de
|
SHA1
|
2e56d92fd6ddd3c85e10f96eb7528a481d6a0256
|
SHA256
|
3c4ce848e139ec925c1a9a7ddbea29000fb584f5130a2dfde5f90a886a4873c2
|
SHA512
|
0a5944f8fb65c2912331aeaa76df3b3a26e0c9542f8d219c0c3ea10e5227a498212ac616a5b25199582e2ff37b336c1a739885a0106e864ed9f7468daeeff214
|
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.3.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>
<dependency>
<groupId>org.eqasim</groupId>
<artifactId>core</artifactId>
<version>1.3.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>