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

Package Maven Plugin: Goal prefix is specified as: 'camel-quarkus'. Maven currently expects it to be 'camel-quarkus-package'. #1395

Closed
lburgazzoli opened this issue Jun 21, 2020 · 1 comment · Fixed by #1416
Assignees
Labels
Milestone

Comments

@lburgazzoli
Copy link
Contributor

maven-plugin-plugin:3.5.2:descriptor warning when building Package Maven Plugin

[INFO] Building Camel Quarkus :: Tooling :: Maven :: Package Maven Plugin 1.1.0-SNAPSHOT [8/674]
[INFO] ----------------------------[ maven-plugin ]----------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ camel-quarkus-package-maven-plugin ---
[INFO] Deleting /home/lburgazz/work/apache/dev/camel-quarkus/tooling/package-maven-plugin/target
[INFO] 
[INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ camel-quarkus-package-maven-plugin ---
[INFO] Highest basedir set to: /home/lburgazz/work/apache/dev/camel-quarkus
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (camel-quarkus-enforcer-rules) @ camel-quarkus-package-maven-plugin ---
[INFO] 
[INFO] --- groovy-maven-plugin:2.1.1:execute (sanity-checks) @ camel-quarkus-package-maven-plugin ---
[INFO] 
[INFO] --- formatter-maven-plugin:2.11.0:format (format) @ camel-quarkus-package-maven-plugin ---
[INFO] Using 'UTF-8' encoding to format source files.
[INFO] Number of files to be formatted: 7
[INFO] Successfully formatted:          0 file(s)
[INFO] Fail to format:                  0 file(s)
[INFO] Skipped:                         7 file(s)
[INFO] Read only skipped:               0 file(s)
[INFO] Approximate time taken:          1s
[INFO] 
[INFO] --- impsort-maven-plugin:1.3.2:sort (sort-imports) @ camel-quarkus-package-maven-plugin ---
[INFO]  Total Files Processed: 7 in 00:00.690
[INFO]         Already Sorted: 7
[INFO]         Needed Sorting: 0
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ camel-quarkus-package-maven-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ camel-quarkus-package-maven-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /home/lburgazz/work/apache/dev/camel-quarkus/tooling/package-maven-plugin/target/classes
[INFO] 
[INFO] --- maven-plugin-plugin:3.5.2:descriptor (default-descriptor) @ camel-quarkus-package-maven-plugin ---
[WARNING] 

Goal prefix is specified as: 'camel-quarkus'. Maven currently expects it to be 'camel-quarkus-package'.
@ppalaga
Copy link
Contributor

ppalaga commented Jun 21, 2020

I think it is harmless. But yes, we can rename the plugin to camel-quarkus-maven-plugin.

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