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
3D Mesh ROI
Commits
07aaeba9
Commit
07aaeba9
authored
Aug 31, 2020
by
Amandine TOURNAY
Browse files
Use parent POM
parent
2d0a619a
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
07aaeba9
...
...
@@ -4,7 +4,12 @@
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-3d-mesh-roi
</artifactId>
<version>
1.4.7
</version>
...
...
@@ -21,31 +26,8 @@
<maven.compiler.source>
1.8
</maven.compiler.source>
<maven.compiler.target>
1.8
</maven.compiler.target>
<outputJar>
${project.build.outputDirectory}/../plugin
</outputJar>
</properties>
<build>
<finalName>
${project.artifactId}
</finalName>
<plugins>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-jar-plugin
</artifactId>
<version>
3.1.2
</version>
<configuration>
<outputDirectory>
${outputJar}
</outputDirectory>
<archive>
<manifest>
<addClasspath>
true
</addClasspath>
<mainClass>
plugins.adufour.roi.mesh.ROI3DMeshPlugin
</mainClass>
</manifest>
</archive>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>
org.bioimageanalysis.icy
</groupId>
...
...
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