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:
Benjamin Bentmann 2009-06-20 16:52:06 +00:00
parent 6a63fb495f
commit 4b0c8ac908
2 changed files with 1 additions and 1 deletions

View File

@ -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 );