File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
build-helper-mojo/src/main/java/com/oracle/wls/buildhelper Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ ARG MAVEN_OPTS
7
7
8
8
WORKDIR /project/
9
9
COPY pom.xml .
10
+ COPY build-helper-mojo/pom.xml build-helper-mojo/
10
11
COPY wls-exporter-core/pom.xml wls-exporter-core/
11
12
COPY wls-exporter-sidecar/pom.xml wls-exporter-sidecar/
12
13
@@ -19,6 +20,7 @@ ARG MAVEN_OPTS
19
20
WORKDIR /project/
20
21
COPY --from=m2repo /root/.m2 /root/.m2
21
22
COPY pom.xml .
23
+ COPY build-helper-mojo/ build-helper-mojo/
22
24
COPY wls-exporter-core/ wls-exporter-core/
23
25
COPY wls-exporter-sidecar/ wls-exporter-sidecar/
24
26
Original file line number Diff line number Diff line change 1
- // Copyright (c) 2020, 2022 Oracle and/or its affiliates.
1
+ // Copyright (c) 2020, 2022, Oracle and/or its affiliates.
2
2
// Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
3
3
4
4
package com .oracle .wls .buildhelper ;
Original file line number Diff line number Diff line change 316
316
<jdk >[11,)</jdk >
317
317
</activation >
318
318
<modules >
319
+ <module >build-helper-mojo</module >
319
320
<module >wls-exporter-sidecar</module >
320
321
</modules >
321
322
</profile >
You can’t perform that action at this time.
0 commit comments