maven 编译报错,急救~~~

发布于 2021-11-25 15:24:10 字数 2332 浏览 893 评论 11

D:devJavajdk1.8.0_66binjava -Dmaven.multiModuleProjectDirectory=D:devIdeaProjectsjhopejhope.core -Dmaven.home=D:devapache-maven-3.3.9 -Dclassworlds.conf=D:devapache-maven-3.3.9binm2.conf -Didea.launcher.port=7538 "-Didea.launcher.bin.path=D:devJetBrainsIntelliJ IDEA 15.0.2bin" -Dfile.encoding=UTF-8 -classpath "D:devapache-maven-3.3.9bootplexus-classworlds-2.5.2.jar;D:devJetBrainsIntelliJ IDEA 15.0.2libidea_rt.jar" com.intellij.rt.execution.application.AppMain org.codehaus.classworlds.Launcher -Didea.version=15.0.2 -s D:devapache-maven-3.3.9confsettings.xml org.apache.maven.plugins:maven-install-plugin:2.4:install

[INFO] Scanning for projects...

[INFO]                                                                         

[INFO] ------------------------------------------------------------------------

[INFO] Building jhope.core 1.0-SNAPSHOT

[INFO] ------------------------------------------------------------------------

[INFO] 

[INFO] --- maven-install-plugin:2.4:install (default-cli) @ jhope.core ---

[INFO] ------------------------------------------------------------------------

[INFO] BUILD FAILURE

[INFO] ------------------------------------------------------------------------

[INFO] Total time: 0.475 s

[INFO] Finished at: 2016-02-28T00:31:50+08:00

[INFO] Final Memory: 8M/245M

[INFO] ------------------------------------------------------------------------

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.4:install (default-cli) on project jhope.core: The packaging for this project did not assign a file to the build artifact -> [Help 1]

[ERROR] 

