<project
  xmlns:j="jelly:core"
  xmlns:util="jelly:util"
>
  <postGoal name="java:compile">
    <rmic
      classname="TestRemote"
      base="${basedir}/target/classes"
      iiop="true"
    />
  </postGoal>

</project>
