[
https://issues.apache.org/jira/browse/MNG-5945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kapil Jadhav updated MNG-5945:
------------------------------
Description:
This is snippets from my pom.xml
...
<build>
<resources>
<resource>
<directory>conf</directory>
<directory>training</directory>
</resource>
<resource>
....
only training resource is getting deleted after execution. I am executing "mvn
clean install"
> The resource with named "training" is getting cleaned after executing maven
> clean install
> -----------------------------------------------------------------------------------------
>
> Key: MNG-5945
> URL: https://issues.apache.org/jira/browse/MNG-5945
> Project: Maven
> Issue Type: Bug
> Reporter: Kapil Jadhav
>
> This is snippets from my pom.xml
> ...
> <build>
> <resources>
> <resource>
> <directory>conf</directory>
> <directory>training</directory>
> </resource>
> <resource>
> ....
> only training resource is getting deleted after execution. I am executing
> "mvn clean install"
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)