Michael Guyver wrote:
> Hi there,
> 
> I'm experiencing some very very strange behaviour in my project. The
> mvn compile goal is somehow generating/unpacking the following files
> into my target/classes directory:
> 
> javax/servlet/ServletRequest.class
> javax/servlet/RequestDispatcher.class
> javax/servlet/ServletContext.class
> javax/servlet/ServletResponse.class
> javax/servlet/ServletInputStream.class
> javax/servlet/ServletException.class
> javax/servlet/Servlet.class
> javax/servlet/ServletConfig.class
> javax/servlet/http/HttpServletRequest.class
> javax/servlet/http/Cookie.class
> javax/servlet/http/HttpSession.class
> javax/servlet/http/HttpSessionContext.class
> javax/servlet/http/HttpServletResponse.class
> javax/servlet/ServletOutputStream.class
> 
> I'm at a loss as to how these are getting there.

Hi Michael,

Investigate the possibility that .java *source* files corresponding to
those classes somehow exist in one of your dependency jar files. I've
occasionally encountered weirdness where in such a circumstance, those
.java files can get compiled into target/classes as well.

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to