Skip to content

Commit 1932f25

Browse files
committed
added plugin interface
1 parent 1a56131 commit 1932f25

7 files changed

Lines changed: 621 additions & 579 deletions

File tree

build.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<arg value="package"/>
77
</exec>
88
<copy file="module-base/target/plugin-workflow-wu-wma-import-base.jar" todir="/opt/digiverso/goobi/plugins/workflow/" overwrite="true"/>
9+
<copy file="module-lib/target/plugin-workflow-wu-wma-import-lib.jar" todir="/opt/digiverso/goobi/plugins/GUI/" overwrite="true"/>
910
<copy file="module-gui/target/plugin-workflow-wu-wma-import-gui.jar" todir="/opt/digiverso/goobi/plugins/GUI/" overwrite="true"/>
1011
</target>
1112

module-base/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,12 @@
88
</parent>
99
<artifactId>plugin-workflow-wu-wma-import-base</artifactId>
1010
<packaging>jar</packaging>
11+
<dependencies>
12+
<dependency>
13+
<groupId>io.goobi.workflow.plugin</groupId>
14+
<artifactId>plugin-workflow-wu-wma-import-lib</artifactId>
15+
<version>26.02-SNAPSHOT</version>
16+
<scope>compile</scope>
17+
</dependency>
18+
</dependencies>
1119
</project>

0 commit comments

Comments
 (0)