Skip to content

Commit

Permalink
Merge commit 'd813c36e83936cd74275ebb85fd3520651ccab7d' into 14.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wusun2 committed Nov 13, 2020
2 parents e3d448c + d813c36 commit 073a36b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,10 @@
</goals>
<configuration>
<encoding>${encoding.type}</encoding>
<!--
<outputDirectory>${release.root}/conf/${project.activeProfiles[0].id}</outputDirectory>
-->
<outputDirectory>${release.root}/common/conf/</outputDirectory>
<resources>
<resource>
<directory>src/main/resources</directory>
Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/create_scenario.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ xcopy /Y/E .\common\python\"*.*" %SCENARIO_FOLDER%\python
xcopy /Y/E .\common\sql\"*.*" %SCENARIO_FOLDER%\sql
xcopy /Y .\common\uec\"*.*" %SCENARIO_FOLDER%\uec
xcopy /Y .\common\bin\"*.*" %SCENARIO_FOLDER%\bin
xcopy /Y .\conf\%YEAR%\"*.*" %SCENARIO_FOLDER%\conf
rem xcopy /Y .\conf\%YEAR%\"*.*" %SCENARIO_FOLDER%\conf
xcopy /Y .\common\conf\"*.*" %SCENARIO_FOLDER%\conf
xcopy /Y .\common\output\"*.*" %SCENARIO_FOLDER%\output
xcopy /s/Y .\common\visualizer %SCENARIO_FOLDER%\visualizer
xcopy /s/Y .\dependencies.* %SCENARIO_FOLDER%\visualizer
Expand Down

0 comments on commit 073a36b

Please sign in to comment.