File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 36
36
<configuration >
37
37
<filesets >
38
38
<fileset >
39
- <directory >${main.basedir } /apps</directory >
39
+ <directory >${maven.multiModuleProjectDirectory } /apps</directory >
40
40
</fileset >
41
41
</filesets >
42
42
</configuration >
Original file line number Diff line number Diff line change 158
158
<destFileName >${project.build.finalName} .${project.packaging} </destFileName >
159
159
</artifactItem >
160
160
</artifactItems >
161
- <outputDirectory >${main.basedir } /apps</outputDirectory >
161
+ <outputDirectory >${maven.multiModuleProjectDirectory } /apps</outputDirectory >
162
162
</configuration >
163
163
</execution >
164
164
<execution >
168
168
<goal >copy-dependencies</goal >
169
169
</goals >
170
170
<configuration >
171
- <outputDirectory >${main.basedir } /apps/lib</outputDirectory >
171
+ <outputDirectory >${maven.multiModuleProjectDirectory } /apps/lib</outputDirectory >
172
172
<!-- Ensures only runnable dependencies are included-->
173
173
<includeScope >compile</includeScope >
174
174
</configuration >
180
180
<artifactId >license-maven-plugin</artifactId >
181
181
<version >4.1</version >
182
182
<configuration >
183
- <header >license_header_plain.txt</header >
183
+ <header >${main.basedir} / license_header_plain.txt</header >
184
184
<strictCheck >true</strictCheck >
185
185
<includes >
186
186
<include >src/**/*.java</include >
You can’t perform that action at this time.
0 commit comments