Skip to content
Snippets Groups Projects
Commit a360c104 authored by Lene Wasskog's avatar Lene Wasskog
Browse files

build: Add vips-parent-pom and repository. Update vips-common version.

parent c8e5b918
No related branches found
No related tags found
No related merge requests found
<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"> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<modelVersion>4.0.0</modelVersion> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<groupId>fi.luke.vips.model</groupId> <modelVersion>4.0.0</modelVersion>
<artifactId>FinnCerealModels</artifactId> <parent>
<version>1.0-SNAPSHOT</version> <groupId>no.nibio.vips</groupId>
<build> <artifactId>vips-parent-pom</artifactId>
<sourceDirectory>src/main/java</sourceDirectory> <version>1.0.2</version>
<resources> </parent>
<resource> <groupId>fi.luke.vips.model</groupId>
<directory>resources</directory> <artifactId>FinnCerealModels</artifactId>
<excludes> <version>1.0-SNAPSHOT</version>
<exclude>**/*.java</exclude> <repositories>
</excludes> <repository>
</resource> <id>gitlab-maven</id>
</resources> <url>https://gitlab.nibio.no/api/v4/projects/401/packages/maven</url>
<plugins> </repository>
<plugin> </repositories>
<artifactId>maven-compiler-plugin</artifactId> <build>
<version>3.7.0</version> <sourceDirectory>src/main/java</sourceDirectory>
<configuration> <resources>
<source>1.8</source> <resource>
<target>1.8</target> <directory>resources</directory>
</configuration> <excludes>
</plugin> <exclude>**/*.java</exclude>
</plugins> </excludes>
</build> </resource>
<dependencies> </resources>
<dependency> <plugins>
<groupId>junit</groupId> <plugin>
<artifactId>junit</artifactId> <artifactId>maven-compiler-plugin</artifactId>
<version>4.11</version> <version>3.7.0</version>
</dependency> <configuration>
<dependency> <source>1.8</source>
<groupId>no.nibio.vips</groupId> <target>1.8</target>
<artifactId>VIPSCommon</artifactId> </configuration>
<version>2022.1</version> </plugin>
</dependency> </plugins>
</dependencies> </build>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
</dependency>
<dependency>
<groupId>no.nibio.vips</groupId>
<artifactId>VIPSCommon</artifactId>
<version>2.0.2</version>
</dependency>
</dependencies>
</project> </project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment