make sure the company POM has the right packaging

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@508021 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2007-02-15 17:15:32 +00:00
parent a092ab4266
commit 6321d56ca9
1 changed files with 2 additions and 1 deletions

View File

@ -97,6 +97,7 @@ public class EditPomAction
{ {
companyModel = new Model(); companyModel = new Model();
companyModel.setModelVersion( "4.0.0" ); companyModel.setModelVersion( "4.0.0" );
companyModel.setPackaging( "pom" );
if ( companyPom != null ) if ( companyPom != null )
{ {