Skip to content

Commit e0d2a2b

Browse files
author
Rustam Aliyev
committed
Assembly improvements
1 parent 128a662 commit e0d2a2b

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

assembly/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<id>package-provision</id>
6363
<phase>package</phase>
6464
<goals>
65-
<goal>run</goal>
65+
<goal>directory</goal>
6666
</goals>
6767
</execution>
6868
</executions>

assembly/src/main/etc/assembly/assembly.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313

1414
<fileSets>
1515
<fileSet>
16-
<directory>${project.parent.parent.parent.basedir}/runner/bundles</directory>
16+
<directory>${project.parent.parent.parent.basedir}/target/pax-runner-dir/bundles</directory>
1717
<outputDirectory>/elasticinbox-${project.version}/lib/bundles</outputDirectory>
1818
<includes>
1919
<include>*.jar</include>
2020
</includes>
2121
</fileSet>
2222
<fileSet>
23-
<directory>${project.parent.parent.parent.basedir}/runner/equinox</directory>
23+
<directory>${project.parent.parent.parent.basedir}/target/pax-runner-dir/equinox</directory>
2424
<outputDirectory>/elasticinbox-${project.version}/lib/equinox</outputDirectory>
2525
<includes>
2626
<include>*.ini</include>

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,9 @@
9292

9393
<!-- Default settings -->
9494
<boot.delegation.packages />
95+
<!-- JMX enabled through startup script
9596
<vm.properties>-Dcom.sun.management.jmxremote.port=9099 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false</vm.properties>
97+
-->
9698
<vm.loglevel />
9799
<default.osgi.framework>equinox</default.osgi.framework>
98100
<default.osgi.framework.version>3.6.2</default.osgi.framework.version>

0 commit comments

Comments
 (0)