Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bioimage Analysis
Vecmath
Commits
c1e0b53e
Commit
c1e0b53e
authored
Dec 03, 2020
by
Stéphane DALLONGEVILLE
Browse files
fixed POM file
parent
1b5a064c
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
c1e0b53e
<?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"
>
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>
<parent>
...
...
@@ -18,15 +18,11 @@
<name>
Vecmath
</name>
<description>
Provides 3D vector mathematics classes.
</description>
<build>
<sourceDirectory>
src/main/java
</sourceDirectory>
<resources>
<resource>
<directory>
src/main
</directory>
<excludes>
<exclude>
java/
</exclude>
</excludes>
</resource>
</resources>
</build>
<repositories>
<repository>
<id>
icy
</id>
<url>
https://icy-nexus.pasteur.fr/repository/Icy/
</url>
</repository>
</repositories>
</project>
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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