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
77
88WORKDIR /project/
99COPY pom.xml .
10+ COPY build-helper-mojo/pom.xml build-helper-mojo/
1011COPY wls-exporter-core/pom.xml wls-exporter-core/
1112COPY wls-exporter-sidecar/pom.xml wls-exporter-sidecar/
1213
@@ -19,6 +20,7 @@ ARG MAVEN_OPTS
1920WORKDIR /project/
2021COPY --from=m2repo /root/.m2 /root/.m2
2122COPY pom.xml .
23+ COPY build-helper-mojo/ build-helper-mojo/
2224COPY wls-exporter-core/ wls-exporter-core/
2325COPY wls-exporter-sidecar/ wls-exporter-sidecar/
2426
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.
22// Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
33
44package com .oracle .wls .buildhelper ;
Original file line number Diff line number Diff line change 316316 <jdk >[11,)</jdk >
317317 </activation >
318318 <modules >
319+ <module >build-helper-mojo</module >
319320 <module >wls-exporter-sidecar</module >
320321 </modules >
321322 </profile >
You can’t perform that action at this time.
0 commit comments