los_angeles-1.0.6.pom

Checksums

MD5 4d9875cf51bf2ae7e25946931b98fb2a
SHA1 e9c2300ebd0cbda64473907e02ecfeb15e087ad2
SHA256 ee6a60ec27932c6ceda4b1f41ae74e45377de5d906e30f36f189659794393ec4
SHA512 1415fa92746bf276d366bda64af6b75a2c649f35dbb76b094b902ab3461534b2a3b9febb339b066a9c1702e226b2e4ae7a2dfb5d2fe9912448579b965d19e12b

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>los_angeles</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>