auckland-1.0.5.pom

Checksums

MD5 eee3872e25ae6d76b8daf86bbc4bcde3
SHA1 1ce480eab1335a2be132a941c4ad319da4d7a886
SHA256 4290d750f05874b4f46fb4caf01ee2efa9ed086e4a5cd085fd98fa0e3feb45cf
SHA512 5bef369abc8e287d52bbc57351820fbd0ca7c89687aea1eed2d9255eda65428d14e9395aea0fcac7f7254fcc1fd6270a7ac1d2529687e08238ddd049c3b19303

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

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