Note that this is source jars - not compiled jars.
Assuming I have the following:
<dependency>
<groupId>org.swinglabs</groupId>
<artifactId>swingx</artifactId>
<version>0.9.2</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/swingx-0.9.3.jar</systemPath>
</dependency>
How do I add my source jars so they can be referenced in eclipse? (I know I can right-click and add to the jar as source - but I wanted a maven import to do this automatically)