Hi Everyone,
I have one more question. I get the following error with the
axistools-maven-plugin admin goal.
Cause: Cannot assign configuration entry 'inputFiles' to 'class
java.util.ArrayList' from 'deploy.wsdd', which is of type class
java.lang.String
Does anyone know why I'm getting this error? Here is a piece of my
pom.xml.
<execution>
<id>admin</id>
<configuration>
<inputFiles>{deploy.wsdd}</inputFiles>
<isServerConfig>true</isServerConfig>
</configuration>
<goals>
<goal>admin</goal>
</goals>
</execution>
Thanks for your help,
David