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
Bioimage Analysis
Plugin template
Commits
6062e1f1
Commit
6062e1f1
authored
Oct 19, 2020
by
Amandine TOURNAY
Browse files
Added distributionManagement block
parent
1ac629e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
6062e1f1
...
...
@@ -54,7 +54,7 @@
<!-- Project properties -->
<properties>
<ezplug.version>
3.15.13
</ezplug.version>
</properties>
<!-- Project build configuration -->
...
...
@@ -74,7 +74,7 @@
<dependency>
<groupId>
org.bioimageanalysis.icy
</groupId>
<artifactId>
icy-ezplug
</artifactId>
<version>
3.15.13
</version>
<version>
${ezplug.version}
</version>
</dependency>
</dependencies>
...
...
@@ -82,9 +82,20 @@
<!-- Link to third-party Maven repositories -->
<repositories>
<repository>
<id>
icy
</id>
<name>
Icy's Nexus
</name>
<url>
https://icy-nexus.pasteur.fr/repository/Icy/
</url>
<id>
server-id
</id>
<name>
Server's name
</name>
<url>
Server's url
</url>
</repository>
</repositories>
<distributionManagement>
<snapshotRepository>
<id>
server-id
</id>
<url>
server's url
</url>
</snapshotRepository>
<repository>
<id>
server-id
</id>
<url>
server's url
</url>
</repository>
</distributionManagement>
</project>
Write
Preview
Markdown
is supported
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