sao_paulo-1.0.6.pom

Checksums

MD5 eab9277e9aaecad3bad5dfd6991da5dc
SHA1 2e91c0af45830f8a7c69ea3bddfae3d509acd9d6
SHA256 0b2f22f0391bfa27ef4f6f6cd733e08fa237f3b100ecef8710a40c0337ffe92d
SHA512 7904c83fb2ef8f5e8a926327039d4453f0546cc96eec868ca3da6b9bd9d18202cdd3204a73aac8c15b81f81511970294155334dfde391eb7e20812c708d0cb85

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