Skip to content

Wiki build instructions for local Maven repo are outdated #23517

Closed
@jlawrynowicz

Description

@jlawrynowicz

Affects: project wiki / 5.2.0.BUILD-SNAPSHOT


Commit 7ce1f5e (related to #23282) changes gradle task used for pushing artifacts to local maven repository, making instructions on project wiki obsolete:

https://github.com/spring-projects/spring-framework/wiki/Build-from-Source

./gradlew install -x javadoc

results in Task 'install' not found in root project 'spring'. error. Correct comand is:

./gradlew publishToMavenLocal -x javadoc

This change is not compatible with branches 5.1.x and earlier, so perhaps wiki article should be expanded to reflect that or install task should be restored to preserve old behavior.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions