> I know the class "com.sun.mirror.apt.AnnotationProcessorFactory" is in the 
> tools.jar so I've add the dependency in the pom.xml as follow:
>
>             <systemPath>C:/Program 
> Files/Java/jdk1.7.0/lib/tools.jar</systemPath>
>
> As I run mvn dependency:build-classpath to check the included jars I can see 
> the tools.jar in included.

You probably don't want this in your build classpath but perhaps added
to the classpath of the jaxws plugin, right? Move the dependency there
and try again with mvn -X to see the full classpath used for that
plugin execution.

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to