Skip to content
pom.xml 1.29 KiB
Newer Older
Patrik Dufresne's avatar
Patrik Dufresne committed
<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">
	<parent>
		<groupId>com.patrikdufresne</groupId>
		<artifactId>swt</artifactId>
		<version>3.116.0.3</version>
Patrik Dufresne's avatar
Patrik Dufresne committed
	<artifactId>planimod-parent</artifactId>
	<version>${revision}</version>
Patrik Dufresne's avatar
Patrik Dufresne committed
		<module>ilp-core</module>
		<module>ilp-glpk</module>
		<module>ilp-cbc</module>
		<module>com.patrikdufresne.planimod</module>
		<module>com.patrikdufresne.planimod-installation-package</module>
	</modules>
	<!-- Custom repository for JFace stuff. -->
	<repositories>
		<repository>
			<id>patrikdufresne</id>
			<url>https://nexus.ikus-soft.com/content/groups/public/</url>
	<build>
		<plugins>
			<plugin>
Patrik Dufresne's avatar
Patrik Dufresne committed
				<groupId>com.mycila.maven-license-plugin</groupId>
				<artifactId>maven-license-plugin</artifactId>
				<executions>
					<execution>
						<phase>process-sources</phase>
						<goals>
							<goal>format</goal>
						</goals>
					</execution>
				</executions>
				<configuration>
					<header>license-header.txt</header>
				</configuration>
			</plugin>
		</plugins>
	</build>
Patrik Dufresne's avatar
Patrik Dufresne committed
</project>