Ice grid plugin for maven

545 Views Asked by At

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

1

There are 1 best solutions below

1
On BEST ANSWER

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.