Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] generate-sources not added to source path (xml beans, corba idl)

There is a connector in the m2e marketplace (connector catalog) that
handles Codehaus Mojo's xmlbeans-maven-plugin.

/Anders

On Mon, Mar 26, 2012 at 18:01,  <tastle@xxxxxxxxxxx> wrote:
> Hi all,
>
> I have a project that needs to generate sources for XML beans and CORBA IDL files.  I use the following maven plugins to generate them:
> idlj-maven-plugin
> xmlbeans-maven-plugin
>
> The generated sources are not added to the project by default when I import it into Eclipse using m2e.
>
> Can someone point me in the right direction to get this resolved?  Is it the responsibility of m2e to do this, or do the plugin need modification?
>
> Cheers,
>
> Tim
> _______________________________________________
> m2e-users mailing list
> m2e-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/m2e-users


Back to the top