[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.

[ERROR] Re-run Maven using the -X switch to enable full debug logging.

[ERROR] 

[ERROR] For more information about the errors and possible solutions, please read the following articles:

[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

Process finished with exit code 1

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(11

牵你的手,一向走下去 2021-12-02 01:06:03

我用的 Idea 的就是不行,后面 我自己下载了一个 maven helper 的插件 就可以了

看透却不说透 2021-12-02 01:05:23

回复
idea 中你没有特别说明,maven install 时 会默认跑所有的goal

水水月牙 2021-12-02 01:04:54

@老鱼的饵 谢过,goal 研究一下

居里长安 2021-12-02 01:04:35

mvn clean install:install 和 mvn clean install 是不同的命令

输什么也不输骨气 2021-12-02 01:03:23

恩是啊 maven 没有 用到

浅沫记忆 2021-12-02 00:49:15

查看一下pom文件里面是不是少了<build>标签?

只为守护你 2021-12-02 00:06:27

看着好昏,还说是刚入门,一看就是大神的作风啊

甜扑 2021-12-01 23:02:06

去你的maven下载的responsitory中把maven-install插件删掉 maven update

墨洒年华 2021-12-01 22:31:31

大神,刚刚入门maven 不懂,求解

柒夜笙歌凉 2021-11-30 02:20:40

Maven报错慌什么,error里不是都告诉你了吗
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.4:install (default-cli) on project jhope.core: The packaging for this project did not assign a file to the build artifact -> [Help 1]

org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.4:install (default-cli) on project jhope.core: The packaging for this project did not assign a file to the build artifact

at 

自此以后,行同陌路 2021-11-28 16:03:33

D:devJavajdk1.8.0_66binjava -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:62590,suspend=y,server=n -Dmaven.multiModuleProjectDirectory=D:devIdeaProjectsjhopejhope.core -Dmaven.home=D:devapache-maven-3.3.9 -Dclassworlds.conf=D:devapache-maven-3.3.9binm2.conf -Dfile.encoding=UTF-8 -classpath "D:devapache-maven-3.3.9bootplexus-classworlds-2.5.2.jar;D:devJetBrainsIntelliJ IDEA 15.0.2libidea_rt.jar" org.codehaus.classworlds.Launcher -Didea.version=15.0.2 --debug -s D:devapache-maven-3.3.9confsettings.xml install:install

Connected to the target VM, address: '127.0.0.1:62590', transport: 'socket'

Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-11T00:41:47+08:00)

Maven home: D:devapache-maven-3.3.9

Java version: 1.8.0_66, vendor: Oracle Corporation

Java home: D:devJavajdk1.8.0_66jre

Default locale: zh_CN, platform encoding: UTF-8

OS name: "windows 10", version: "10.0", arch: "amd64", family: "dos"

[DEBUG] Created new class realm maven.api

[DEBUG] Importing foreign packages into class realm maven.api

[DEBUG]   Imported: javax.enterprise.inject.* < plexus.core

[DEBUG]   Imported: javax.enterprise.util.* < plexus.core

[DEBUG]   Imported: javax.inject.* < plexus.core

[DEBUG]   Imported: org.apache.maven.* < plexus.core

[DEBUG]   Imported: org.apache.maven.artifact < plexus.core

[DEBUG]   Imported: org.apache.maven.classrealm < plexus.core

[DEBUG]   Imported: org.apache.maven.cli < plexus.core

[DEBUG]   Imported: org.apache.maven.configuration < plexus.core

[DEBUG]   Imported: org.apache.maven.exception < plexus.core

[DEBUG]   Imported: org.apache.maven.execution < plexus.core

[DEBUG]   Imported: org.apache.maven.execution.scope < plexus.core

[DEBUG]   Imported: org.apache.maven.lifecycle < plexus.core

[DEBUG]   Imported: org.apache.maven.model < plexus.core

[DEBUG]   Imported: org.apache.maven.monitor < plexus.core

[DEBUG]   Imported: org.apache.maven.plugin < plexus.core

[DEBUG]   Imported: org.apache.maven.profiles < plexus.core

[DEBUG]   Imported: org.apache.maven.project < plexus.core

[DEBUG]   Imported: org.apache.maven.reporting < plexus.core

[DEBUG]   Imported: org.apache.maven.repository < plexus.core

[DEBUG]   Imported: org.apache.maven.rtinfo < plexus.core

[DEBUG]   Imported: org.apache.maven.settings < plexus.core

[DEBUG]   Imported: org.apache.maven.toolchain < plexus.core

[DEBUG]   Imported: org.apache.maven.usability < plexus.core

[DEBUG]   Imported: org.apache.maven.wagon.* < plexus.core

[DEBUG]   Imported: org.apache.maven.wagon.authentication < plexus.core

[DEBUG]   Imported: org.apache.maven.wagon.authorization < plexus.core

[DEBUG]   Imported: org.apache.maven.wagon.events < plexus.core

[DEBUG]   Imported: org.apache.maven.wagon.observers < plexus.core

[DEBUG]   Imported: org.apache.maven.wagon.proxy < plexus.core

[DEBUG]   Imported: org.apache.maven.wagon.repository < plexus.core

[DEBUG]   Imported: org.apache.maven.wagon.resource < plexus.core

[DEBUG]   Imported: org.codehaus.classworlds < plexus.core

[DEBUG]   Imported: org.codehaus.plexus.* < plexus.core

[DEBUG]   Imported: org.codehaus.plexus.classworlds < plexus.core

[DEBUG]   Imported: org.codehaus.plexus.component < plexus.core

[DEBUG]   Imported: org.codehaus.plexus.configuration < plexus.core

[DEBUG]   Imported: org.codehaus.plexus.container < plexus.core

[DEBUG]   Imported: org.codehaus.plexus.context < plexus.core

[DEBUG]   Imported: org.codehaus.plexus.lifecycle < plexus.core

[DEBUG]   Imported: org.codehaus.plexus.logging < plexus.core

[DEBUG]   Imported: org.codehaus.plexus.personality < plexus.core

[DEBUG]   Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core

[DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core

[DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core

[DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core

[DEBUG]   Imported: org.eclipse.aether.* < plexus.core

[DEBUG]   Imported: org.eclipse.aether.artifact < plexus.core

[DEBUG]   Imported: org.eclipse.aether.collection < plexus.core

[DEBUG]   Imported: org.eclipse.aether.deployment < plexus.core

[DEBUG]   Imported: org.eclipse.aether.graph < plexus.core

[DEBUG]   Imported: org.eclipse.aether.impl < plexus.core

[DEBUG]   Imported: org.eclipse.aether.installation < plexus.core

[DEBUG]   Imported: org.eclipse.aether.internal.impl < plexus.core

[DEBUG]   Imported: org.eclipse.aether.metadata < plexus.core

[DEBUG]   Imported: org.eclipse.aether.repository < plexus.core

[DEBUG]   Imported: org.eclipse.aether.resolution < plexus.core

[DEBUG]   Imported: org.eclipse.aether.spi < plexus.core

[DEBUG]   Imported: org.eclipse.aether.transfer < plexus.core

[DEBUG]   Imported: org.eclipse.aether.version < plexus.core

[DEBUG]   Imported: org.slf4j.* < plexus.core

[DEBUG]   Imported: org.slf4j.helpers.* < plexus.core

[DEBUG]   Imported: org.slf4j.spi.* < plexus.core

[DEBUG] Populating class realm maven.api

[INFO] Error stacktraces are turned on.

[DEBUG] Reading global settings from D:devapache-maven-3.3.9confsettings.xml

[DEBUG] Reading user settings from D:devapache-maven-3.3.9confsettings.xml

[DEBUG] Reading global toolchains from D:devapache-maven-3.3.9conftoolchains.xml

[DEBUG] Reading user toolchains from C:Usersdev.m2toolchains.xml

[DEBUG] Using local repository at d:.m2repository

[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for d:.m2repository

[INFO] Scanning for projects...

[DEBUG] Extension realms for project jhope:jhope.core:jar:1.0-SNAPSHOT: (none)

[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]

[DEBUG] Resolving plugin prefix install from [org.apache.maven.plugins, org.codehaus.mojo]

[DEBUG] Resolved plugin prefix install to org.apache.maven.plugins:maven-install-plugin from POM jhope:jhope.core:jar:1.0-SNAPSHOT

[DEBUG] === REACTOR BUILD PLAN ================================================

[DEBUG] Project: jhope:jhope.core:jar:1.0-SNAPSHOT

[DEBUG] Tasks:   [install:install]

[DEBUG] Style:   Regular

[DEBUG] =======================================================================

[INFO]                                                                         

[INFO] ------------------------------------------------------------------------

[INFO] Building jhope.core 1.0-SNAPSHOT

[INFO] ------------------------------------------------------------------------

[DEBUG] Resolving plugin prefix install from [org.apache.maven.plugins, org.codehaus.mojo]

[DEBUG] Resolved plugin prefix install to org.apache.maven.plugins:maven-install-plugin from POM jhope:jhope.core:jar:1.0-SNAPSHOT

[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]

[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]

[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]

[DEBUG] === PROJECT BUILD PLAN ================================================

[DEBUG] Project:       jhope:jhope.core:1.0-SNAPSHOT

[DEBUG] Dependencies (collect): []

[DEBUG] Dependencies (resolve): []

[DEBUG] Repositories (dependencies): [central (https://repo.maven.apache.org/maven2, default, releases)]

[DEBUG] Repositories (plugins)     : [central (https://repo.maven.apache.org/maven2, default, releases)]

[DEBUG] -----------------------------------------------------------------------

[DEBUG] Goal:          org.apache.maven.plugins:maven-install-plugin:2.4:install (default-cli)

[DEBUG] Style:         Regular

[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>

<configuration>

  <artifact default-value="${project.artifact}"/>

  <attachedArtifacts default-value="${project.attachedArtifacts}"/>

  <createChecksum default-value="false">${createChecksum}</createChecksum>

  <localRepository>${localRepository}</localRepository>

  <packaging default-value="${project.packaging}"/>

  <pomFile default-value="${project.file}"/>

  <skip default-value="false">${maven.install.skip}</skip>

  <updateReleaseInfo default-value="false">${updateReleaseInfo}</updateReleaseInfo>

</configuration>

[DEBUG] =======================================================================

[INFO] 

[INFO] --- maven-install-plugin:2.4:install (default-cli) @ jhope.core ---

[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=1, ConflictMarker.markTime=1, ConflictMarker.nodeCount=38, ConflictIdSorter.graphTime=2, ConflictIdSorter.topsortTime=1, ConflictIdSorter.conflictIdCount=15, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=7, ConflictResolver.conflictItemCount=35, DefaultDependencyCollector.collectTime=395, DefaultDependencyCollector.transformTime=16}

[DEBUG] org.apache.maven.plugins:maven-install-plugin:jar:2.4:

[DEBUG]    org.apache.maven:maven-plugin-api:jar:2.0.6:compile

[DEBUG]    org.apache.maven:maven-project:jar:2.0.6:compile

[DEBUG]       org.apache.maven:maven-settings:jar:2.0.6:compile

[DEBUG]       org.apache.maven:maven-profile:jar:2.0.6:compile

[DEBUG]       org.apache.maven:maven-plugin-registry:jar:2.0.6:compile

[DEBUG]       org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile

[DEBUG]          junit:junit:jar:3.8.1:compile

[DEBUG]          classworlds:classworlds:jar:1.1-alpha-2:compile

[DEBUG]    org.apache.maven:maven-model:jar:2.0.6:compile

[DEBUG]    org.apache.maven:maven-artifact-manager:jar:2.0.6:compile

[DEBUG]       org.apache.maven:maven-repository-metadata:jar:2.0.6:compile

[DEBUG]    org.apache.maven:maven-artifact:jar:2.0.6:compile

[DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0.5:compile

[DEBUG]    org.codehaus.plexus:plexus-digest:jar:1.0:compile

[DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-install-plugin:2.4

[DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-install-plugin:2.4

[DEBUG]   Imported:  < maven.api

[DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-install-plugin:2.4

[DEBUG]   Included: org.apache.maven.plugins:maven-install-plugin:jar:2.4

[DEBUG]   Included: junit:junit:jar:3.8.1

[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0.5

[DEBUG]   Included: org.codehaus.plexus:plexus-digest:jar:1.0

[DEBUG] Configuring mojo org.apache.maven.plugins:maven-install-plugin:2.4:install from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-install-plugin:2.4, parent: sun.misc.Launcher$AppClassLoader@14dad5dc]

[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-install-plugin:2.4:install' with basic configurator -->

[DEBUG]   (f) artifact = jhope:jhope.core:jar:1.0-SNAPSHOT

[DEBUG]   (f) attachedArtifacts = []

[DEBUG]   (f) createChecksum = false

[DEBUG]   (f) localRepository =       id: local

      url: file:///d:/.m2/repository/

   layout: default

snapshots: [enabled => true, update => always]

 releases: [enabled => true, update => always]

[DEBUG]   (f) packaging = jar

[DEBUG]   (f) pomFile = D:devIdeaProjectsjhopejhope.corepom.xml

[DEBUG]   (s) skip = false

[DEBUG]   (f) updateReleaseInfo = false

[DEBUG] -- end configuration --

[INFO] ------------------------------------------------------------------------

[INFO] BUILD FAILURE

[INFO] ------------------------------------------------------------------------

[INFO] Total time: 1.286 s

[INFO] Finished at: 2016-02-28T11:40:00+08:00

[INFO] Final Memory: 8M/245M

[INFO] ------------------------------------------------------------------------

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.4:install (default-cli) on project jhope.core: The packaging for this project did not assign a file to the build artifact -> [Help 1]

org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.4:install (default-cli) on project jhope.core: The packaging for this project did not assign a file to the build artifact

at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)

at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)

at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)

at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)

at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)

at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)

at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)

at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)

at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)

at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)

at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)

at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)

at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:497)

at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)

at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)

at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)

at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)

at org.codehaus.classworlds.Launcher.main(Launcher.java:47)

Caused by: org.apache.maven.plugin.MojoExecutionException: The packaging for this project did not assign a file to the build artifact

at org.apache.maven.plugin.install.InstallMojo.execute(InstallMojo.java:136)

at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)

at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)

... 21 more

[ERROR] 

[ERROR] 

[ERROR] For more information about the errors and possible solutions, please read the following articles:

[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

Disconnected from the target VM, address: '127.0.0.1:62590', transport: 'socket'

Process finished with exit code 1

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文