Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mvnd is incompatible with revision,versions-maven-plugin is 2.7 #863

Closed
Bismarcharis opened this issue Jun 30, 2023 · 13 comments
Closed

Comments

@Bismarcharis
Copy link

Hello

I am using versions-maven-plugin 2.7 to use the revision function,but i am executing mvnd compile, the following error occoured

[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for com.kuaikan.comic:comic:${revision}: The following artifacts could not be resolved: com.kuaikan:kk-rootpom:pom:1.0.6.BOOT.RELEASE (present, but unavailable): com.kuaikan:kk-rootpom:pom:1.0.6.BOOT.RELEASE was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 7, column 13
@

@gnodet
Copy link
Contributor

gnodet commented Jun 30, 2023

Please provide a reproducer project. Also try with stock maven (same version embedded in mvnd, available using mvnd -v).

@Bismarcharis
Copy link
Author

I attached the simple project,you can execute "mvnd compile" command in parent root path to reproduce the problem
mavend-test.zip

@gnodet
Copy link
Contributor

gnodet commented Jul 3, 2023

Here's the output:

➜  mavenTest ~/.sdkman/candidates/maven/1.0-m6-m39-mvnd/bin/mvnd -V clean compile
Apache Maven Daemon (mvnd) 1.0-m6 darwin-aarch64 native client (47d4c6b9c399079d91312bb8ae35d1d76e7fd97a)
Terminal: org.jline.terminal.impl.PosixSysTerminal with pty org.jline.terminal.impl.jansi.osx.OsXNativePty
[INFO] Processing build on daemon 293e58cf
[INFO] Scanning for projects...
[WARN] 
[WARN] Some problems were encountered while building the effective model for test:mavenTest:jar:1.0-SNAPSHOT
[WARN] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-antrun-plugin @ line 54, column 12
[WARN] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-antrun-plugin @ line 89, column 12
[WARN] 
[WARN] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARN] 
[WARN] For this reason, future Maven versions might no longer support building such malformed projects.
[WARN] 
[INFO] BuildTimeEventSpy is registered.
[INFO] 
[INFO] Using the SmartBuilder implementation with a thread count of 5
[INFO] 
[INFO] ---------------------------< test:mavenTest >---------------------------
[INFO] Building mavenTest 1.0-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ mavenTest ---
[INFO] Deleting /Users/gnodet/Downloads/mavenTest/target
[INFO] 
[INFO] --- antrun:1.3:run (First) @ mavenTest ---
[INFO] Executing tasks
[INFO] [stdout]      [echo] execution First
[INFO] Executed tasks
[INFO] 
[INFO] --- antrun:1.3:run (file-creation) @ mavenTest ---
[INFO] Executing tasks
[INFO] [stdout]      [echo] Dummy Directory Creation
[INFO] [stdout]     [mkdir] Created dir: /Users/gnodet/Downloads/mavenTest/target/dummyDirectory
[INFO] Executed tasks
[INFO] 
[INFO] --- antrun:1.3:run (Last) @ mavenTest ---
[INFO] Executing tasks
[INFO] [stdout]      [echo] execution Last
[INFO] Executed tasks
[INFO] 
[INFO] --- compiler:2.0.2:compile (default) @ mavenTest ---
[INFO] Compiling 1 source file to /Users/gnodet/Downloads/mavenTest/target/classes
[INFO] 
[INFO] --- assembly:2.2-beta-5:single (default) @ mavenTest ---
[WARN] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Reading assembly descriptor: src/main/assembly/descriptor.xml
[INFO] Building zip: /Users/gnodet/Downloads/mavenTest/target/mavenTest-1.0-SNAPSHOT-bin.zip
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ mavenTest ---
[WARN] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/gnodet/Downloads/mavenTest/src/main/resources
[INFO] 
[INFO] --- compiler:2.0.2:compile (default-compile) @ mavenTest ---
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Average project wall time: 0.00s
[INFO] Total concurrency: 20%
[INFO] Bottleneck projects that decrease concurrency: (run build with -Dsmartbuilder.profiling=true for further details)
[INFO] 	- test:mavenTest:1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.245 s (Wall Clock)
[INFO] Finished at: 2023-07-03T07:55:52+02:00
[INFO] ------------------------------------------------------------------------

and

