Why are Maven Goals not added by IntelliJ?
        Posted  
        
            by Jasper
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Jasper
        
        
        
        Published on 2010-04-01T17:55:42Z
        Indexed on 
            2010/05/07
            10:18 UTC
        
        
        Read the original article
        Hit count: 312
        
I have produced a new Maven Project from gae-archetype-gwt from within IntelliJ, and everything is generated well, but the gae:... goals won't show up in the Maven View, and if I try to update Repository Indices, apart from the local repository I get errors only. When I run gae:unpack from terminal, everything works fine. Im running Ubuntu 10.04 Beta 1 and am using open-jdk, for which IntelliJ is also configured.
UPDATE: WORKS FINE WITH UBUNTU 10.04 FINAL + JDK FROM PARTNER REPOSITORY
© Stack Overflow or respective owner