Skip to content

martinprobson/scala_maven_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Maven Project for Scala

Introduction

This archive contains an example Maven project for Scala.

Details

The pom.xml contains example dependencies for : -

  • SLF4J
  • LOG4J (acts as logging implementation for SLF4J)
  • grizzled-slf4 a Scala specific wrapper for SLF4J.
  • Junit for testing

Note that Scala itself is just listed as another dependency which means a global installation of Scala is not required. The pom.xml builds an uber-jar containing all the dependencies by default (including Scala jars) and also includes an exec:java goal to run the code.

Reference

Maven for scala link

About

Example simple Scala Maven project - see README

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages