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
7b74e66f
Commit
7b74e66f
authored
Aug 27, 2020
by
Jean-Yves TINEVEZ
Browse files
Flesh out the pom with default field values.
parent
4f549cc9
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
7b74e66f
...
...
@@ -12,18 +12,18 @@
</parent>
<!-- Project Information -->
<artifactId>
artifactId
</artifactId>
<version>
1.0-SNAPSHOT
</version>
<artifactId>
IcyPluginTemplate
</artifactId>
<version>
1.0
.0
-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<name></name>
<description></description>
<name>
A template for Icy plugins.
</name>
<description>
This repo serves as a template for you to implement new Icy plugins.
</description>
<url></url>
<inceptionYear></inceptionYear>
<inceptionYear>
2020
</inceptionYear>
<organization>
<name></name>
<url></url>
<name>
MyOrganizationName
</name>
<url>
https://myorganizationwebsite.net
</url>
</organization>
<licenses>
...
...
@@ -36,9 +36,9 @@
<developers>
<developer>
<id></id>
<name></name>
<url></url>
<id>
mygithublogin
</id>
<name>
FirstName LastName
</name>
<url>
https://mywebpage.net
</url>
<roles>
<role>
founder
</role>
<role>
lead
</role>
...
...
@@ -80,4 +80,4 @@
<url>
https://icy-nexus.pasteur.fr/repository/Icy/
</url>
</repository>
</repositories>
</project>
\ No newline at end of file
</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