ile_de_france-1.0.5.pom

Checksums

MD5 d74f6f8e32d9abe945884c539af53c4a
SHA1 4e53c6f3fac1c61496c7131fce3c105b82b28cfc
SHA256 532551fb285722343bc46340ada00d25fd60d7b12379374a9532e1d333deb822
SHA512 dd7b725f061fa09b71d00a5af73bf472fbfe84d89f76167484b9f9c099e6658c271844fc32944efd94a1fcfc0c3e21e8ee07c8bc565a42e8f3d4992a5e90c131

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