Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FoodInformatics
fbr-root-pom
Commits
0ec80ce1
Commit
0ec80ce1
authored
Jan 06, 2022
by
Riley III, William
Browse files
Renamed the pom file. Changed url.
parent
3168ef2b
Changes
1
Hide whitespace changes
Inline
Side-by-side
fbr-root-pom.
pom
→
fbr-root-pom.
xml
View file @
0ec80ce1
<?xml version="1.0" encoding="UTF-8"?>
<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>
<groupId>
nl.wur.fbr
</groupId>
<artifactId>
fbr-root-pom
</artifactId>
<version>
6
</version>
<packaging>
pom
</packaging>
<name>
FBR Intelligent Systems
</name>
<url>
http://
www.fbresearch.nl/IM
</url>
<organization>
<name>
Wageningen UR - Food
&
Biobased Research
</name>
<url>
http://www.fbr.wur.nl/
</url>
</organization>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
</properties>
<build>
<plugins>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-javadoc-plugin
</artifactId>
<version>
2.10.4
</version>
<executions>
<execution>
<id>
attach-javadocs
</id>
<goals>
<goal>
jar
</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
3.5.1
</version>
<configuration>
<source>
1.8
</source>
<target>
1.8
</target>
<encoding>
utf8
</encoding>
</configuration>
</plugin>
</plugins>
</build>
<distributionManagement>
<repository>
<id>
releases
</id>
<name>
Releases
</name>
<url>
http://scotty.wurnet.nl:9000/nexus/content/repositories/releases
</url>
</repository>
<snapshotRepository>
<id>
snapshots
</id>
<name>
Snapshots
</name>
<url>
http://scotty.wurnet.nl:9000/nexus/content/repositories/snapshots
</url>
</snapshotRepository>
</distributionManagement>
<scm>
<connection>
scm:git:https://git.wur.nl/FoodInformatics/fbr-root-pom.git
</connection>
<developerConnection>
scm:git:https://git.wur.nl/FoodInformatics/fbr-root-pom.git
</developerConnection>
<url>
https://git.wur.nl/FoodInformatics/fbr-root-pom.git
</url>
<tag>
HEAD
</tag>
</scm>
</project>
<?xml version="1.0" encoding="UTF-8"?>
<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>
<groupId>
nl.wur.fbr
</groupId>
<artifactId>
fbr-root-pom
</artifactId>
<version>
7
</version>
<packaging>
pom
</packaging>
<name>
FBR Intelligent Systems
</name>
<url>
http
s
://
git.wur.nl/FoodInformatics/fbr-root-pom
</url>
<organization>
<name>
Wageningen UR - Food
&
Biobased Research
</name>
<url>
http://www.fbr.wur.nl/
</url>
</organization>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
</properties>
<build>
<plugins>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-javadoc-plugin
</artifactId>
<version>
2.10.4
</version>
<executions>
<execution>
<id>
attach-javadocs
</id>
<goals>
<goal>
jar
</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
3.5.1
</version>
<configuration>
<source>
1.8
</source>
<target>
1.8
</target>
<encoding>
utf8
</encoding>
</configuration>
</plugin>
</plugins>
</build>
<distributionManagement>
<repository>
<id>
releases
</id>
<name>
Releases
</name>
<url>
http://scotty.wurnet.nl:9000/nexus/content/repositories/releases
</url>
</repository>
<snapshotRepository>
<id>
snapshots
</id>
<name>
Snapshots
</name>
<url>
http://scotty.wurnet.nl:9000/nexus/content/repositories/snapshots
</url>
</snapshotRepository>
</distributionManagement>
<scm>
<connection>
scm:git:https://git.wur.nl/FoodInformatics/fbr-root-pom.git
</connection>
<developerConnection>
scm:git:https://git.wur.nl/FoodInformatics/fbr-root-pom.git
</developerConnection>
<url>
https://git.wur.nl/FoodInformatics/fbr-root-pom.git
</url>
<tag>
HEAD
</tag>
</scm>
</project>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment