GitXplorerGitXplorer
j

scala-mojo-support

public
20 stars
10 forks
7 issues

Commits

List of commits on branch master.
Unverified
3f8ee9816f670d925ef153af57f0b20785a7f312

Merge pull request #24 from jsuereth/wip/travis-ci

jjsuereth committed 10 years ago
Unverified
ae725508a2f319dac98da47d8dad107e08f14011

Fix travis build to do what it did before, but with correct flags.

jjsuereth committed 10 years ago
Unverified
13f3c45c694b19a0cd8f4546611898ffc56f27a6

Another attempt to fix travis build.

jjsuereth committed 10 years ago
Unverified
7c0b30b762c0f5a4410bec58fedc87d4358fbc2d

Fix travis to disable GPG signing.

jjsuereth committed 10 years ago
Unverified
9e329e8f33e87866f28e8b5b395347ca8b97e6aa

upgrade to new travis infrastructure.

jjsuereth committed 10 years ago
Unverified
d08215132a2b04c5780c1d57dd2ad362e292a457

Dummy commit to kick off travis.

jjsuereth committed 10 years ago

README

The README file for this repository.

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>