o using getType() by safety

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@629761 13f79535-47bb-0310-9956-ffa450edef68
master
Vincent Siveton 2008-02-21 11:52:20 +00:00
parent 45fc0f4362
commit 5dd0756562
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ public class DefaultArtifactHandlerStub
{
if ( packaging == null )
{
packaging = type;
packaging = getType();
}
return packaging;
}