Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找一种在 Maven 构建过程中自动验证我的 JS 代码的方法。我发现的项目之一是 JSlint4Java。不幸的是,我发现它只适用于 Maven 3。
您可以尝试使用 JSHint 的 Wro4j。它在我的项目中效果很好。
https://code.google.com/p/wro4j/
好吧,我对maven没有任何看法。但 Hudson 构建工具也与 JSLint 集成。也许您可以与构建服务器集成