playframework / playframework/play-soap
SBT can't import "play-soap-plugin"
Nobody has claimed this yet.
- Dominant language
- Scala
- Stars
- 37
- Forks
- 24
- Avg merge
- 4h 7m
- Merged PRs (30d)
- 2
Description
Adding play-soap-plugin to a project via SBT as suggested in the docs:
libraryDependencies ++= Seq("com.typesafe.play" % "play-soap-plugin" % "2.0.0")
does not work.
[error] Not found
[error] Not found
[error] not found: C:\Users\613888453\.ivy2\localcom.typesafe.play\play-soap-plugin\2.0.0\ivys\ivy.xml
[error] not found: https://repo1.maven.org/maven2/com/typesafe/play/play-soap-plugin/2.0.0/play-soap-plugin-2.0.0.pom
https://repo1.maven.org/maven2/com/typesafe/play/play-soap-plugin indeed doesn't exist. Maybe I should source it from elsewhere? Anything I might be doing wrong here should probably be part of the documentation, I think.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by checking the documentation entry that recommends the play-soap-plugin dependency and verify whether com.typesafe.play:play-soap-plugin:2.0.0 exists in the referenced repository. Confirm the correct source or dependency coordinates, then update the documentation so the example resolves successfully with SBT.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- scala
- Domain
- api
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100