Does anyone know if there is an Ice grid plugin for Maven2?
Currently I will have to call an Ant task from Maven as follows:
http://maven.apache.org/plugins/maven-antrun-plugin/usage.html
Does anyone know if there is an Ice grid plugin for Maven2?
Currently I will have to call an Ant task from Maven as follows:
http://maven.apache.org/plugins/maven-antrun-plugin/usage.html
According to the is there a Ice Maven Integration thread on the ZeroC forums:
There is no official plugin for integrate Ice with Maven, you can use ant and slice2java ant task. I not Maven expert but seems that maven could run ant task Maven AntRun Plugin - Usage
And to my knowledge, there is no unofficial support too.