0 Replies Latest reply on Oct 5, 2009 5:45 AM by dschulten

    Issues with Maven support in JBoss Tools M3

    dschulten

      Hi,

      when I create a Seam Web Project with JBoss Tools 3.1 M3 as shown here:
      http://www.screencast.com/users/Snjeza/folders/Jing/media/3d61f7d6-0fad-4e3b-83cf-6fb23ad020c4

      then only three projects are created (testmaven-parent, testmaven-test and a testmaven war project) rather than five; in other words, the -ejb and the -ear project are missing.

      Furthermore, in the parent pom I had to add the dependency to mvel14 with version property:

      org.mvel
      mvel14 ${mvel.version}


      Has anyone had the same problem? What can be the reason for this behaviour?