Add the artifact (including javadoc and sources artifacts) to your repository manager and use a normal compile scope. Then it will work automatically. Using system scope is deprecated and highly discouraged as your build is not portable.
/Anders On Tue, Feb 1, 2011 at 14:03, Hauschild, Klaus (EXT) < [email protected]> wrote: > Hi, > > we're using a system scoped dependency to jMonkeyEngine3 like this: > <dependency> > <groupId>com.jme3</groupId> > <artifactId>jMonkeyEngine3</artifactId> > <version>3</version> > <scope>system</scope> > <systemPath>${env.JME3_HOME}/jMonkeyEngine3.jar</systemPath> > </dependency> > The integration by m2e into Eclipse and building packages with Maven are > very fine. But in Eclipse there are no sources nor javadoc available without > manipulations by hand. I'm looking for an automatic solution. > > Is there a way? > > Thanks, Klaus > >
