Hi,
I'm pretty new to maven and have a problem
I use the maven-plugin-idlj to translate idl-files with Jacorb-Compiler
and I have the problem that I can't change the packgaeName like i want
For example:
<sources>
<source>
<packagePrefixes>
<packagePrefix>
<type> moduleA </ type>
<prefix> org.omg.v1.ccm </ prefix>
</ PackagePrefix>
</ Source>
</ Sources>
the generated java files will get the package "org.omg.v1.ccm.moduleA"
but I want the java files are generated with the package "org.omg.v1.ccm"
is there a method that does that?
thanks
Hayek