[ 
https://issues.apache.org/jira/browse/MEJB-92?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17966120#comment-17966120
 ] 

Olivier Lamy commented on MEJB-92:
----------------------------------

This project has moved from Jira to GitHub Issues. This issue was migrated to 
[apache/maven-ejb-plugin#155|https://github.com/apache/maven-ejb-plugin/issues/155].
 

> Make separate classifier for client and main aritfact
> -----------------------------------------------------
>
>                 Key: MEJB-92
>                 URL: https://issues.apache.org/jira/browse/MEJB-92
>             Project: Maven EJB Plugin (Moved to GitHub Issues)
>          Issue Type: Improvement
>    Affects Versions: 3.0.0
>            Reporter: Karl Heinz Marbaise
>            Assignee: Karl Heinz Marbaise
>            Priority: Minor
>             Fix For: 3.0.0
>
>
> {code:java}
>         // Handle the classifier if necessary
>         // TODO: For 3.0 this should be changed having a separate classifier 
> for main artifact and ejb-client.
>         if ( classifier != null )
>         {
>             projectHelper.attachArtifact( project, "ejb", classifier, jarFile 
> );
>         }
>         else
>         {
>             project.getArtifact().setFile( jarFile );
>         }
>         if ( generateClient )
>         {
>             generateEjbClient();
>         }
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to