1. 27 11月, 2013 31 次提交
  2. 25 11月, 2013 1 次提交
  3. 23 11月, 2013 1 次提交
  4. 22 11月, 2013 1 次提交
  5. 21 11月, 2013 1 次提交
    • O
      Ignore worksheet directory · 4462ee9f
      Oliver Schrenk 提交于
      Since Scala IDE V3.0 has worksheets which are like a REPL session on steroids. For the worksheet to function `*.scala` files get created in a hidden `.worksheet` directory. As these are auto-generated the directory should be ignored.
      4462ee9f
  6. 19 11月, 2013 1 次提交
  7. 16 11月, 2013 1 次提交
    • O
      Ignore files created by maven-release-plugin · f2656a47
      Oliver Schrenk 提交于
      Maven Release Plugin provides a standard mechanism to release project 
      artifacts.
      
      During the various phases of the execution the plugin create various 
      files, especially if you do a dry run that allows you to see the changes
      that the plugin will perform on your pom files
      
      	mvn release:prepare -D dryRun=true
      
      It will create
      
      - `release.properties` - copy of the properties to be used
      - `pom.xml.releaseBackup` - the pom.xml prior to any changes
      - `pom.xml.tag` - the pom.xml as it will look when tagged
      - `pom.xml.next` - the pom.xml as it will look for the next iteration
      f2656a47
  8. 14 11月, 2013 3 次提交