Can you set the output directory to target/classes via outputDirectory? Actually, they
show that in the usage page:
"rmic plugin usage" wrote :
| Including the stub classes in the main project jar
|
| Output is by default written to the directory target/rmi-classes. Using this default
behavior the stub classes will not be included in the main project artifact. To include
the stubs in the main project jar the outputDirectory can be set to
${project.build.outputDirectory}.
|
| Similarly, to include the stubs in the test jar the testOutputDirectory should be set
to ${project.build.testOutputDirectory}
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191277#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...