san_francisco-1.2.0.pom

Checksums

MD5 43c0459cdd4796b07c394894c518dd1d
SHA1 d1b38c8aa35be72dcadbdc80fe8562d3a91f1e0a
SHA256 f48d778cad7180e2ab154c283ec4fa4a440e3e22e4ceec3e9339c639ae2065e6
SHA512 a6fe44b044f77aefef924ad169e56f0572875ef05ccb5e43469f1b310b2a70bf618611e06f7d3ae08a14f63aca44861bf536b48c0ba1b0138b73ec1fd9b79a0b

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>san_francisco</artifactId>

	<parent>
		<groupId>org.eqasim</groupId>
		<artifactId>eqasim</artifactId>
		<version>1.2.0</version>
		<relativePath>../pom.xml</relativePath>
	</parent>

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