4 Replies Latest reply on Sep 10, 2009 10:24 AM by ataylor

    Question about Maven Blog Post...

    clebert.suconic

      I was reading the maven blog post now:

      http://hornetq.blogspot.com/2009/09/hornetq-simple-example-using-maven.html



      (nice post BTW)

      I don't know much about maven.. but I was wondering about this... I was wondering.. if it wouldn't be possible to specify a single group.. something like:

      # <dependency>
      # <groupId>org.hornetq</groupId>
      # <artifactId>hornetq-group</artifactId>
      # <version>2.0.0.BETA5</version>
      # <scope>compile</scope>
      # </dependency>





      Something that would bring up all the other dependencies? So.. when we move to BETA6,... GA... when the dependencies move, the user would have a single place to change this.