1. 08 Jul, 2013 7 commits
  2. 05 Jul, 2013 4 commits
  3. 01 Jul, 2013 3 commits
  4. 21 Jun, 2013 1 commit
    • Phillip Webb's avatar
      Add setup profile · 56bfa30b
      Phillip Webb authored
      Add a setup profile allowing the maven plugin to be build alone.
      Required to prevent 'unresolveable build extension' errors on a
      fresh checkout.
      
      Issue: #52091115
      56bfa30b
  5. 20 Jun, 2013 4 commits
    • Phillip Webb's avatar
      Merge pull request #6 from gregturn/BS-157 · 51f312f7
      Phillip Webb authored
      # By Greg Turnquist
      * BS-157:
        Add MultipartAutoConfigure to spring.factories
      51f312f7
    • Greg Turnquist's avatar
      Add MultipartAutoConfigure to spring.factories · db05637e
      Greg Turnquist authored
      Update META-INF/spring.factories to include MultipartAutoConfigure.
      Also tweaked the class @Conditionals and Javadoc.
      
      Issue: BS-157
      db05637e
    • Phillip Webb's avatar
      Migrate to bootstrap maven plugin · 665d07ad
      Phillip Webb authored
      Migrate certain samples to make use of the new bootstrap maven plugin
      
      Issue: #52091115
      665d07ad
    • Phillip Webb's avatar
      Develop bootstrap maven plugin · 19b392bb
      Phillip Webb authored
      Develop a maven plugin that can be used to package executable jar/war
      archives. The plugin is intended to be used as a drop-in replacement
      for the standard maven-jar-plugin. To use the plugin declare it with
      <extensions>true</extensions> then set the project type to
      'executable-jar' or 'executable-war'.
      
      Configuration options for 'executable-war' generation are intentionally
      much more limited then the standard maven-war-plugin (for example
      overlays are not supported). It is anticipated that builds requiring
      complex configuration will continue to use the standard plugin in
      combination with a custom assembly.
      
      Issue: #52091115
      19b392bb
  6. 18 Jun, 2013 3 commits
  7. 17 Jun, 2013 3 commits
  8. 15 Jun, 2013 2 commits
  9. 14 Jun, 2013 2 commits
  10. 13 Jun, 2013 3 commits
  11. 12 Jun, 2013 8 commits