auckland-1.2.1.pom

Checksums

MD5 7cc08553430a633b9f9793fa6b62a749
SHA1 ea8229324dd2ddc1fbc0fafc75c5a46576ba47df
SHA256 82956e06e1e699947d5890743903cd6a2201dca9f53daa0ec30ce309f8c0294e
SHA512 c30dd8444bb116bd5ab48a2d3c5816e67e0436970dd5de8ea2ae38499370fb39dd69cbe371b9b606f94038c71412b9dc76c17c05ff8a8a543bcd174f6bc7a0bf

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.1</version>
		<relativePath>../pom.xml</relativePath>
	</parent>

	<dependencies>
		<dependency>
			<groupId>org.eqasim</groupId>
			<artifactId>core</artifactId>
			<version>1.2.1</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>