mirror of https://github.com/apache/archiva.git
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:
parent
a092ab4266
commit
6321d56ca9
|
@ -97,6 +97,7 @@ public class EditPomAction
|
|||
{
|
||||
companyModel = new Model();
|
||||
companyModel.setModelVersion( "4.0.0" );
|
||||
companyModel.setPackaging( "pom" );
|
||||
|
||||
if ( companyPom != null )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue