you really should have the rar classes as a separate module, much like the recommended best practice for war files (not that many follow that best practice as it makes quick development with jetty:run a pain)
On 18 February 2010 14:04, Laird Nelson <[email protected]> wrote: > The documentation for the maven-rar-plugin says: "By default, the generated > JAR file is included in the RAR file." > > I see no such .jar file produced, let alone included into the final > artifact. > > I set my project's packaging to rar. That's it. The output is a .rar file > that contains my project's dependencies and its META-INF/ra.xml file. > That's it. No .jar file is generated, nor (obviously) is such a .jar file > included in the final .rar file. > > I would say I'm missing something but there doesn't seem to be a lot to > miss. :-) All help gratefully appreciated. > > Best, > Laird >
