[
https://issues.apache.org/jira/browse/CAMEL-22647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Work on CAMEL-22647 started by Pasquale Congiusti.
--------------------------------------------------
> [build] Enhance parent pom properties detector
> ----------------------------------------------
>
> Key: CAMEL-22647
> URL: https://issues.apache.org/jira/browse/CAMEL-22647
> Project: Camel
> Issue Type: Task
> Reporter: Pasquale Congiusti
> Assignee: Pasquale Congiusti
> Priority: Minor
>
> The script is running and it is correctly testing all the downstream
> dependencies after a parent pom upgrade. However, as the catalog depends by
> all components, there is a list of dependencies that we may always skip to
> make the test execution faster and less error prone.
> As an example:
> {code}
> [INFO] Camel :: OpenApi Java
> [jar]
> [INFO] Camel :: Servlet
> [jar]
> [INFO] Camel :: Jetty
> [jar]
> ...
> [INFO] Camel :: All Components Sync point
> [pom]
> [INFO] Camel :: Catalog :: Dummy Component
> [jar]
> [INFO] Camel :: Catalog :: Camel Catalog
> [jar]
> [INFO] Camel :: Catalog :: Console
> [jar]
> [INFO] Camel :: Catalog :: Lucene (deprecated)
> [jar]
> [INFO] Camel :: Catalog :: Maven
> [jar]
> [INFO] Camel :: Catalog :: Suggest
> [jar]
> [INFO] Camel :: Catalog :: Camel Route Parser
> [jar]
> [INFO] Camel :: Catalog :: Camel Compiled Simple Maven Plugin
> [maven-plugin]
> [INFO] Camel :: Catalog :: Camel Report Maven Plugin
> [maven-plugin]
> [INFO] Camel :: Endpoint DSL
> [jar]
> [INFO] Camel :: Component DSL
> [jar]
> [INFO] Camel :: Endpoint DSL :: Support
> [jar]
> [INFO] Camel :: Java DSL with jOOR
> [jar]
> [INFO] Camel :: XML DSL with camel-xml-jaxb
> [jar]
> [INFO] Camel :: XML DSL Jaxb :: Test :: Definition
> [jar]
> [INFO] Camel :: XML DSL Jaxb :: Test :: Spring
> [jar]
> [INFO] Camel :: YAML DSL :: Maven Plugins
> [maven-plugin]
> [INFO] Camel :: YAML DSL :: Deserializers
> [jar]
> [INFO] Camel :: YAML DSL
> [jar]
> [INFO] Camel :: Kamelet Main
> [jar]
> [INFO] Camel :: JBang :: Core
> [jar]
> [INFO] Camel :: JBang :: Main
> [jar]
> [INFO] Camel :: JBang :: Plugin :: Generate
> [jar]
> [INFO] Camel :: JBang :: Plugin :: Edit
> [jar]
> [INFO] Camel :: JBang :: Plugin :: Kubernetes
> [jar]
> [INFO] Camel :: JBang :: Plugin :: Testing
> [jar]
> [INFO] Camel :: Launcher
> [jar]
> [INFO] Camel :: JBang :: Integration tests
> [jar]
> [INFO] Camel :: Integration Tests
> [jar]
> [INFO] Camel :: Docs
> [pom]
> [INFO] Camel :: Assembly
> [pom]
> {code}
> If we can find a way to stop at "Camel :: All Components Sync point" then, we
> should be good.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)