Git Product home page Git Product logo

scala-archetype-simple's Introduction

usage from cli :

  • interactive Mode (select scala-archetype-simple and response to questions) :

      mvn archetype:generate
    
  • non interactive / batch (change info in the last line) :

      mvn archetype:generate -B \
        -DarchetypeGroupId=net.alchim31.maven -DarchetypeArtifactId=scala-archetype-simple -DarchetypeVersion=1.5 \
        -DgroupId=com.company -DartifactId=project -Dversion=0.1-SNAPSHOT -Dpackage=com.company
    
  • example compile/run (run 'mvn scala:help' for full command list) :

      mvn scala:compile
    
      mvn scala:run -DmainClass=com.company.App
    

Changes:

1.6

  • change license for Unlicense to CC0 (always Public Domain)
  • upgrade version of scala, librairies, plugins

1.5

  • upgrade of scala 2.10.0
  • upgrade version of Specs(2), ScalaTest, Surefire, scala-maven-plugin

1.4

  • move to sonatype for hosting
  • change groupId to net.alchim31.maven
  • upgrade version of scala to 2.9.2, version of JUnit, Specs(2) and ScalaTest

1.3

  • upgrade to scala 2.8.0 (as default)
  • upgrade version of Specs and ScalaTest
  • provide sample of Specs and ScalaTest runnable from maven and eclipse (at least)

Have fun!

scala-archetype-simple's People

Contributors

davidb avatar arun-rama avatar brandon-arnold avatar jdevelop avatar riverma avatar etorreborre avatar

Watchers

Emir Muñoz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.