sao_paulo-1.3.0.pom

Checksums

MD5 67d9eabe39b8b79c4d923eedf6fa9c85
SHA1 9dcefb260f348507b79e02b28b2249b7ab4209d4
SHA256 c3c1f87ca160d34ff08cd0775f1bd9864958724691a1d01ead38b54a24760490
SHA512 a613bb0e012f08f28d0cfc6bf04d37754ebc57be37121969b9f719b2b84cdf2fcd3818421b472a52264e4eaebd6f05449d8b04981a4ccb9e2ce58b8be5d74ff8

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