1. 12 12月, 2021 1 次提交
  2. 20 8月, 2019 1 次提交
  3. 19 6月, 2018 1 次提交
  4. 08 4月, 2018 1 次提交
  5. 16 2月, 2017 1 次提交
  6. 04 1月, 2017 1 次提交
  7. 27 11月, 2015 1 次提交
  8. 14 5月, 2015 1 次提交
  9. 03 4月, 2015 1 次提交
    • T
      Update Maven.gitignore · 57faa80a
      Tushar Kapila 提交于
      Else sub projects (main dir has sub dirs with own pom files - sub modules) targets are not ignored.
      57faa80a
  10. 30 3月, 2015 1 次提交
  11. 03 3月, 2015 1 次提交
    • M
      Add buildNumber.properties · 5d55d5cd
      Mike Duigou 提交于
      The popular build plugin org.codehaus.mojo:buildnumber-maven-plugin stores the build number it managers in a file named buildNumber.properties.
      5d55d5cd
  12. 18 2月, 2015 1 次提交
  13. 31 3月, 2014 1 次提交
  14. 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
  15. 15 3月, 2013 1 次提交
  16. 09 11月, 2010 1 次提交