sao_paulo-1.2.0.pom

Checksums

MD5 fba1105de6ead30e7e70571929982a18
SHA1 0bf39fb57ee815fc58b99e14f829b76829e2ad64
SHA256 188e10ca43e4cf10aa86a05cf9a6481228a6f862bb94e3fdc2b870ef231efb6c
SHA512 9a84f001a9eea0cf1e0889a014bec387e95b18975bda148d6aee4f6ad0ef892e5c4ed554c60b77228e845bf854a4075114aa85e6f8b7bda9d727e78c4d8efa50

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