➜  mavenTest ~/.sdkman/candidates/maven/1.0-m6-m40-mvnd/bin/mvnd -V clean compile
Apache Maven Daemon (mvnd) 1.0-m6 darwin-aarch64 native client (47d4c6b9c399079d91312bb8ae35d1d76e7fd97a)
Terminal: org.jline.terminal.impl.PosixSysTerminal with pty org.jline.terminal.impl.jansi.osx.OsXNativePty
[INFO] Processing build on daemon 731b167d
[INFO] Scanning for projects...
[ERROR] Some problems were encountered while processing the POMs
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project test:mavenTest:1.0-SNAPSHOT (/Users/gnodet/Downloads/mavenTest/pom.xml) has 2 errors
[ERROR]     'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-antrun-plugin @ line 54, column 12
[ERROR]     'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-antrun-plugin @ line 89, column 12
[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/ProjectBuildingException

Both look ok to me.

@gnodet
Copy link
Contributor

gnodet commented Jul 3, 2023

And

➜  mavenTest ~/work/git/mvnd/dist-m39/target/maven-mvnd-1.0-m7-SNAPSHOT-m39-darwin-aarch64/bin/mvnd -V install       
Apache Maven Daemon (mvnd) 1.0-m7-SNAPSHOT darwin-aarch64 native client (e3a4bf86bfabfbe2147dcf5c77cdc6fc0a3fcfea)
Terminal: org.jline.terminal.impl.PosixSysTerminal with pty org.jline.terminal.impl.jansi.osx.OsXNativePty
Apache Maven 3.9.3 (21122926829f1ead511c958d89bd2f672198ae9f)
Maven home: /Users/gnodet/work/git/mvnd/dist-m39/target/maven-mvnd-1.0-m7-SNAPSHOT-m39-darwin-aarch64/mvn
Java version: 1.8.0_362, vendor: BellSoft, runtime: /Users/gnodet/.sdkman/candidates/java/8.0.362-librca/jre
Default locale: en_FR, platform encoding: UTF-8
OS name: "mac os x", version: "13.4.1", arch: "aarch64", family: "mac"
[INFO] Processing build on daemon abdbdc9a
[INFO] Scanning for projects...
[WARN] 
[WARN] Some problems were encountered while building the effective model for test:mavenTest:jar:1.0-SNAPSHOT
[WARN] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-antrun-plugin @ line 54, column 12
[WARN] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-antrun-plugin @ line 89, column 12
[WARN] 
[WARN] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARN] 
[WARN] For this reason, future Maven versions might no longer support building such malformed projects.
[WARN] 
[INFO] BuildTimeEventSpy is registered.
[INFO] 
[INFO] Using the SmartBuilder implementation with a thread count of 5
[INFO] 
[INFO] ---------------------------< test:mavenTest >---------------------------
[INFO] Building mavenTest 1.0-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- antrun:3.1.0:run (First) @ mavenTest ---
[WARN]  Parameter 'tasks' is deprecated: Use {@link #target} instead. For version 3.0.0, this parameter is only defined to break the build if
            you use it!
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.252 s (Wall Clock)
[INFO] Finished at: 2023-07-03T08:00:04+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:3.1.0:run (First) on project mavenTest: You are using 'tasks' which has been removed from the maven-antrun-plugin. Please use 'target' and refer to the >>Major Version Upgrade to version 3.0.0<< on the plugin site. -> [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/MojoFailureException

and

➜  mavenTest ~/work/git/mvnd/dist-m40/target/maven-mvnd-1.0-m7-SNAPSHOT-m40-darwin-aarch64/bin/mvnd -V clean install 
Unable to find the root directory. Create a .mvn directory in the root directory or add the root="true" attribute on the root project's model to identify it.
Apache Maven Daemon (mvnd) 1.0-m7-SNAPSHOT darwin-aarch64 native client (e3a4bf86bfabfbe2147dcf5c77cdc6fc0a3fcfea)
Terminal: org.jline.terminal.impl.PosixSysTerminal with pty org.jline.terminal.impl.jansi.osx.OsXNativePty
Apache Maven 4.0.0-alpha-7 (bf699a388cc04b8e4088226ba09a403b68de6b7b)
Maven home: /Users/gnodet/work/git/mvnd/dist-m40/target/maven-mvnd-1.0-m7-SNAPSHOT-m40-darwin-aarch64/mvn
Java version: 1.8.0_362, vendor: BellSoft, runtime: /Users/gnodet/.sdkman/candidates/java/8.0.362-librca/jre
Default locale: en_FR, platform encoding: UTF-8
OS name: "mac os x", version: "13.4.1", arch: "aarch64", family: "mac"
[INFO] Processing build on daemon 3c7d035f
[INFO] Scanning for projects...
[ERROR] Some problems were encountered while processing the POMs
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project test:mavenTest:1.0-SNAPSHOT (/Users/gnodet/Downloads/mavenTest/pom.xml) has 2 errors
[ERROR]     'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-antrun-plugin @ line 54, column 12
[ERROR]     'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-antrun-plugin @ line 89, column 12
[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/ProjectBuildingException

@gnodet
Copy link
Contributor

gnodet commented Jul 3, 2023

Oops, was testing with the wrong project.

➜  mavend-test git:(master) ✗ ~/work/git/mvnd/dist-m39/target/maven-mvnd-1.0-m7-SNAPSHOT-m39-darwin-aarch64/bin/mvnd -V install       
Apache Maven Daemon (mvnd) 1.0-m7-SNAPSHOT darwin-aarch64 native client (e3a4bf86bfabfbe2147dcf5c77cdc6fc0a3fcfea)
Terminal: org.jline.terminal.impl.PosixSysTerminal with pty org.jline.terminal.impl.jansi.osx.OsXNativePty
Apache Maven 3.9.3 (21122926829f1ead511c958d89bd2f672198ae9f)
Maven home: /Users/gnodet/work/git/mvnd/dist-m39/target/maven-mvnd-1.0-m7-SNAPSHOT-m39-darwin-aarch64/mvn
Java version: 1.8.0_362, vendor: BellSoft, runtime: /Users/gnodet/.sdkman/candidates/java/8.0.362-librca/jre
Default locale: en_FR, platform encoding: UTF-8
OS name: "mac os x", version: "13.4.1", arch: "aarch64", family: "mac"
[INFO] Processing build on daemon 05851ac8
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for org.example:module-1:${revision}: The following artifacts could not be resolved: org.example:mavend-test:pom:${revision} (absent): org.example:mavend-test:pom:${revision} was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 5, column 13
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.example:module-1:${revision} (/Users/gnodet/Downloads/mavend-test/module-1/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for org.example:module-1:${revision}: The following artifacts could not be resolved: org.example:mavend-test:pom:${revision} (absent): org.example:mavend-test:pom:${revision} was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 5, column 13 -> [Help 2]
[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/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException

@gnodet
Copy link
Contributor

gnodet commented Jul 3, 2023

However, this is not a mvnd problem, the same happen with maven 3.9.2:

➜  mavend-test git:(master) ✗ ~/.sdkman/candidates/maven/3.9.2/bin/mvn -V install
Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c)
Maven home: /Users/gnodet/.sdkman/candidates/maven/3.9.2
Java version: 1.8.0_362, vendor: BellSoft, runtime: /Users/gnodet/.sdkman/candidates/java/8.0.362-librca/jre
Default locale: en_FR, platform encoding: UTF-8
OS name: "mac os x", version: "13.4.1", arch: "aarch64", family: "mac"
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for org.example:module-1:${revision}: The following artifacts could not be resolved: org.example:mavend-test:pom:${revision} (absent): org.example:mavend-test:pom:${revision} was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 5, column 13
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.example:module-1:${revision} (/Users/gnodet/Downloads/mavend-test/module-1/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for org.example:module-1:${revision}: The following artifacts could not be resolved: org.example:mavend-test:pom:${revision} (absent): org.example:mavend-test:pom:${revision} was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 5, column 13 -> [Help 2]
[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/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException

@Bismarcharis
Copy link
Author

Hello,

I was attached wrong case, please refer to our production env project`s output with mvnd command

mvnd compile
[INFO] Processing build on daemon 2781bd2c
[INFO] Scanning for projects...
[WARN]
[WARN] Some problems were encountered while building the effective model for com.kuaikan.comic:comic-mq-service:jar:1.0.0
[WARN] 'dependencies.dependency.scope' for org.apache.dubbo:dubbo-dependencies-zookeeper:pom must be one of [provided, compile, runtime, test, system] but is 'import'. @ line 300, column 20
[WARN]
[WARN] Some problems were encountered while building the effective model for com.kuaikan.comic:comic-record:jar:1.0.0
[WARN] 'dependencies.dependency.scope' for org.apache.dubbo:dubbo-dependencies-zookeeper:pom must be one of [provided, compile, runtime, test, system] but is 'import'. @ line 261, column 20
[WARN]
[WARN] Some problems were encountered while building the effective model for com.kuaikan.comic:comic-api-service:jar:1.0-stag-SNAPSHOT
[WARN] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ com.kuaikan.comic:comic-api-service:${revision}, /Users/liguochao/workspace/kuaikan/comic/comic-api-service/pom.xml, line 473, column 21
[WARN] 'dependencies.dependency.scope' for org.apache.dubbo:dubbo-dependencies-zookeeper:pom must be one of [provided, compile, runtime, test, system] but is 'import'. @ com.kuaikan.comic:comic-api-service:${revision}, /Users/liguochao/workspace/kuaikan/comic/comic-api-service/pom.xml, line 316, column 20
[WARN]
[WARN] Some problems were encountered while building the effective model for com.kuaikan.comic:kk-comic-service:jar:1.0
[WARN] 'dependencies.dependency.scope' for org.apache.dubbo:dubbo-dependencies-zookeeper:pom must be one of [provided, compile, runtime, test, system] but is 'import'. @ line 456, column 20
[WARN]
[WARN] Some problems were encountered while building the effective model for com.kuaikan.comic:kk-comic-backend:jar:1.0-stag-SNAPSHOT
[WARN] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-resources-plugin is missing. @ com.kuaikan.comic:kk-comic-backend:${revision}, /Users/liguochao/workspace/kuaikan/comic/comic-backend/pom.xml, line 1217, column 21
[WARN] 'dependencies.dependency.scope' for org.apache.dubbo:dubbo-dependencies-zookeeper:pom must be one of [provided, compile, runtime, test, system] but is 'import'. @ com.kuaikan.comic:kk-comic-backend:${revision}, /Users/liguochao/workspace/kuaikan/comic/comic-backend/pom.xml, line 900, column 20
[WARN]
[WARN] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARN]
[WARN] For this reason, future Maven versions might no longer support building such malformed projects.
[WARN]
[INFO] BuildTimeEventSpy is registered.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] comic [pom]
[INFO] comic-mq-service-api [jar]
[INFO] comic-service-api [jar]
[INFO] comic-mq-service [jar]
[INFO] comic-core-api [jar]
[INFO] comic-record [jar]
[INFO] comic-basic-api [jar]
[INFO] comic-business-api [jar]
[INFO] comic-api-service [jar]
[INFO] kk-comic-service [jar]
[INFO] kk-comic-backend [jar]
[INFO]
[INFO] Using the SmartBuilder implementation with a thread count of 9
[INFO]
[INFO] ----------------------< com.kuaikan.comic:comic >-----------------------
[INFO] Building comic 1.0-stag-SNAPSHOT [1/11]
[INFO] from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- flatten:1.1.0:flatten (flatten) @ comic ---
[WARN] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Generating flattened POM of project com.kuaikan.comic:comic:pom:1.0-stag-SNAPSHOT...
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/kuaikan/comic/comic-common/2.3.0/comic-common-2.3.0.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/alibaba/dubbo/2.6.6.kk/dubbo-2.6.6.kk.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/projectlombok/lombok/1.16.18/lombok-1.16.18.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/kuaikan/common/kk-common-utils2/5.4.4/kk-common-utils2-5.4.4.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/projectlombok/lombok/1.16.18/lombok-1.16.18.jar (0 B at 0 B/s)
[INFO]
[INFO] ---------------< com.kuaikan.comic:comic-mq-service-api >---------------
[INFO] Building comic-mq-service-api 1.0-stag-SNAPSHOT [2/11]
[INFO] from comic-mq-service-api/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Artifact com.kuaikan.comic.integrate:comic-integrate-api:pom:1.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/kuaikan/comic/integrate/comic-integrate-api/1.3.0/comic-integrate-api-1.3.0.pom
[WARN] The POM for com.kuaikan.comic.integrate:comic-integrate-api:jar:1.3.0 is missing, no dependency information available
[INFO] Artifact com.kuaikan.comic:comic-common:pom:2.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/kuaikan/comic/comic-common/2.3.0/comic-common-2.3.0.pom
[WARN] The POM for com.kuaikan.comic:comic-common:jar:2.3.0 is missing, no dependency information available
[INFO] Artifact com.alibaba:dubbo:pom:2.6.6.kk is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/alibaba/dubbo/2.6.6.kk/dubbo-2.6.6.kk.pom
[WARN] The POM for com.alibaba:dubbo:jar:2.6.6.kk is missing, no dependency information available
[INFO] Artifact org.projectlombok:lombok:pom:1.16.18 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/projectlombok/lombok/1.16.18/lombok-1.16.18.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/projectlombok/lombok/1.16.18/lombok-1.16.18.pom (0 B at 0 B/s)
[INFO] Artifact com.kuaikan.common:kk-common-utils2:pom:5.4.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/kuaikan/common/kk-common-utils2/5.4.4/kk-common-utils2-5.4.4.pom
[WARN] The POM for com.kuaikan.common:kk-common-utils2:jar:5.4.4 is missing, no dependency information available
[INFO] Artifact com.kuaikan.comic.integrate:comic-integrate-api:jar:1.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.kuaikan.comic:comic-common:jar:2.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.alibaba:dubbo:jar:2.6.6.kk is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.projectlombok:lombok:jar:1.16.18 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.kuaikan.common:kk-common-utils2:jar:5.4.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/kuaikan/comic/integrate/comic-integrate-api/1.3.0/comic-integrate-api-1.3.0.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/kuaikan/comic/comic-core-api/2.1.3/comic-core-api-2.1.3.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/kuaikan/comic/comic-common/2.2.4/comic-common-2.2.4.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/kuaikan/monkey/monkey-service-api/1.3.8/monkey-service-api-1.3.8.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/kuaikan/recommend/blender.api/0.6.15/blender.api-0.6.15.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/kuaikan/coupon/coupon-api/1.2.2/coupon-api-1.2.2.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/kuaikan/bridge/comic-bridge-api/1.0.0/comic-bridge-api-1.0.0.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/kuaikan/business/data-platform-api/1.6.8/data-platform-api-1.6.8.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/kuaikan/common/kk-common-utils/1.3.4/kk-common-utils-1.3.4.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/kuaikan/ipip/ipip-client/1.2.3/ipip-client-1.2.3.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/kuaikan/common/kk-spring-api/6.7.1/kk-spring-api-6.7.1.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/kuaikan/common/kk-db-utils/6.7.1/kk-db-utils-6.7.1.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/kuaikan/common/kk-perfcount-api/6.7.1/kk-perfcount-api-6.7.1.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/kuaikan/common/kk-common-core/6.7.1/kk-common-core-6.7.1.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/kuaikan/cdn/kk-cdn/0.1.5/kk-cdn-0.1.5.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/kuaikan/user/user-service-api/1.4.3/user-service-api-1.4.3.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/kuaikan/admin/audit-common/1.2.2/audit-common-1.2.2.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.10.2/joda-time-2.10.2.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/kuaikan/common/kk-dubbo-starter/6.7.1/kk-dubbo-starter-6.7.1.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.10.2/joda-time-2.10.2.jar (0 B at 0 B/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/data/spring-data-mongodb/1.9.2.RELEASE/spring-data-mongodb-1.9.2.RELEASE.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/data/spring-data-commons/2.1.10.RELEASE/spring-data-commons-2.1.10.RELEASE.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/kuaikan/price/price-service-api/2.1.3/price-service-api-2.1.3.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/dropwizard/metrics/metrics-core/4.0.5/metrics-core-4.0.5.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.7/gson-2.7.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/data/spring-data-commons/2.1.10.RELEASE/spring-data-commons-2.1.10.RELEASE.jar (0 B at 0 B/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/dropwizard/metrics/metrics-core/4.0.5/metrics-core-4.0.5.jar (0 B at 0 B/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/data/spring-data-mongodb/1.9.2.RELEASE/spring-data-mongodb-1.9.2.RELEASE.jar (0 B at 0 B/s)
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.7/gson-2.7.jar (0 B at 0 B/s)
[INFO]
[INFO] ----------------< com.kuaikan.comic:comic-service-api >-----------------
[INFO] Building comic-service-api 1.0-stag-SNAPSHOT [3/11]
[INFO] from comic-service-api/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Artifact com.kuaikan.comic.integrate:comic-integrate-api:pom:1.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[WARN] The POM for com.kuaikan.comic.integrate:comic-integrate-api:jar:1.3.1 is missing, no dependency information available
[INFO] Artifact com.kuaikan.comic:comic-core-api:pom:2.1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[WARN] The POM for com.kuaikan.comic:comic-core-api:jar:2.1.3 is missing, no dependency information available
[INFO] Artifact com.kuaikan.coupon:coupon-api:pom:1.2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[WARN] The POM for com.kuaikan.coupon:coupon-api:jar:1.2.2 is missing, no dependency information available
[INFO] Artifact com.kuaikan.recommend:blender.api:pom:0.6.15 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[WARN] The POM for com.kuaikan.recommend:blender.api:jar:0.6.15 is missing, no dependency information available
[INFO] Artifact com.kuaikan.monkey:monkey-service-api:pom:1.3.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[WARN] The POM for com.kuaikan.monkey:monkey-service-api:jar:1.3.8 is missing, no dependency information available
[INFO] Artifact com.kuaikan.comic:comic-common:pom:2.2.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[WARN] The POM for com.kuaikan.comic:comic-common:jar:2.2.4 is missing, no dependency information available
[INFO] Artifact com.kuaikan.bridge:comic-bridge-api:pom:1.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[WARN] The POM for com.kuaikan.bridge:comic-bridge-api:jar:1.0.0 is missing, no dependency information available
[INFO] Artifact com.kuaikan.business:data-platform-api:pom:1.6.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[WARN] The POM for com.kuaikan.business:data-platform-api:jar:1.6.8 is missing, no dependency information available
[INFO] Artifact com.kuaikan.common:kk-common-utils:pom:1.3.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[WARN] The POM for com.kuaikan.common:kk-common-utils:jar:1.3.4 is missing, no dependency information available
[INFO] Artifact com.kuaikan.ipip:ipip-client:pom:1.2.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[WARN] The POM for com.kuaikan.ipip:ipip-client:jar:1.2.3 is missing, no dependency information available
[INFO] Artifact com.kuaikan.common:kk-spring-api:pom:6.7.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[WARN] The POM for com.kuaikan.common:kk-spring-api:jar:6.7.1 is missing, no dependency information available
[INFO] Artifact com.kuaikan.common:kk-db-utils:pom:6.7.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[WARN] The POM for com.kuaikan.common:kk-db-utils:jar:6.7.1 is missing, no dependency information available
[INFO] Artifact com.kuaikan.common:kk-perfcount-api:pom:6.7.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[WARN] The POM for com.kuaikan.common:kk-perfcount-api:jar:6.7.1 is missing, no dependency information available
[INFO] Artifact com.kuaikan.common:kk-common-core:pom:6.7.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[WARN] The POM for com.kuaikan.common:kk-common-core:jar:6.7.1 is missing, no dependency information available
[INFO] Artifact com.kuaikan.cdn:kk-cdn:pom:0.1.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/kuaikan/cdn/kk-cdn/0.1.5/kk-cdn-0.1.5.pom
[WARN] The POM for com.kuaikan.cdn:kk-cdn:jar:0.1.5 is missing, no dependency information available
[INFO] Artifact com.kuaikan.user:user-service-api:pom:1.4.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[WARN] The POM for com.kuaikan.user:user-service-api:jar:1.4.3 is missing, no dependency information available
[INFO] Artifact com.kuaikan.admin:audit-common:pom:1.2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[WARN] The POM for com.kuaikan.admin:audit-common:jar:1.2.2 is missing, no dependency information available
[INFO] Artifact com.kuaikan.common:kk-dubbo-starter:pom:6.7.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[WARN] The POM for com.kuaikan.common:kk-dubbo-starter:jar:6.7.1 is missing, no dependency information available
[INFO] Artifact org.springframework.data:spring-data-mongodb:pom:1.9.2.RELEASE is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/data/spring-data-mongodb/1.9.2.RELEASE/spring-data-mongodb-1.9.2.RELEASE.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/data/spring-data-mongodb/1.9.2.RELEASE/spring-data-mongodb-1.9.2.RELEASE.pom (0 B at 0 B/s)
[INFO] Artifact org.springframework.data:spring-data-mongodb-parent:pom:1.9.2.RELEASE is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/data/spring-data-mongodb-parent/1.9.2.RELEASE/spring-data-mongodb-parent-1.9.2.RELEASE.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/data/spring-data-mongodb-parent/1.9.2.RELEASE/spring-data-mongodb-parent-1.9.2.RELEASE.pom (0 B at 0 B/s)
[INFO] Artifact org.springframework.data.build:spring-data-parent:pom:1.8.2.RELEASE is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), spring-libs-release (https://repo.spring.io/libs-release, default, releases+snapshots)]
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/data/build/spring-data-parent/1.8.2.RELEASE/spring-data-parent-1.8.2.RELEASE.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/data/build/spring-data-parent/1.8.2.RELEASE/spring-data-parent-1.8.2.RELEASE.pom (0 B at 0 B/s)
[INFO] Artifact org.springframework.data.build:spring-data-build:pom:1.8.2.RELEASE is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), spring-libs-release (https://repo.spring.io/libs-release, default, releases+snapshots)]
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/data/build/spring-data-build/1.8.2.RELEASE/spring-data-build-1.8.2.RELEASE.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/data/build/spring-data-build/1.8.2.RELEASE/spring-data-build-1.8.2.RELEASE.pom (0 B at 0 B/s)
[INFO] Artifact org.springframework:spring-framework-bom:pom:4.2.6.RELEASE is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), spring-libs-release (https://repo.spring.io/libs-release, default, releases+snapshots)]
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-framework-bom/4.2.6.RELEASE/spring-framework-bom-4.2.6.RELEASE.pom
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-framework-bom/4.2.6.RELEASE/spring-framework-bom-4.2.6.RELEASE.pom (0 B at 0 B/s)
[INFO] Artifact com.kuaikan.price:price-service-api:pom:2.1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[WARN] The POM for com.kuaikan.price:price-service-api:jar:2.1.3 is missing, no dependency information available
[INFO] Artifact com.kuaikan.comic.integrate:comic-integrate-api:jar:1.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.kuaikan.comic:comic-core-api:jar:2.1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.kuaikan.coupon:coupon-api:jar:1.2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.kuaikan.recommend:blender.api:jar:0.6.15 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.kuaikan.monkey:monkey-service-api:jar:1.3.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.kuaikan.comic:comic-common:jar:2.2.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.kuaikan.bridge:comic-bridge-api:jar:1.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.kuaikan.business:data-platform-api:jar:1.6.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.kuaikan.common:kk-common-utils:jar:1.3.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.kuaikan.ipip:ipip-client:jar:1.2.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.kuaikan.common:kk-spring-api:jar:6.7.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.kuaikan.common:kk-db-utils:jar:6.7.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.kuaikan.common:kk-perfcount-api:jar:6.7.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.kuaikan.common:kk-common-core:jar:6.7.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.kuaikan.cdn:kk-cdn:jar:0.1.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.kuaikan.user:user-service-api:jar:1.4.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.kuaikan.admin:audit-common:jar:1.2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact joda-time:joda-time:jar:2.10.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact com.kuaikan.common:kk-dubbo-starter:jar:6.7.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.springframework.data:spring-data-mongodb:jar:1.9.2.RELEASE is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact org.springframework.data:spring-data-commons:jar:2.1.10.RELEASE is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), spring-libs-release (https://repo.spring.io/libs-release, default, releases+snapshots)]
[INFO] Artifact com.kuaikan.price:price-service-api:jar:2.1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases)]
[INFO] Artifact io.dropwizard.metrics:metrics-core:jar:4.0.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact com.google.code.gson:gson:jar:2.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [central (https://repo.maven.apache.org/maven2, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots, default, releases+snapshots), maven-default-http-blocker (http://0.0.0.0/, default, releases, blocked)]
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/kuaikan/comic/integrate/comic-integrate-api/1.3.1/comic-integrate-api-1.3.1.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping comic-core-api
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping comic-mq-service
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping comic-basic-api
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping kk-comic-service
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping comic-record
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping comic-business-api
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping comic-api-service
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping kk-comic-backend
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] comic 1.0-stag-SNAPSHOT ............................ SUCCESS [ 1.406 s]
[INFO] comic-mq-service-api 1.0-stag-SNAPSHOT ............. FAILURE [ 8.187 s]
[INFO] comic-service-api 1.0-stag-SNAPSHOT ................ FAILURE [ 12.342 s]
[INFO] comic-mq-service 1.0.0 ............................. SKIPPED
[INFO] comic-core-api 1.0-stag-SNAPSHOT ................... SKIPPED
[INFO] comic-record 1.0.0 ................................. SKIPPED
[INFO] comic-basic-api 1.0-stag-SNAPSHOT .................. SKIPPED
[INFO] comic-business-api 1.0-stag-SNAPSHOT ............... SKIPPED
[INFO] comic-api-service 1.0-stag-SNAPSHOT ................ SKIPPED
[INFO] kk-comic-service 1.0 ............................... SKIPPED
[INFO] kk-comic-backend 1.0-stag-SNAPSHOT ................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14.672 s (Wall Clock)
[INFO] Finished at: 2023-07-03T15:38:34+08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project comic-mq-service-api: Could not resolve dependencies for project com.kuaikan.comic:comic-mq-service-api:jar:1.0-stag-SNAPSHOT: The following artifacts could not be resolved: com.kuaikan.comic.integrate:comic-integrate-api:jar:1.3.0 (present, but unavailable), com.kuaikan.comic:comic-common:jar:2.3.0 (present, but unavailable), com.alibaba:dubbo:jar:2.6.6.kk (present, but unavailable), com.kuaikan.common:kk-common-utils2:jar:5.4.4 (present, but unavailable): Could not find artifact com.kuaikan.comic.integrate:comic-integrate-api:jar:1.3.0 in central (https://repo.maven.apache.org/maven2) -> [Help 1]
[ERROR] Failed to execute goal on project comic-service-api: Could not resolve dependencies for project com.kuaikan.comic:comic-service-api:jar:1.0-stag-SNAPSHOT: The following artifacts could not be resolved: com.kuaikan.comic.integrate:comic-integrate-api:jar:1.3.1 (present, but unavailable), com.kuaikan.comic:comic-core-api:jar:2.1.3 (present, but unavailable), com.kuaikan.coupon:coupon-api:jar:1.2.2 (present, but unavailable), com.kuaikan.recommend:blender.api:jar:0.6.15 (present, but unavailable), com.kuaikan.monkey:monkey-service-api:jar:1.3.8 (present, but unavailable), com.kuaikan.comic:comic-common:jar:2.2.4 (present, but unavailable), com.kuaikan.bridge:comic-bridge-api:jar:1.0.0 (present, but unavailable), com.kuaikan.business:data-platform-api:jar:1.6.8 (present, but unavailable), com.kuaikan.common:kk-common-utils:jar:1.3.4 (present, but unavailable), com.kuaikan.ipip:ipip-client:jar:1.2.3 (present, but unavailable), com.kuaikan.common:kk-spring-api:jar:6.7.1 (present, but unavailable), com.kuaikan.common:kk-db-utils:jar:6.7.1 (present, but unavailable), com.kuaikan.common:kk-perfcount-api:jar:6.7.1 (present, but unavailable), com.kuaikan.common:kk-common-core:jar:6.7.1 (present, but unavailable), com.kuaikan.cdn:kk-cdn:jar:0.1.5 (present, but unavailable), com.kuaikan.user:user-service-api:jar:1.4.3 (present, but unavailable), com.kuaikan.admin:audit-common:jar:1.2.2 (present, but unavailable), com.kuaikan.common:kk-dubbo-starter:jar:6.7.1 (present, but unavailable), com.kuaikan.price:price-service-api:jar:2.1.3 (present, but unavailable): Could not find artifact com.kuaikan.comic.integrate:comic-integrate-api:jar:1.3.1 in central (https://repo.maven.apache.org/maven2) -> [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/DependencyResolutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn -r


but when i was using mvn compile, the outputs seems ok

mvn compile
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.kuaikan.comic:comic-mq-service:jar:1.0.0
[WARNING] 'dependencies.dependency.scope' for org.apache.dubbo:dubbo-dependencies-zookeeper:pom must be one of [provided, compile, runtime, test, system] but is 'import'. @ line 300, column 20
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.kuaikan.comic:comic-record:jar:1.0.0
[WARNING] 'dependencies.dependency.scope' for org.apache.dubbo:dubbo-dependencies-zookeeper:pom must be one of [provided, compile, runtime, test, system] but is 'import'. @ line 261, column 20
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.kuaikan.comic:comic-api-service:jar:1.0-stag-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ com.kuaikan.comic:comic-api-service:${revision}, /Users/liguochao/workspace/kuaikan/comic/comic-api-service/pom.xml, line 473, column 21
[WARNING] 'dependencies.dependency.scope' for org.apache.dubbo:dubbo-dependencies-zookeeper:pom must be one of [provided, compile, runtime, test, system] but is 'import'. @ line 316, column 20
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.kuaikan.comic:kk-comic-service:jar:1.0
[WARNING] 'dependencies.dependency.scope' for org.apache.dubbo:dubbo-dependencies-zookeeper:pom must be one of [provided, compile, runtime, test, system] but is 'import'. @ line 456, column 20
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.kuaikan.comic:kk-comic-backend:jar:1.0-stag-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-resources-plugin is missing. @ com.kuaikan.comic:kk-comic-backend:${revision}, /Users/liguochao/workspace/kuaikan/comic/comic-backend/pom.xml, line 1217, column 21
[WARNING] 'dependencies.dependency.scope' for org.apache.dubbo:dubbo-dependencies-zookeeper:pom must be one of [provided, compile, runtime, test, system] but is 'import'. @ line 900, column 20
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] comic [pom]
[INFO] comic-mq-service-api [jar]
[INFO] comic-service-api [jar]
[INFO] comic-mq-service [jar]
[INFO] comic-core-api [jar]
[INFO] comic-record [jar]
[INFO] comic-basic-api [jar]
[INFO] comic-business-api [jar]
[INFO] comic-api-service [jar]
[INFO] kk-comic-service [jar]
[INFO] kk-comic-backend [jar]
[INFO]
[INFO] ----------------------< com.kuaikan.comic:comic >-----------------------
[INFO] Building comic 1.0-stag-SNAPSHOT [1/11]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- flatten-maven-plugin:1.1.0:flatten (flatten) @ comic ---
[INFO] Generating flattened POM of project com.kuaikan.comic:comic:pom:1.0-stag-SNAPSHOT...
[INFO]
[INFO] ---------------< com.kuaikan.comic:comic-mq-service-api >---------------
[INFO] Building comic-mq-service-api 1.0-stag-SNAPSHOT [2/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ comic-mq-service-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/liguochao/workspace/kuaikan/comic/comic-mq-service-api/src/main/resources
[INFO]
[INFO] --- flatten-maven-plugin:1.1.0:flatten (flatten) @ comic-mq-service-api ---
[INFO] Generating flattened POM of project com.kuaikan.comic:comic-mq-service-api:jar:1.0-stag-SNAPSHOT...
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ comic-mq-service-api ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] ----------------< com.kuaikan.comic:comic-service-api >-----------------
[INFO] Building comic-service-api 1.0-stag-SNAPSHOT [3/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ comic-service-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/liguochao/workspace/kuaikan/comic/comic-service-api/src/main/resources
[INFO]
[INFO] --- flatten-maven-plugin:1.1.0:flatten (flatten) @ comic-service-api ---
[INFO] Generating flattened POM of project com.kuaikan.comic:comic-service-api:jar:1.0-stag-SNAPSHOT...
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ comic-service-api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 538 source files to /Users/liguochao/workspace/kuaikan/comic/comic-service-api/target/classes
[WARNING] /Users/liguochao/workspace/kuaikan/comic/comic-service-api/src/main/java/com/kuaikan/comic/dubbomodel/param/MiniCommonDiscoveryParam.java: 某些输入文件使用或覆盖了已过时的 API。
[WARNING] /Users/liguochao/workspace/kuaikan/comic/comic-service-api/src/main/java/com/kuaikan/comic/dubbomodel/param/MiniCommonDiscoveryParam.java: 有关详细信息, 请使用 -Xlint:deprecation 重新编译。
[WARNING] /Users/liguochao/workspace/kuaikan/comic/comic-service-api/src/main/java/com/kuaikan/comic/utils/TopicRankUtil.java: 某些输入文件使用了未经检查或不安全的操作。
[WARNING] /Users/liguochao/workspace/kuaikan/comic/comic-service-api/src/main/java/com/kuaikan/comic/utils/TopicRankUtil.java: 有关详细信息, 请使用 -Xlint:unchecked 重新编译。
[INFO]
[INFO] -----------------< com.kuaikan.comic:comic-mq-service >-----------------
[INFO] Building comic-mq-service 1.0.0 [4/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ comic-mq-service ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 11 resources
[INFO] skip non existing resourceDirectory /Users/liguochao/workspace/kuaikan/comic/comic-mq-service/src/main/resources.${env}
[INFO]
[INFO] --- flatten-maven-plugin:1.1.0:flatten (flatten) @ comic-mq-service ---
[INFO] Generating flattened POM of project com.kuaikan.comic:comic-mq-service:jar:1.0.0...
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ comic-mq-service ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 45 source files to /Users/liguochao/workspace/kuaikan/comic/comic-mq-service/target/classes
[WARNING] /Users/liguochao/workspace/kuaikan/comic/comic-mq-service/src/main/java/com/kuaikan/comic/mq/component/FavCountChangeMqComponent.java: /Users/liguochao/workspace/kuaikan/comic/comic-mq-service/src/main/java/com/kuaikan/comic/mq/component/FavCountChangeMqComponent.java使用或覆盖了已过时的 API。
[WARNING] /Users/liguochao/workspace/kuaikan/comic/comic-mq-service/src/main/java/com/kuaikan/comic/mq/component/FavCountChangeMqComponent.java: 有关详细信息, 请使用 -Xlint:deprecation 重新编译。
[WARNING] /Users/liguochao/workspace/kuaikan/comic/comic-mq-service/src/main/java/com/kuaikan/comic/mq/common/ThreadPools.java: /Users/liguochao/workspace/kuaikan/comic/comic-mq-service/src/main/java/com/kuaikan/comic/mq/common/ThreadPools.java使用了未经检查或不安全的操作。
[WARNING] /Users/liguochao/workspace/kuaikan/comic/comic-mq-service/src/main/java/com/kuaikan/comic/mq/common/ThreadPools.java: 有关详细信息, 请使用 -Xlint:unchecked 重新编译。
[INFO]
[INFO] ------------------< com.kuaikan.comic:comic-core-api >------------------
[INFO] Building comic-core-api 1.0-stag-SNAPSHOT [5/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ comic-core-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/liguochao/workspace/kuaikan/comic/comic-core-api/src/main/resources
[INFO]
[INFO] --- flatten-maven-plugin:1.1.0:flatten (flatten) @ comic-core-api ---
[INFO] Generating flattened POM of project com.kuaikan.comic:comic-core-api:jar:1.0-stag-SNAPSHOT...
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ comic-core-api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 29 source files to /Users/liguochao/workspace/kuaikan/comic/comic-core-api/target/classes
[INFO]
[INFO] -------------------< com.kuaikan.comic:comic-record >-------------------
[INFO] Building comic-record 1.0.0 [6/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ comic-record ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 5 resources
[INFO] skip non existing resourceDirectory /Users/liguochao/workspace/kuaikan/comic/comic-record/src/main/resources.${env}
[INFO]
[INFO] --- flatten-maven-plugin:1.1.0:flatten (flatten) @ comic-record ---
[INFO] Generating flattened POM of project com.kuaikan.comic:comic-record:jar:1.0.0...
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ comic-record ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 12 source files to /Users/liguochao/workspace/kuaikan/comic/comic-record/target/classes
[INFO]
[INFO] -----------------< com.kuaikan.comic:comic-basic-api >------------------
[INFO] Building comic-basic-api 1.0-stag-SNAPSHOT [7/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ comic-basic-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/liguochao/workspace/kuaikan/comic/comic-basic-api/src/main/resources
[INFO]
[INFO] --- flatten-maven-plugin:1.1.0:flatten (flatten) @ comic-basic-api ---
[INFO] Generating flattened POM of project com.kuaikan.comic:comic-basic-api:jar:1.0-stag-SNAPSHOT...
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ comic-basic-api ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] ----------------< com.kuaikan.comic:comic-business-api >----------------
[INFO] Building comic-business-api 1.0-stag-SNAPSHOT [8/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ comic-business-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/liguochao/workspace/kuaikan/comic/comic-business-api/src/main/resources
[INFO]
[INFO] --- flatten-maven-plugin:1.1.0:flatten (flatten) @ comic-business-api ---
[INFO] Generating flattened POM of project com.kuaikan.comic:comic-business-api:jar:1.0-stag-SNAPSHOT...
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ comic-business-api ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] ----------------< com.kuaikan.comic:comic-api-service >-----------------
[INFO] Building comic-api-service 1.0-stag-SNAPSHOT [9/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ comic-api-service ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] skip non existing resourceDirectory /Users/liguochao/workspace/kuaikan/comic/comic-api-service/src/main/resources.local
[INFO]
[INFO] --- flatten-maven-plugin:1.1.0:flatten (flatten) @ comic-api-service ---
[INFO] Generating flattened POM of project com.kuaikan.comic:comic-api-service:jar:1.0-stag-SNAPSHOT...
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ comic-api-service ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 65 source files to /Users/liguochao/workspace/kuaikan/comic/comic-api-service/target/classes
[WARNING] /Users/liguochao/workspace/kuaikan/comic/comic-api-service/src/main/java/com/kuaikan/comic/api/biz/app/ReadHistoryBiz.java: /Users/liguochao/workspace/kuaikan/comic/comic-api-service/src/main/java/com/kuaikan/comic/api/biz/app/ReadHistoryBiz.java使用或覆盖了已过时的 API。
[WARNING] /Users/liguochao/workspace/kuaikan/comic/comic-api-service/src/main/java/com/kuaikan/comic/api/biz/app/ReadHistoryBiz.java: 有关详细信息, 请使用 -Xlint:deprecation 重新编译。
[INFO]
[INFO] -----------------< com.kuaikan.comic:kk-comic-service >-----------------
[INFO] Building kk-comic-service 1.0 [10/11]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ kk-comic-service ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 85 resources
[INFO] skip non existing resourceDirectory /Users/liguochao/workspace/kuaikan/comic/comic-service/src/main/resources.${env}
[INFO]
[INFO] --- flatten-maven-plugin:1.1.0:flatten (flatten) @ kk-comic-service ---
[INFO] Generating flattened POM of project com.kuaikan.comic:kk-comic-service:jar:1.0...
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ kk-comic-service ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 274 source files to /Users/liguochao/workspace/kuaikan/comic/comic-service/target/classes
[WARNING] /Users/liguochao/workspace/kuaikan/comic/comic-service/src/main/java/com/kuaikan/comic/biz/ComicWidgetBiz.java: 某些输入文件使用或覆盖了已过时的 API。
[WARNING] /Users/liguochao/workspace/kuaikan/comic/comic-service/src/main/java/com/kuaikan/comic/biz/ComicWidgetBiz.java: 有关详细信息, 请使用 -Xlint:deprecation 重新编译。
[WARNING] /Users/liguochao/workspace/kuaikan/comic/comic-service/src/main/java/com/kuaikan/comic/repository/TopicRepository.java: 某些输入文件使用了未经检查或不安全的操作。
[WARNING] /Users/liguochao/workspace/kuaikan/comic/comic-service/src/main/java/com/kuaikan/comic/repository/TopicRepository.java: 有关详细信息, 请使用 -Xlint:unchecked 重新编译。
[INFO]
[INFO] -----------------< com.kuaikan.comic:kk-comic-backend >-----------------
[INFO] Building kk-comic-backend 1.0-stag-SNAPSHOT [11/11]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from spring-milestones: https://repo.spring.io/libs-milestone/io/grpc/grpc-core/maven-metadata.xml
[WARNING] Could not transfer metadata io.grpc:grpc-core/maven-metadata.xml from/to spring-milestones (https://repo.spring.io/libs-milestone): Connection reset
Downloading from nexus: https://nexus.quickcan.com/nexus/repository/maven-public/com/kuaikan/vip/vip-api/4.8.4-vip_tab-SNAPSHOT/maven-metadata.xml
Downloaded from nexus: https://nexus.quickcan.com/nexus/repository/maven-public/com/kuaikan/vip/vip-api/4.8.4-vip_tab-SNAPSHOT/maven-metadata.xml (1.0 kB at 6.4 kB/s)
Downloading from nexus: https://nexus.quickcan.com/nexus/repository/maven-public/com/kuaikan/vip/kk-vip-parent/4.8.4-vip_tab-SNAPSHOT/maven-metadata.xml
Downloaded from nexus: https://nexus.quickcan.com/nexus/repository/maven-public/com/kuaikan/vip/kk-vip-parent/4.8.4-vip_tab-SNAPSHOT/maven-metadata.xml (621 B at 27 kB/s)
[WARNING] The POM for com.kuaikan.common:kk-common-core:jar:7.5.6 is missing, no dependency information available
Downloading from nexus: https://nexus.quickcan.com/nexus/repository/maven-public/com/kuaikan/recommend/blender.api/0.7.50-HOTRANK-SNAPSHOT/maven-metadata.xml
Downloaded from nexus: https://nexus.quickcan.com/nexus/repository/maven-public/com/kuaikan/recommend/blender.api/0.7.50-HOTRANK-SNAPSHOT/maven-metadata.xml (1.0 kB at 26 kB/s)
Downloading from nexus: https://nexus.quickcan.com/nexus/repository/maven-public/com/kuaikan/recommend/base-comic/0.9.28-HOTRANK-SNAPSHOT/maven-metadata.xml
Downloaded from nexus: https://nexus.quickcan.com/nexus/repository/maven-public/com/kuaikan/recommend/base-comic/0.9.28-HOTRANK-SNAPSHOT/maven-metadata.xml (1.0 kB at 41 kB/s)
[WARNING] The POM for com.kuaikan.recommend:base-comic:jar:0.9.28-HOTRANK-20230627.093037-7 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ kk-comic-backend ---
[INFO] Using 'utf-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 4 resources
[INFO] skip non existing resourceDirectory /Users/liguochao/workspace/kuaikan/comic/comic-backend/src/main/resources.${env}
[INFO]
[INFO] --- flatten-maven-plugin:1.1.0:flatten (flatten) @ kk-comic-backend ---
[INFO] Generating flattened POM of project com.kuaikan.comic:kk-comic-backend:jar:1.0-stag-SNAPSHOT...
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ kk-comic-backend ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 387 source files to /Users/liguochao/workspace/kuaikan/comic/comic-backend/target/classes
[WARNING] /Users/liguochao/workspace/kuaikan/comic/comic-backend/src/main/java/com/kuaikan/comic/util/ComicBizBuildUtil.java: 某些输入文件使用或覆盖了已过时的 API。
[WARNING] /Users/liguochao/workspace/kuaikan/comic/comic-backend/src/main/java/com/kuaikan/comic/util/ComicBizBuildUtil.java: 有关详细信息, 请使用 -Xlint:deprecation 重新编译。
[WARNING] /Users/liguochao/workspace/kuaikan/comic/comic-backend/src/main/java/com/kuaikan/comic/util/ComicBizBuildUtil.java: 某些输入文件使用了未经检查或不安全的操作。
[WARNING] /Users/liguochao/workspace/kuaikan/comic/comic-backend/src/main/java/com/kuaikan/comic/util/ComicBizBuildUtil.java: 有关详细信息, 请使用 -Xlint:unchecked 重新编译。
[INFO]
[INFO] --- gmavenplus-plugin:2.0.0:compile (default) @ kk-comic-backend ---
[INFO] No sources specified for compilation. Skipping.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] comic 1.0-stag-SNAPSHOT ............................ SUCCESS [ 1.406 s]
[INFO] comic-mq-service-api 1.0-stag-SNAPSHOT ............. SUCCESS [ 4.714 s]
[INFO] comic-service-api 1.0-stag-SNAPSHOT ................ SUCCESS [ 17.639 s]
[INFO] comic-mq-service 1.0.0 ............................. SUCCESS [ 4.008 s]
[INFO] comic-core-api 1.0-stag-SNAPSHOT ................... SUCCESS [ 1.978 s]
[INFO] comic-record 1.0.0 ................................. SUCCESS [ 1.190 s]
[INFO] comic-basic-api 1.0-stag-SNAPSHOT .................. SUCCESS [ 0.169 s]
[INFO] comic-business-api 1.0-stag-SNAPSHOT ............... SUCCESS [ 0.185 s]
[INFO] comic-api-service 1.0-stag-SNAPSHOT ................ SUCCESS [ 2.356 s]
[INFO] kk-comic-service 1.0 ............................... SUCCESS [ 7.432 s]
[INFO] kk-comic-backend 1.0-stag-SNAPSHOT ................. SUCCESS [ 19.474 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:01 min
[INFO] Finished at: 2023-07-03T15:42:22+08:00
[INFO] ------------------------------------------------------------------------

So, it seems mvnd command can not work with some jar files in our maven center repository, please help to find the problem,thank you

@gnodet
Copy link
Contributor

gnodet commented Jul 3, 2023

The output indicates that the build works correctly, what are you trying to show exactly ?
Please provide:

  • the working log with maven
  • the failing log with mvnd
  • a way to reproduce the problem

@Bismarcharis
Copy link
Author

I attached the working log file mvn.txt with maven and failing log file mvnd.txt with mvnd, but i am not sure the specific step to reproduce this issue

mvn.txt
mvnd.txt

@gnodet
Copy link
Contributor

gnodet commented Jul 4, 2023

I attached the working log file mvn.txt with maven and failing log file mvnd.txt with mvnd, but i am not sure the specific step to reproduce this issue

mvn.txt mvnd.txt

Did you use the same maven version of Maven ? mvnd comes with m39 supporting Maven 3.9.x and m40 supporting Maven 4.0.0-alpha-x. Given the log, it sounds like it could be a different behaviour between those. Can you maybe add the -V flag to both run to have the complete information ?

@Bismarcharis
Copy link
Author

I am using Maven version 3.6.1 ,So i need to downgrade mvnd version to use the compatible maven version 3.6.x?

@gnodet
Copy link
Contributor

gnodet commented Jul 7, 2023

Yes, mvnd 0.4.3 would be the latest supporting maven 3.6.x.

@gnodet gnodet closed this as not planned Won't fix, can't repro, duplicate, stale Jul 7, 2023
@poo0054
Copy link

poo0054 commented Jul 12, 2023

I started seeing m39 and m40 wondering what they were and it turned out to indicate versions. My goodness, can this be added to the documentation please.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants