This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
commit b7c1667b441a4b1b5054df53212e6958a477204a Author: Robert Lazarski <[email protected]> AuthorDate: Sun May 17 04:34:54 2026 -1000 Add mcp-bridge and jpa-schema to reactor build These modules were in the distribution pom but missing from the root reactor, causing GHA CI failure: distribution could not resolve axis2-mcp-bridge:jar and axis2-jpa-schema:jar because they were never built. Also fix POM formatting (tidy:pom). Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]> --- modules/mcp-bridge/pom.xml | 4 +--- pom.xml | 2 ++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/mcp-bridge/pom.xml b/modules/mcp-bridge/pom.xml index dee3073046..03b7cf2e42 100644 --- a/modules/mcp-bridge/pom.xml +++ b/modules/mcp-bridge/pom.xml @@ -18,9 +18,7 @@ ~ under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> diff --git a/pom.xml b/pom.xml index f2c984d15f..242ab7aa75 100644 --- a/pom.xml +++ b/pom.xml @@ -387,6 +387,8 @@ <module>modules/json</module> <module>modules/kernel</module> <module>modules/openapi</module> + <module>modules/mcp-bridge</module> + <module>modules/jpa-schema</module> <module>modules/mex</module> <module>modules/mtompolicy</module> <module>modules/mtompolicy-mar</module>
