mirror of https://github.com/apache/maven.git
Fixed surefire report config
Added status = converted git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@328165 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
221ddfcd8b
commit
7893c7ed0d
|
@ -462,6 +462,8 @@ public class PomV3ToV4Translator
|
|||
|
||||
distributionManagement.setRepository( repository );
|
||||
|
||||
distributionManagement.setStatus("converted");
|
||||
|
||||
if ( site == null && repository == null )
|
||||
{
|
||||
return null;
|
||||
|
@ -648,7 +650,7 @@ public class PomV3ToV4Translator
|
|||
{
|
||||
Plugin plugin = new Plugin();
|
||||
plugin.setGroupId( "org.apache.maven.plugins" );
|
||||
plugin.setArtifactId( "surefire" );
|
||||
plugin.setArtifactId( "maven-surefire-plugin" );
|
||||
|
||||
Xpp3Dom config = new Xpp3Dom( "configuration" );
|
||||
|
||||
|
|
Loading…
Reference in New Issue