- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Adding dependency on jline to compiler pom
Does anyone have any reason why we should *not* add the jline artifact as a dependency of scala-compiler from 2.8.0 on? I believe it's an optional dependency, but adding it in the pom will make life easier for maven-repo-aware dependency managers.
-Josh
-Josh










Re: [maven-and-scala] Adding dependency on jline to compiler pom
note : maven-scala-plugin 2.11-SNAPSHOT add jline in the classpath when calling scala:console (useless in other case)
On Wed, Jun 10, 2009 at 14:59, Josh Suereth <joshua [dot] suereth [at] gmail [dot] com> wrote: