Skip to content

Commit ba994cb

Browse files
gselzerhinerm
authored andcommitted
Create the module org.scijava.persist
This requires enabling the unionPluginInfo behavior
1 parent bb7d8fb commit ba994cb

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

scijava/scijava-persist/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,14 @@
9494
</repository>
9595
</repositories>
9696

97+
<build>
98+
<plugins>
99+
<plugin>
100+
<groupId>com.alexecollins.maven.plugin</groupId>
101+
<artifactId>script-maven-plugin</artifactId>
102+
</plugin>
103+
</plugins>
104+
</build>
97105
<dependencies>
98106
<dependency>
99107
<groupId>org.scijava</groupId>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
open module org.scijava.persist {
2+
3+
exports org.scijava.persist;
4+
5+
requires transitive com.google.gson;
6+
requires org.scijava;
7+
}

0 commit comments

Comments
 (0)