san_francisco-1.3.0.pom

Checksums

MD5 c80554e54ae440ee74c49b501a92d2fc
SHA1 c973fa70f7f0625f9289df833ce8acabb1b4a353
SHA256 a46b92228f03904ad347bcdfd1c88b06d9cdcb88ba2b2f0c000d551a1338b8c6
SHA512 6802c64a69d4282895e08feca08f3694581d4d74156b33d7dd002650b4f3ed4551baf41fb924c4022cb1c98b0645e63cde1e1537335b76830092de43f1c501f1

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

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