[ https://issues.apache.org/jira/browse/MEAR-308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17614439#comment-17614439 ]
Slawomir Jaranowski commented on MEAR-308: ------------------------------------------ You should put your additional content in standard directory {{src/main/aplication}} If you need you can change location by {{earSourceDirectory}} parameter > Facing issues with "deleting outdated resource" > ----------------------------------------------- > > Key: MEAR-308 > URL: https://issues.apache.org/jira/browse/MEAR-308 > Project: Maven EAR Plugin > Issue Type: Bug > Affects Versions: 3.2.0 > Reporter: Rich M > Priority: Major > Attachments: build.log, earmetainfissue.zip > > > I am using maven-resources plugin to copy an additional file insider EAR > META-INF folder. It works fine for the first time with clean. But when run > again without clean, EAR plugin deletes the file saying "deleting outdated > resource...". > The pipeline runs the clean install first, and then run mvn deploy at later > stage. Since mvn deploy builds ear again, it results in ear without the > additional file. > Here is a sample code attached. To recreate the problem: > # Run mvn clean package. Note that \target\testear-1.0\META-INF will have 2 > files. > # Run mvn package. \target\testear-1.0\META-INF will have only 1 file now. > How can this behavior be fixed ? -- This message was sent by Atlassian Jira (v8.20.10#820010)