los_angeles-1.2.1.pom

Checksums

MD5 187a2826218d2fa4fe2817131c8ac8f0
SHA1 1c7a9379dda3d0badd8c4f9ea8e7f88fc924f636
SHA256 3030768e31328100db8914d1f5a886f986147ade252ebb7717515691d30a9959
SHA512 c709bf7a50db14dc0b399a8ffc1966eeb90a41ff638cca37f0d4b2f4a93d9851924b6762e1dbcb25499b72a3c51b87fdef08075038070b2c249c1da2eedc5ac4

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.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>