<project name="rootbuild" xmlns:artifact="antlib:org.apache.maven.artifact.ant" default="deploy">
  <target name="deploy">
    <artifact:pom id="dummy-pom-id" file="dummy-1.0.pom"/>
    <artifact:deploy file="dummy-1.0.jar" pomRefId="dummy-pom-id">
      <remoteRepository url="file:C:\"/>
    </artifact:deploy>
  </target>
</project>
