<plugin> <artifactId>maven-antrun-plugin</artifactId> <version>1.1</version> <executions> <execution> <phase>process-classes</phase> <configuration> <tasks> <rmic classname="${RemoteObjectClassName}" base="${basedir}/target/classes" classpathref="maven.compile.classpath"/> </tasks> </configuration> <goals> <goal>run</goal> </goals> </execution> </executions> <dependencies> <dependency> <groupId>com.sun</groupId> <artifactId>tools</artifactId> <version>1.5</version> <scope>system</scope> <systemPath> ${java.home}/../lib/tools.jar </systemPath> </dependency> </dependencies> </plugin>
Blogged with Flock
0 件のコメント:
コメントを投稿