Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-users] Download sources flag

Hi all,

Steps to reproduce:
1) Install flag in the Maven prefs "Download Artifact Sources"
2) Remove m2 repo (/.m2/repository)
3) Restart eclipse

I am able to see maven-artifact in my repo:
m2/repository/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.jar

But there is no sources where and because of that "Sources Not Found" exception throws when I am trying to open any class from this plug-in (for example, org.apache.maven.artifact.Artifact)

Also I am able to download source manually from maven central repo and attach them. How can I do it through IDE?

My env:
1) Eclipse for RCP and RAP Developers, 
Version: Indigo Service Release 2
Build id: 20120216-1857
2) m2e - Maven Integration for Eclipse 1.2.0.20120903-1050 org.eclipse.m2e.feature.feature.group Eclipse.org - m2e

Thanks,
Igor

Back to the top