Bug 1761443

Summary: Deleted files are not remove from Java component
Product: OpenShift Container Platform Reporter: Yana Hontyk <yhontyk>
Component: odoAssignee: Girish Ramnani <gramnani>
Status: CLOSED WORKSFORME QA Contact: Amit <arout>
Severity: high Docs Contact: Yana Hontyk <yhontyk>
Priority: unspecified    
Version: 4.2.0CC: cdrage, moahmed, oskutka
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-12-02 08:59:41 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Yana Hontyk 2019-10-14 12:15:55 UTC
Description of problem:
Java assemble script copies the source files somewhere where outside the destination directory /tmp/src, where it does the build.

Version-Release number of selected component (if applicable):


How reproducible: always

Steps to Reproduce:
odo create java
odo push
# delete a file that is important and that should break the build
rm something-important
odo push

Actual results:
everything is ok

Expected results:
build shouldn't work

Additional info: