Benjamin Bentmann wrote:
> Dennis Lundberg wrote:
>
>> Something like this instead then?
>>
>>
>> - projectHelper.attachArtifact( project, "ejb-client",
>> "client", clientJarFile );
>> + if ( classifier != null )
>> + {
>> + projectHelper.attachArtifact( project, "ejb-client",
>> classifier + "-client", clientJarFile );
>> + }
>> + else
>> + {
>> + projectHelper.attachArtifact( project, "ejb-client",
>> "client", clientJarFile );
>> + }
>
> Yup, that's what I thought.
>
>
> Benjamin
Fixed
--
Dennis Lundberg
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]