Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Commit

Permalink
POM: build vcell-imagej module in the reactor
Browse files Browse the repository at this point in the history
This adds vcell-imagej as a module to the toplevel POM, and changes the
vcell-imagej module's POM to reference the toplevel POM as parent.
It also references the vcell-core dependency as ${project.version} to
ensure the version in this reactor is what's used.
  • Loading branch information
ctrueden committed Oct 25, 2017
1 parent 56a78ed commit 92b6afb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
<module>vcell-apiclient</module>
<module>vcell-client</module>
<module>vcell-core</module>
<module>vcell-imagej</module>
<module>vcell-math</module>
<module>vcell-oracle</module>
<module>vcell-server</module>
Expand Down
11 changes: 4 additions & 7 deletions vcell-imagej/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,12 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.scijava</groupId>
<artifactId>pom-scijava</artifactId>
<version>17.1.1</version>
<relativePath />
<groupId>org.vcell</groupId>
<artifactId>vcell-pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>

<groupId>org.vcell</groupId>
<artifactId>vcell-imagej</artifactId>
<version>0.1.0-SNAPSHOT</version>

<name>vcell-imagej</name>
<description>The Virtual Cell plugin for ImageJ</description>
Expand Down Expand Up @@ -174,7 +171,7 @@
<dependency>
<groupId>org.vcell</groupId>
<artifactId>vcell-core</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 92b6afb

Please sign in to comment.