打包问题
本帖最后由 欢乐树 于 2024-8-30 09:53 编辑我加了个接口想单独打包x.organization.assemble.authentication模块,maven提示这些,是什么原因呀。。
找不到符号,都是entity.xxx_下划线这个,
还有这个Could not find artifact o2oa:x_base_core_project:pom:7.0 in aliyunmaven (https://maven.aliyun.com/repository/public)
'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ line 123, column 12
Some problems were encountered while building the effective model for o2oa:x_organization_assemble_express:war:7.0
'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ line 138, column 12
Some problems were encountered while building the effective model for o2oa:x_organization_assemble_personal:war:7.0
'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ line 124, column 12
Some problems were encountered while building the effective model for o2oa:x_portal_assemble_designer:war:7.0
'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ line 123, column 12
Some problems were encountered while building the effective model for o2oa:x_portal_assemble_surface:war:7.0
'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ line 135, column 12
Some problems were encountered while building the effective model for o2oa:x_processplatform_assemble_bam:war:7.0
'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ line 131, column 12
Some problems were encountered while building the effective model for o2oa:x_processplatform_assemble_designer:war:7.0
'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ line 152, column 12
Some problems were encountered while building the effective model for o2oa:x_processplatform_assemble_surface:war:7.0
'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ line 168, column 12
Some problems were encountered while building the effective model for o2oa:x_processplatform_service_processing:war:7.0
'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ line 141, column 12
Some problems were encountered while building the effective model for o2oa:x_query_assemble_designer:war:7.0
'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ line 147, column 12
Some problems were encountered while building the effective model for o2oa:x_query_assemble_surface:war:7.0
'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ line 147, column 12
Some problems were encountered while building the effective model for o2oa:x_query_service_processing:war:7.0
'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: o2oa:x_query_core_entity:jar -> duplicate declaration of version (?) @ line 27, column 15
'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ line 147, column 12
Some problems were encountered while building the effective model for o2oa:x_program_center:war:7.0
'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ line 168, column 12
Some problems were encountered while building the effective model for o2oa:x_console:jar:7.0
'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ line 106, column 12
Some problems were encountered while building the effective model for o2oa:x_imut_syn_unit:war:7.0
'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ line 206, column 21
It is highly recommended to fix these problems because they threaten the stability of your build.
For this reason, future Maven versions might no longer support building such malformed projects.
你首先需要经过一次全局打包即在o2server目录下执行mvn install,然后才可以对单个应用修改后打包 启蒙星 发表于 2024-8-30 14:08
你首先需要经过一次全局打包即在o2server目录下执行mvn install,然后才可以对单个应用修改后打包 ...
这次好了, 我把我的maven的仓库地址D/pro/worksxx从我自定义的地方,换成了默认的c盘的.m2/xxx就好了。但是那些带下换线的实体类还是爆红,这是什么原因呀。。 带下划线的实体类是编译以后生成的
页:
[1]