[
https://issues.apache.org/jira/browse/CAMEL-13386?focusedWorklogId=227938&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-227938
]
ASF GitHub Bot logged work on CAMEL-13386:
------------------------------------------
Author: ASF GitHub Bot
Created on: 15/Apr/19 20:16
Start Date: 15/Apr/19 20:16
Worklog Time Spent: 10m
Work Description: zregvart commented on pull request #2869: CAMEL-13386:
Maven Flatten plugin refinements
URL: https://github.com/apache/camel/pull/2869
This makes sure that Maven Flatten plugin is run in all profiles not just
for `release` and changes the `properties` element processing to `keep` in
contrast to the previous setting (`expand`) it should not replace property
placeholders with expanded properties that might contain values specific to the
machine the build is running.
Also makes sure that the distribution archives do not hold the
`.flattened-pom.xml` file.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 227938)
Time Spent: 10m
Remaining Estimate: 0h
> Error assembling JAR: Manifest file:
> /home/camel/camel/target/checkout/parent/target/classes/META-INF/MANIFEST.MF
> does not exist
> --------------------------------------------------------------------------------------------------------------------------------
>
> Key: CAMEL-13386
> URL: https://issues.apache.org/jira/browse/CAMEL-13386
> Project: Camel
> Issue Type: Bug
> Components: examples
> Reporter: Gary Brown
> Assignee: Zoran Regvart
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Tried building the 3.0.0-M2 opentracing example, and got:
> {noformat}
> INFO]
> [INFO] --- maven-bundle-plugin:4.1.0:manifest (bundle-manifest) @
> camel-example-opentracing-loggingtracer ---
> [WARNING] Manifest
> org.apache.camel.example:camel-example-opentracing-loggingtracer:jar:3.0.0-M2
> : Unused Import-Package instructions: [org.apache.camel.*]
> [INFO]
> [INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @
> camel-example-opentracing-loggingtracer ---
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Summary for Camel :: Example :: OpenTracing 3.0.0-M2:
> [INFO]
> [INFO] Camel :: Example :: OpenTracing .................... SUCCESS [ 1.046
> s]
> [INFO] Camel :: Example :: OpenTracing :: LoggingTracer ... FAILURE [ 1.596
> s]
> [INFO] Camel :: Example :: OpenTracing :: Client .......... SKIPPED
> [INFO] Camel :: Example :: OpenTracing :: Service 1 ....... SKIPPED
> [INFO] Camel :: Example :: OpenTracing :: Service 2 ....... SKIPPED
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 3.245 s
> [INFO] Finished at: 2019-04-01T12:24:50+01:00
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-jar-plugin:3.1.1:jar (default-jar) on project
> camel-example-opentracing-loggingtracer: Error assembling JAR: Manifest file:
> /home/camel/camel/target/checkout/parent/target/classes/META-INF/MANIFEST.MF
> does not exist. -> [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
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the
> command
> [ERROR] mvn <goals> -rf :camel-example-opentracing-loggingtracer{noformat}
> Also got the same error when building in the examples folder, with the
> camel-example-aggregate example.
> The manifest file path mentioned in the error is included in a file
> ".flattened-pom.xml" present in many of the examples folder. This file is not
> present in 3.0.0-M1 which builds fine.
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)