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.
如果我使用“mvn compile”和“mvn install”之类的命令行命令,我会在目标目录下看到一个 jar 文件。
但是,如果我使用 m2e 插件从 Eclipse 构建相同的项目,我看不到 jar 文件,而只看到目标目录下的编译类目录,但它们是空的。对这个问题有任何见解吗?
除非您要求,否则 m2e 不会构建 jar。(一个例外是当您将它与某些连接器一起使用来开发 OSGi 捆绑包时,但我假设您不是。)
要构建一个罐子: