Results 1 to 2 of 2

Thread: Do you have to use Maven with STS?

  1. #1
    Join Date
    Feb 2010
    Posts
    4

    Default Do you have to use Maven with STS?

    I'm assuming the question is no... just wanted to confirm.

    I'm new to STS and even somewhat new to using Spring, but under Spring 2.5 under Eclipse I'd had a pretty smooth experience but so far under STS with Spring 3 I've been a little confused by trying to do some examples that all seem to use Maven and I'm getting errors all over that I can't quite understand.

    I'm new to Maven I know I just need to go do some reading and I'd understand better the errors, but more significantly my group at work is just adopting Spring and we're used to using ANT for builds if Maven has to be used instead of ANT it's an unforeseen part of the learning curve we weren't expecting...

  2. #2
    Join Date
    Aug 2004
    Location
    Duesseldorf, Germany
    Posts
    1,210

    Default

    dcruse,

    you're certainly not required to use Maven when using STS or Spring for that matter. Most of the sample or template projects use Maven for build and also for dependency management which makes it easy to ship samples without bundling all the dependencies.

    What kind of errors are you getting from the Maven sample projects? Do those occur in STS or also when building from the command line.

    Regards, Christian
    Christian Dupuis
    SpringSource, a division of VMware
    Lead, SpringSource Tools Team
    http://www.springsource.com
    http://twitter.com/cdupuis

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •