File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 62
62
<id >package-provision</id >
63
63
<phase >package</phase >
64
64
<goals >
65
- <goal >run </goal >
65
+ <goal >directory </goal >
66
66
</goals >
67
67
</execution >
68
68
</executions >
Original file line number Diff line number Diff line change 13
13
14
14
<fileSets >
15
15
<fileSet >
16
- <directory >${project.parent.parent.parent.basedir}/runner/bundles</directory >
16
+ <directory >${project.parent.parent.parent.basedir}/target/pax- runner-dir /bundles</directory >
17
17
<outputDirectory >/elasticinbox-${project.version}/lib/bundles</outputDirectory >
18
18
<includes >
19
19
<include >*.jar</include >
20
20
</includes >
21
21
</fileSet >
22
22
<fileSet >
23
- <directory >${project.parent.parent.parent.basedir}/runner/equinox</directory >
23
+ <directory >${project.parent.parent.parent.basedir}/target/pax- runner-dir /equinox</directory >
24
24
<outputDirectory >/elasticinbox-${project.version}/lib/equinox</outputDirectory >
25
25
<includes >
26
26
<include >*.ini</include >
Original file line number Diff line number Diff line change 92
92
93
93
<!-- Default settings -->
94
94
<boot .delegation.packages />
95
+ <!-- JMX enabled through startup script
95
96
<vm.properties>-Dcom.sun.management.jmxremote.port=9099 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false</vm.properties>
97
+ -->
96
98
<vm .loglevel />
97
99
<default .osgi.framework>equinox</default .osgi.framework>
98
100
<default .osgi.framework.version>3.6.2</default .osgi.framework.version>
You can’t perform that action at this time.
0 commit comments