Maven compile mixed Java + Groovy 1.7 project, using gmaven-plugin

前端 未结 3 477
既然无缘
既然无缘 2020-12-05 04:39

As per the top two answers in: maven dependencies groovy. I\'m trying to compile a mixed Java 6 + Groovy project with Maven, using the GMaven-plugin from org.codehaus.gmaven

3条回答
  •  北海茫月
    2020-12-05 05:11

    That works for me as well with one small addition:

            
                org.apache.maven.plugins
                maven-compiler-plugin
                
                    1.5
                    1.5
                
            
    

    Maybe there is a way to make this the default?

提交回复
热议问题