Checksums
MD5
|
820cbae43ba857b5fdc8e44d78a3d8a6
|
SHA1
|
672ba3663b97987bf997177867720414630c4f16
|
SHA256
|
87741c594b96697e16e2fc53a5b05b2ee22dd3fbb53e5b9cd328e61919d1c691
|
SHA512
|
28f0eb8c2a014bba592be59d9de7cb3430e7fba641392b29df552d4549c333a744a4089aeb687daed22267d0ab3b52ec2f807b2a0898c3c414c522884de1703d
|
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.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>
<dependency>
<groupId>org.eqasim</groupId>
<artifactId>core</artifactId>
<version>1.2.1</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>