<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.jboss.org/component-info/1.0"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://www.jboss.org/component-info/1.0 http://repository.jboss.org/component-info-v1_0.xsd"
  name="${project.name}">
  <component id="${component.id}"
             licenseType="${project.license}"
             version="${project.version}"
             description="${project.description}"
             ${project.scm}
             > 
              
${artifacts}
${imports}
    <export>
${includes}
    </export>
  </component>
</project>