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

Karl-Heinz Marbaise commented on MEJB-63:
-----------------------------------------

Currently the EJB plugin uses the following:
{code:java}
    @Parameter( property = "outputDirectory", defaultValue = 
"${project.build.outputDirectory}" )
    private File outputDirectory;
{code}

which should be changed into (From maven-jar-plugin):
{code:java}
    @Parameter( defaultValue = "${project.build.directory}", required = true )
    private File outputDirectory;
{code}
This would make the behaviour more consistent.

> outputDirectory is treated differently to ear, war plugins
> ----------------------------------------------------------
>
>                 Key: MEJB-63
>                 URL: https://jira.codehaus.org/browse/MEJB-63
>             Project: Maven EJB Plugin
>          Issue Type: Bug
>    Affects Versions: 2.3
>            Reporter: Honza Brázdil
>             Fix For: 3.0
>
>
> Property outputDirectory is treated differently then in ear and war plugin.
> In ear and war plugin it's place where the resulting package is stored, in 
> ejb plugin it is place where the plugin takes files to package.



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

Reply via email to