I don't think so. Its not the java plugin's responsibility to know about every other technology needing to post-process its results. It should be an rmi plugin (small as it is).
- Brett > -----Original Message----- > From: Tim Anderson [mailto:[EMAIL PROTECTED] > Sent: Monday, 29 September 2003 9:31 AM > To: Maven Developers List > Subject: [maven-java-plugin] add support for rmic? > > > In a couple of projects I work on, I add a postGoal > to java:compile to invoke rmic - from other posts, this seems > to be a fairly common approach. > > Would it be worth adding support for this to the java plugin? > E.g (OTOH): > > <postGoal name="java:compile"> > <j:if test="${context.getVariable('maven.rmi.classes') != null"> > <rmic base="${maven.build.dest}" > includes="${maven.rmi.classes}"> > <classpath refid="maven.dependency.classpath"/> > </rmic> > </j:if> > </postGoal> > > > -Tim > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >
