ile_de_france-1.2.0.pom

Checksums

MD5 86d69316e05cf514388a7a9ea488e9ed
SHA1 93e265e7c6ed98f8f4d058cd8aa1717c901607de
SHA256 b310e164750d8db56a5fc39e22dec73d7b9c428e79e3cf9fc0c47aefaf60c2bc
SHA512 dccc6234f105a920cb45184f4bd2eb6ef7cb3f8f280f823c0686e8d337d709b873a1b35d70b5ec96e366c9045f760ef2d8330fe5505c0c9d4ff9821047b9be36

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