File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 24
24
<outputDirectory >tools</outputDirectory >
25
25
<destName >opengrok-tools.tar.gz</destName >
26
26
</file >
27
+ <file >
28
+ <source >${project.basedir}/../opengrok-tools/${project.build.directory}/dist/logging.properties.template</source >
29
+ <outputDirectory >doc</outputDirectory >
30
+ <destName >logging.properties.template</destName >
31
+ </file >
27
32
</files >
28
33
<fileSets >
29
34
<fileSet >
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ Portions Copyright (c) 2017-2018, Chris Fraire <
[email protected] >.
91
91
</configuration >
92
92
</execution >
93
93
<execution >
94
- <id >copy- resources-setup.py </id >
94
+ <id >copy package resources</id >
95
95
<phase >compile</phase >
96
96
<goals >
97
97
<goal >copy-resources</goal >
@@ -103,6 +103,7 @@ Portions Copyright (c) 2017-2018, Chris Fraire <
[email protected] >.
103
103
<directory >${basedir} </directory >
104
104
<includes >
105
105
<include >MANIFEST.in</include >
106
+ <include >logging.properties.template</include >
106
107
</includes >
107
108
</resource >
108
109
<!-- replace ${project.python.package.version} in setup.py -->
@@ -116,6 +117,24 @@ Portions Copyright (c) 2017-2018, Chris Fraire <
[email protected] >.
116
117
</resources >
117
118
</configuration >
118
119
</execution >
120
+ <execution >
121
+ <id >copy logging.properties.template to dist</id >
122
+ <phase >package</phase >
123
+ <goals >
124
+ <goal >copy-resources</goal >
125
+ </goals >
126
+ <configuration >
127
+ <outputDirectory >${project.build.directory} /dist</outputDirectory >
128
+ <resources >
129
+ <resource >
130
+ <directory >${basedir} </directory >
131
+ <includes >
132
+ <include >logging.properties.template</include >
133
+ </includes >
134
+ </resource >
135
+ </resources >
136
+ </configuration >
137
+ </execution >
119
138
</executions >
120
139
</plugin >
121
140
<plugin >
You can’t perform that action at this time.
0 commit comments