-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Source jars missing from maven repository [SPR-3971] #8651
Copy link
Copy link
Closed
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)in: dataIssues in data modules (jdbc, orm, oxm, tx)Issues in data modules (jdbc, orm, oxm, tx)in: messagingIssues in messaging modules (jms, messaging)Issues in messaging modules (jms, messaging)in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: documentationA documentation taskA documentation tasktype: enhancementA general enhancementA general enhancement
Milestone
Metadata
Metadata
Assignees
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)in: dataIssues in data modules (jdbc, orm, oxm, tx)Issues in data modules (jdbc, orm, oxm, tx)in: messagingIssues in messaging modules (jms, messaging)Issues in messaging modules (jms, messaging)in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: documentationA documentation taskA documentation tasktype: enhancementA general enhancementA general enhancement
Type
Fields
Give feedbackNo fields configured for issues without a type.
Patrick Crocker opened SPR-3971 and commented
The Maven Central repository DOES have the '-sources.jar' for the full spring dependency:
http://repo1.maven.org/maven2/org/springframework/spring/2.0.7/spring-2.0.7-sources.jar
Central Maven repository does NOT contain the '-sources.jar' as expected for the following modules:
http://repo1.maven.org/maven2/org/springframework/spring-agent/2.0.7/
http://repo1.maven.org/maven2/org/springframework/spring-aop/2.0.7/
http://repo1.maven.org/maven2/org/springframework/spring-aspects/2.0.7/
http://repo1.maven.org/maven2/org/springframework/spring-beans/2.0.7/
http://repo1.maven.org/maven2/org/springframework/spring-context/2.0.7/
http://repo1.maven.org/maven2/org/springframework/spring-core/2.0.7/
http://repo1.maven.org/maven2/org/springframework/spring-dao/2.0.7/
http://repo1.maven.org/maven2/org/springframework/spring-hibernate2/2.0.7/
http://repo1.maven.org/maven2/org/springframework/spring-hibernate3/2.0.7/
http://repo1.maven.org/maven2/org/springframework/spring-ibatis/2.0.7/
http://repo1.maven.org/maven2/org/springframework/spring-jca/2.0.7/
http://repo1.maven.org/maven2/org/springframework/spring-jdbc/2.0.7/
http://repo1.maven.org/maven2/org/springframework/spring-jdo/2.0.7/
http://repo1.maven.org/maven2/org/springframework/spring-jms/2.0.7/
http://repo1.maven.org/maven2/org/springframework/spring-jmx/2.0.7/
http://repo1.maven.org/maven2/org/springframework/spring-jpa/2.0.7/
http://repo1.maven.org/maven2/org/springframework/spring-mock/2.0.7/
http://repo1.maven.org/maven2/org/springframework/spring-portlet/2.0.7/
http://repo1.maven.org/maven2/org/springframework/spring-remoting/2.0.7/
http://repo1.maven.org/maven2/org/springframework/spring-struts/2.0.7/
http://repo1.maven.org/maven2/org/springframework/spring-support/2.0.7/
http://repo1.maven.org/maven2/org/springframework/spring-tomcat-weaver/2.0.7/
http://repo1.maven.org/maven2/org/springframework/spring-toplink/2.0.7/
http://repo1.maven.org/maven2/org/springframework/spring-web/2.0.7/
http://repo1.maven.org/maven2/org/springframework/spring-webmvc/2.0.7/
Affects: 2.0.7
2 votes, 2 watchers