Skip to content

Commit e06fb0a

Browse files
committed
dependency in pom.xml
1 parent 8e6c90c commit e06fb0a

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

src/main/xar-resources/data/datasync/datasync.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,13 @@ ARG EXISTADDONSERSION=1.7
5656
COPY exist-db-addons-${EXISTADDONSERSION}.jar $EXIST_HOME/lib/
5757
ENV CLASSPATH=$EXIST_HOME/lib/exist.uber.jar:$EXIST_HOME/lib/exist-db-addons-${EXISTADDONSERSION}.jar
5858
</programlisting>
59+
<para>Or include a dependency in exist-db's pom.xml:</para>
60+
<programlisting language="xml"><![CDATA[
61+
<dependency>
62+
<groupId>org.fryske-akademy</groupId>
63+
<artifactId>exist-db-addons</artifactId>
64+
<version>1.7</version>
65+
</dependency>]]></programlisting>
5966
</sect2>
6067
<sect2 xml:id="conf.xml">
6168
<title>configure in conf.xml</title>

src/main/xar-resources/data/properties/properties.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@ ARG EXISTADDONSERSION=1.7
3838
COPY exist-db-addons-${EXISTADDONSERSION}.jar $EXIST_HOME/lib/
3939
ENV CLASSPATH=$EXIST_HOME/lib/exist.uber.jar:$EXIST_HOME/lib/exist-db-addons-${EXISTADDONSERSION}.jar
4040
</programlisting>
41+
<para>Or include a dependency in exist-db's pom.xml:</para>
42+
<programlisting language="xml"><![CDATA[
43+
<dependency>
44+
<groupId>org.fryske-akademy</groupId>
45+
<artifactId>exist-db-addons</artifactId>
46+
<version>1.7</version>
47+
</dependency>]]></programlisting>
4148
</sect2>
4249
<sect2 xml:id="conf.xml">
4350
<title>configure in conf.xml</title>

0 commit comments

Comments
 (0)