(axis-axis2-java-core) branch master updated: AXIS2-6066: Use the new syntax to include generated content into the site

2024-09-13 Thread veithen
This is an automated email from the ASF dual-hosted git repository.

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


The following commit(s) were added to refs/heads/master by this push:
 new 2a66f1e342 AXIS2-6066: Use the new syntax to include generated content 
into the site
2a66f1e342 is described below

commit 2a66f1e34248d70ecad4fbce9faf397a23c68e92
Author: Andreas Veithen 
AuthorDate: Fri Sep 13 11:44:39 2024 +

AXIS2-6066: Use the new syntax to include generated content into the site
---
 modules/tool/axis2-aar-maven-plugin/src/site/site.xml   | 2 +-
 modules/tool/axis2-java2wsdl-maven-plugin/src/site/site.xml | 2 +-
 modules/tool/axis2-mar-maven-plugin/src/site/site.xml   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/modules/tool/axis2-aar-maven-plugin/src/site/site.xml 
b/modules/tool/axis2-aar-maven-plugin/src/site/site.xml
index 9b559e753e..353102bfc3 100644
--- a/modules/tool/axis2-aar-maven-plugin/src/site/site.xml
+++ b/modules/tool/axis2-aar-maven-plugin/src/site/site.xml
@@ -41,6 +41,6 @@
   
   
 
-${reports}
+
   
 
diff --git a/modules/tool/axis2-java2wsdl-maven-plugin/src/site/site.xml 
b/modules/tool/axis2-java2wsdl-maven-plugin/src/site/site.xml
index c221ee48d6..16db58b799 100644
--- a/modules/tool/axis2-java2wsdl-maven-plugin/src/site/site.xml
+++ b/modules/tool/axis2-java2wsdl-maven-plugin/src/site/site.xml
@@ -41,6 +41,6 @@
   
   
 
-${reports}
+
   
 
diff --git a/modules/tool/axis2-mar-maven-plugin/src/site/site.xml 
b/modules/tool/axis2-mar-maven-plugin/src/site/site.xml
index bde6778ff1..b0b45e10ba 100644
--- a/modules/tool/axis2-mar-maven-plugin/src/site/site.xml
+++ b/modules/tool/axis2-mar-maven-plugin/src/site/site.xml
@@ -41,6 +41,6 @@
   
   
 
-${reports}
+
   
 



(axis-axis2-java-core) branch master updated: AXIS2-6066: Fix Javadoc generation

2024-09-13 Thread veithen
This is an automated email from the ASF dual-hosted git repository.

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


The following commit(s) were added to refs/heads/master by this push:
 new 235535a49b AXIS2-6066: Fix Javadoc generation
235535a49b is described below

commit 235535a49b609ec939bc65be0426fead2b30fe8f
Author: Andreas Veithen 
AuthorDate: Fri Sep 13 12:09:09 2024 +

AXIS2-6066: Fix Javadoc generation
---
 apidocs/pom.xml  | 6 ++
 modules/osgi/pom.xml | 8 +---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/apidocs/pom.xml b/apidocs/pom.xml
index b6ad6a4334..af0101ff68 100644
--- a/apidocs/pom.xml
+++ b/apidocs/pom.xml
@@ -282,6 +282,12 @@
 axis2-transport-xmpp
 ${project.version}
 
+
+
+org.apache.maven.plugin-tools
+maven-plugin-annotations
+
 
 
 
diff --git a/modules/osgi/pom.xml b/modules/osgi/pom.xml
index 5597637168..7214b1e036 100644
--- a/modules/osgi/pom.xml
+++ b/modules/osgi/pom.xml
@@ -47,7 +47,6 @@
 
 jakarta.servlet
 jakarta.servlet-api
-provided
 
 
 org.apache.axis2
@@ -62,7 +61,6 @@
 
 org.osgi
 org.osgi.framework
-provided
 
  
 org.apache.axis2
@@ -78,27 +76,23 @@
 org.osgi
 org.osgi.util.tracker
 1.5.4
-provided
 
 
 org.osgi
 org.osgi.service.http
 1.2.2
-provided
 
 
 org.osgi
 org.osgi.service.cm
 1.6.1
-provided
 
 
 org.osgi
 org.osgi.service.log
 1.5.0
-provided
 
-   
+
 org.osgi
 org.osgi.service.jakartars
 2.0.0



(axis-axis2-java-core) branch master updated: Use maven.test.skip to skip integration tests

2024-09-13 Thread veithen
This is an automated email from the ASF dual-hosted git repository.

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


The following commit(s) were added to refs/heads/master by this push:
 new 32f912f1d9 Use maven.test.skip to skip integration tests
32f912f1d9 is described below

commit 32f912f1d9f8a838acb17a997b7f6f6e2a935bca
Author: Andreas Veithen 
AuthorDate: Fri Sep 13 12:33:30 2024 +

Use maven.test.skip to skip integration tests
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 94227c3f2a..d4e435781f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1219,7 +1219,7 @@
 ${java.home}
 
 ${argLine}
-${skipTests}
+${maven.test.skip}
 true
 
 



(axis-axis2-java-core) branch dependabot/maven/groovy.version-4.0.23 created (now 4ef1c78c84)

2024-09-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/maven/groovy.version-4.0.23
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


  at 4ef1c78c84 Bump groovy.version from 4.0.22 to 4.0.23

No new revisions were added by this update.



(axis-axis2-java-core) branch master updated (32f912f1d9 -> b39fa7c754)

2024-09-13 Thread veithen
This is an automated email from the ASF dual-hosted git repository.

veithen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


from 32f912f1d9 Use maven.test.skip to skip integration tests
 add b39fa7c754 Bump groovy.version from 4.0.22 to 4.0.23

No new revisions were added by this update.

Summary of changes:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



(axis-axis2-java-core) branch dependabot/maven/groovy.version-4.0.23 deleted (was 4ef1c78c84)

2024-09-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/maven/groovy.version-4.0.23
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


 was 4ef1c78c84 Bump groovy.version from 4.0.22 to 4.0.23

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.