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.
我使用 cxf maven 插件为 Web 服务生成类。我想知道我为哪个目录指定<sourceRoot>.
<sourceRoot>
将生成的类放入其中是一种好习惯${basedir}\target\classes吗?
${basedir}\target\classes
这是文档的摘录:
默认情况下,codegen 插件遵循 Maven 约定“target/generated-sources/cxf”作为生成类的输出文件夹。您可以使用如下所示覆盖此值,但请注意,这通常不是必需的,
所以换句话说,不需要覆盖它。只需遵守约定。