Checksums
MD5
|
c8c22232bbd9647dc488d3e554050ee9
|
SHA1
|
fdc40aa3c1b157fdf738530973798c0bda74890c
|
SHA256
|
b7a743b62fdbd4e6938dceb9bac686498c3292ff3612fc19c3b5e83a2dd34c8c
|
SHA512
|
9cd683f2644c49cca3609c0d9481bc8110adf59652dc780bf6b44dab85f73c09fc3083f32b9156b1647cc030c51e551c5f4440d9aee144622918d11200443d87
|
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.5</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>
<dependency>
<groupId>org.eqasim</groupId>
<artifactId>core</artifactId>
<version>1.0.5</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>