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
534245f7
Commit
534245f7
authored
Sep 01, 2020
by
Amandine TOURNAY
Browse files
Use parent POM
parent
8e6110ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
534245f7
...
...
@@ -4,9 +4,14 @@
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>
org.bioimageanalysis.icy
</groupId>
<parent>
<artifactId>
pom-icy
</artifactId>
<groupId>
org.bioimageanalysis.icy
</groupId>
<version>
1.0.4
</version>
</parent>
<artifactId>
icy-vecmath
</artifactId>
<version>
1.6.
0
</version>
<version>
1.6.
1
</version>
<packaging>
jar
</packaging>
...
...
@@ -20,7 +25,6 @@
</properties>
<build>
<finalName>
${project.artifactId}
</finalName>
<sourceDirectory>
src/main/java
</sourceDirectory>
<resources>
<resource>
...
...
@@ -30,24 +34,6 @@
</excludes>
</resource>
</resources>
<plugins>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-jar-plugin
</artifactId>
<version>
3.2.0
</version>
<configuration>
<outputDirectory>
${outputJar}
</outputDirectory>
<archive>
<manifest>
<addClasspath>
true
</addClasspath>
<mainClass>
plugins.stef.library.VecmathPlugin
</mainClass>
</manifest>
</archive>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
...
...
@@ -64,17 +50,4 @@
<url>
https://icy-nexus.pasteur.fr/repository/Icy/
</url>
</repository>
</repositories>
<distributionManagement>
<snapshotRepository>
<id>
icy-dev
</id>
<name>
icy-dev
</name>
<url>
https://icy-nexus-dev.pasteur.cloud/repository/icy-core/
</url>
</snapshotRepository>
<repository>
<id>
icy-prod
</id>
<name>
icy-prod
</name>
<url>
https://icy-nexus.pasteur.fr/repository/icy-core/
</url>
</repository>
</distributionManagement>
</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