You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Kapil Jadhav (JIRA)" <ji...@apache.org> on 2015/12/10 13:26:11 UTC

[jira] [Updated] (MNG-5945) The resource with named "training" is getting cleaned after executing maven clean install

     [ 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)