I noticed something really cool about the m2eclipse plugin. When I try to view the source in one of the class files included by Maven, at first it cannot show it to me, but then in the background it downloads the src JAR file and JAR documents. For my own projects, how can I create and deploy these JARs along with my binary JAR in my Maven repository?
source
share