Skip to content

jsuereth/scala-mojo-support

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SCALA mojo support

Write maven plugins in Scala.

See documentation site

Stable version (Scala 2.10):

<dependency>
  <groupId>com.jsuereth</groupId>
  <artifactId>scala-mojo-support_2.10</artifactId>
  <version>0.5</version>
</dependency>

Development version (Scala 2.11):

<dependency>
  <groupId>com.jsuereth</groupId>
  <artifactId>scala-mojo-support_2.11</artifactId>
  <version>0.5.1-SNAPSHOT</version>
</dependency>

About

Helper to create maven mojo projects in the Scala languages

Resources

License

Stars

Watchers

Forks

Packages

No packages published