m2eclipse - Attach sources in Eclipse Plug-in Dependencies container -
We use Eclipse and M2E to work with a typo-based plugin. The source of our problem dependency is not attached:
Is there any way to automatically create PDE / M2E download sources and add them in dependency?
You can try to install this plugin, which will be available in your P2 repository of Eclipse installation. Source matches bundles, such as M2E for Maven dependence
If the source jar is present in a P2 repository and it does not work for you (in fact it should be), then Please open a bug for this.
Now, if this is not working, that is, the jar does not come from a P2 repository, another option is to establish, which is similar to the mechanism of M2A, but a bit more robust More is complete, because it will seek sources in Maven Central and separate Nexus Repository Managers based on their JARs SHA1 checksum. It is a downside to this that you do not need a bunch of dependency in eclipse (PJS server stuff)
Comments
Post a Comment