Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-users] JAR used by WTP contains source code instead of classes

Hi,

I have a WAR project and a JAR project it depends on.
From some reason, the deployed jar in the lib folder in wtpwebapps/myapp.war/WEB-INF/lib, contains the source code (java files) instead of the class files.

It has the following sttructure:
main/java/com/..../aaa.java
...
main/resources/....

This looks like a serious bug by the WTP connector for M2E.

Does anyone knows a way around this?


Asaf


Back to the top