1 Reply Latest reply on Dec 29, 2009 8:08 AM by aslak

    Maven build issue?

    pgmjsd

      I've been trying to make my spike of Embedded AS work on WinDoze this morning and I ran into a small snag.  Here's my setup:

      • WinDoze XP
      • IDEA 9.0
      • Maven 2.0.10
      • JDK 1.6

       

      The configuration for the compiler plugin seemed to not work when running Maven from IDEA.  This prevented me from runing 'install' on 'JBoss Embedded AS aggregator' because it kept saying 'javac is not a command'.  I fixed that by commenting out all the configuration for the maven-compiler-plugin, just leaving "<soruce>1.6</source><target>1.6</target>".

       

      Seems to be compiling now.