Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-dev] m2e 0.12.2 not adding generated-sources

Hello,

I've been working a lot in recent months on getting our application working smoothly in Eclipse 3.6 with Maven3 and M2Eclipse.  We've been using m2e 0.12.x, since this seemed like the best choice when we started the conversion from Ant to Maven, many months ago.  I'm having a fairly significant problem with it though.  When I import any project than generates sources (JAXB, JavaCC, etc) m2e doesn't add the generated sources folder as a source folder until I do "Maven -> Update Project Configuration".  Since we have 68 projects, 4 of which have generated sources, I'd rather not have to document this as a manual step to perform after "Import Existing Maven Project" when setting up a development environment.  I'm using m2e 0.12.2.20110215-2017 from https://repository.sonatype.org/content/sites/forge-sites/m2e/0.12.2/S/0.12.2.20110415-2017/.

I would like to upgrade to m2e 1.0 eventually, but we have a lot of custom plugins that we would have to change to use the new org.eclipse rather than org.maven packages, which we don't have the time to properly test right now.  I'd really like to get this working on 0.12.2.  Is this problem fixed on 1.0?  Is it possible to get a backport of the fix to 0.12?

Cheers,
Derek

Back to the top