Hi, I just checkout to the develop branch and want to run the project in IDEA.
However, the IDEA says, class not found Class: RequirePcap Location: org.apache.plc4x.java.utils.rawsockets.netty.RawSocketChannelTest Actually, I can indeed find the RequirePcap source code from the repo. I tried to run `mvn generate-sources` but it does not work. Then I tried to run `mvn package -DskipTests`. Fortunately, it works. After running the command, I can execute example codes in IDEA. My question is, can we avoid to let new developers/users run the command? (or leave the tips in a conspicuous place). Best, ----------------------------------- Xiangdong Huang School of Software, Tsinghua University 黄向东 清华大学 软件学院
