Skip to content

Commit

Permalink
#367: Include parent projects in property resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
jarmoniuk committed Oct 15, 2022
1 parent 818feb5 commit fbf98b5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -92,7 +92,7 @@ public class PomHelper
* @throws IOException if the file is not found or if the file does not parse.
*/
public static Model getRawModel( MavenProject project )
throws IOException
throws IOException
{
return getRawModel( project.getFile() );
}
Expand Down

0 comments on commit fbf98b5

Please sign in to comment.