[ 
https://jira.codehaus.org/browse/MEAR-183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=348330#comment-348330
 ] 

Bert Jacobs edited comment on MEAR-183 at 6/18/14 9:24 AM:
-----------------------------------------------------------

I have the same problem...

@Karl-Heinz, what about creating a new read-only property?

This is how it's done in most other plugins:

{code}
        @Parameter (defaultValue = "${project.build.directory}", required = 
true, readonly = true)
        private File buildDir;
{code}
Thanks for taking a look.


was (Author: albertdev):
I have the same problem...

@Karl-Heinz, what about creating a new read-only property?

This is how it's done in most other plugins:
````
        @Parameter (defaultValue = "${project.build.directory}", required = 
true, readonly = true)
        private File buildDir;
````
Thanks for taking a look.

> Extra 'temp' directory created in wrong place
> ---------------------------------------------
>
>                 Key: MEAR-183
>                 URL: https://jira.codehaus.org/browse/MEAR-183
>             Project: Maven Ear Plugin
>          Issue Type: Bug
>    Affects Versions: 2.8
>            Reporter: Peter Gabriel
>             Fix For: 2.10
>
>         Attachments: DIR.png, pom.xml
>
>
> When
>  <generatedDescriptorLocation>DIR</generatedDescriptorLocation>
> is used during maven phase PACKAGE 'temp' dir is created under this dir with 
> fully compiled modules (ear, war)



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)

Reply via email to