File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55
55
</fileSet >
56
56
<fileSet >
57
57
<directory >${project.basedir}/src/main/config/</directory >
58
- <outputDirectory ></outputDirectory >
58
+ <outputDirectory >config/ </outputDirectory >
59
59
<includes >
60
60
<include >java-options.conf</include >
61
61
<include >log4j.xml</include >
Original file line number Diff line number Diff line change 5
5
# Undefined variables remain in the configuration.
6
6
7
7
-Xmx512m
8
- -Dlog4j.configuration="file:///$METAFACTURE_HOME/log4j.xml"
8
+ -Dlog4j.configuration="file:///$METAFACTURE_HOME/config/ log4j.xml"
9
9
10
10
# Append additional options defined in the
11
11
# environment (The start-up script ensures
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ IF "x%FLUX_JAVA_BIN%" == "x" (
11
11
SET FLUX_JAVA_BIN = java
12
12
)
13
13
14
- SET JAVA_OPTS_FILE = " %METAFACTURE_HOME% java-options.conf"
14
+ SET JAVA_OPTS_FILE = " %METAFACTURE_HOME% /config/ java-options.conf"
15
15
SET JAR_FILE = " %METAFACTURE_HOME% ${project.build.finalName}.jar"
16
16
17
17
REM Read JVM options from configuration file. Lines starting
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ if [ -z "$FLUX_JAVA_BIN" ] ; then
14
14
FLUX_JAVA_BIN=java
15
15
fi
16
16
17
- java_opts_file=" $METAFACTURE_HOME /java-options.conf"
17
+ java_opts_file=" $METAFACTURE_HOME /config/ java-options.conf"
18
18
jar_file=" $METAFACTURE_HOME /${project.build.finalName} .jar"
19
19
20
20
# Load java options from configuration file. Lines starting
You can’t perform that action at this time.
0 commit comments