I’ve noticed something really cool about the m2eclipse plugin. When I try to view source on one of the class files included by Maven, at first it’s unable to show it to me, but then in the background, it downloads a src JAR and a docs JAR. For my own projects how do I make and deploy these JARs alongside my binary JAR in my Maven repository?
I’ve noticed something really cool about the m2eclipse plugin. When I try to view
Share
You can do this by attaching the source and javadocs as part of your project build. This cookbook has the maven configuration needed for it.