<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  
  <!-- In this file the Project build error null occurs -->
  
  
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.maven.ide.eclipse.projects</groupId>
  <artifactId>MNGECLIPSE-380-demo</artifactId>
  <name>demo</name>
  <packaging>har</packaging> 
  
  <parent>
    <groupId>org.maven.ide.eclipse.projects</groupId>
    <artifactId>MNGECLIPSE-380</artifactId>
    <version>0.0.1</version>
  </parent> 
  
  <build>
    <plugins>
      <plugin>
        <groupId>org.maven.ide.eclipse.projects</groupId>
        <artifactId>MNGECLIPSE-380-plugin</artifactId>
        <version>0.0.1</version>
        <extensions>true</extensions>
      </plugin>
    </plugins>
  </build>
       
</project>


