File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
src/main/xar-resources/data Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,13 @@ ARG EXISTADDONSERSION=1.7
56
56
COPY exist-db-addons-${EXISTADDONSERSION}.jar $EXIST_HOME/lib/
57
57
ENV CLASSPATH=$EXIST_HOME/lib/exist.uber.jar:$EXIST_HOME/lib/exist-db-addons-${EXISTADDONSERSION}.jar
58
58
</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 >
59
66
</sect2 >
60
67
<sect2 xml : id =" conf.xml" >
61
68
<title >configure in conf.xml</title >
Original file line number Diff line number Diff line change @@ -38,6 +38,13 @@ ARG EXISTADDONSERSION=1.7
38
38
COPY exist-db-addons-${EXISTADDONSERSION}.jar $EXIST_HOME/lib/
39
39
ENV CLASSPATH=$EXIST_HOME/lib/exist.uber.jar:$EXIST_HOME/lib/exist-db-addons-${EXISTADDONSERSION}.jar
40
40
</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 >
41
48
</sect2 >
42
49
<sect2 xml : id =" conf.xml" >
43
50
<title >configure in conf.xml</title >
You can’t perform that action at this time.
0 commit comments