In my project i have a user library that contains all the necessary libs for running the arquillian junit test and it works perfectly within the IDE. The problem now is, that the Test classes would be packaged with my main application, causing a ClassNotFoundException, because the arquillian libs are not available. Can i exclude my test classes somehow from the packaging or do I have to move my tests to a different project that is not part of my main application?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|