no message
This commit is contained in:
parent
93be225fa7
commit
1906360a7d
|
@ -28,10 +28,10 @@ RUN if [ "$PROFILE" = "ossrh" ]; then \
|
|||
COPY oracle.local.cite.gr.crt $JAVA_HOME/conf/security
|
||||
RUN cd $JAVA_HOME/conf/security && keytool -cacerts -storepass changeit -noprompt -trustcacerts -importcert -alias oraclecert -file oracle.local.cite.gr.crt
|
||||
|
||||
WORKDIR /build/
|
||||
# WORKDIR /build/
|
||||
|
||||
COPY . .
|
||||
# COPY . .
|
||||
|
||||
RUN mvn -Drevision=${REVISION} -DdevProfileUrlDeposit=${DEV_PROFILE_URL_DEPOSIT} -DdevProfileUrl=${DEV_PROFILE_URL} -P${PROFILE} clean deploy
|
||||
# RUN mvn -Drevision=${REVISION} -DdevProfileUrlDeposit=${DEV_PROFILE_URL_DEPOSIT} -DdevProfileUrl=${DEV_PROFILE_URL} -P${PROFILE} clean deploy
|
||||
|
||||
RUN mvn sonar:sonar -Dsonar.projectKey=OpenDMP:file-transformer-base -Dsonar.login=${ORACLE_TOKEN} -Dsonar.host.url=${ORACLE_URL} -Dsonar.projectName='OpenDMP file-transformer-base'
|
Loading…
Reference in New Issue