mirror of https://github.com/apache/maven.git
o Synced resource directory of super POM with base package of module
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@786855 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6a63fb495f
commit
4b0c8ac908
|
@ -459,7 +459,7 @@ public class DefaultModelBuilder
|
|||
{
|
||||
if ( superModel == null )
|
||||
{
|
||||
InputStream is = getClass().getResourceAsStream( "/org/apache/maven/project/pom-4.0.0.xml" );
|
||||
InputStream is = getClass().getResourceAsStream( "/org/apache/maven/model/pom-4.0.0.xml" );
|
||||
try
|
||||
{
|
||||
superModel = modelReader.read( is, null );
|
||||
|
|
Loading…
Reference in New Issue