This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch maintenance-branch
in repository https://gitbox.apache.org/repos/asf/causeway.git


The following commit(s) were added to refs/heads/maintenance-branch by this 
push:
     new c13b416e36a CAUSEWAY-3952: [v2] CI-friendly revisioned build (CI 4th 
attempt)
c13b416e36a is described below

commit c13b416e36ab3e3c7ff2cb735ee5ca3eb72a417d
Author: andi-huber <[email protected]>
AuthorDate: Fri Jan 16 08:33:48 2026 +0100

    CAUSEWAY-3952: [v2] CI-friendly revisioned build (CI 4th attempt)
---
 core/pom.xml                  |  6 ------
 scripts/ci/build-artifacts.sh | 32 --------------------------------
 starters/pom.xml              | 12 ------------
 3 files changed, 50 deletions(-)

diff --git a/core/pom.xml b/core/pom.xml
index e5e391dff2d..fa3591ea044 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -112,12 +112,6 @@
                        and deploy plugins are automatically included because 
they provide the default
                        bindings. For the 'site' lifecycle, the site plugin is 
automatically included. -->
                <plugins>
-                       <!-- run using: mvn 
org.apache.rat:apache-rat-plugin:check -->
-                       <plugin>
-                               <groupId>org.apache.rat</groupId>
-                               <artifactId>apache-rat-plugin</artifactId>
-                               <inherited>true</inherited>
-                       </plugin>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-release-plugin</artifactId>
diff --git a/scripts/ci/build-artifacts.sh b/scripts/ci/build-artifacts.sh
index 6ccb36ee6ec..95bba185a31 100644
--- a/scripts/ci/build-artifacts.sh
+++ b/scripts/ci/build-artifacts.sh
@@ -133,36 +133,4 @@ mvn -s $SETTINGS_XML \
     | fgrep --line-buffered -v "[INFO] No site descriptor found: nothing to 
attach." \
     | fgrep --line-buffered -v "[INFO] Skipping because packaging 'jar' is not 
pom."
 
-# now build the individual docker images
-#if [ "$JIB_CMD" != "skip"  ]; then
-#  buildDockerImage examples/demo/wicket/jdo
-#  buildDockerImage examples/demo/wicket/jpa
-#fi
-
-if [ ! -z "$REVISION" ] && [ "$REV_REVERT_FLAG" != "off" ]; then
-  cd $PROJECT_ROOT_PATH
-  echo ""
-  echo ""
-  echo ">>> mvn versions:revert ..."
-  echo ""
-  echo ""
-  mvn versions:revert \
-      -DprocessAllModules \
-      -Dmodule-all \
-      | fgrep --line-buffered -v "^Progress (1)" \
-      | fgrep --line-buffered -v "Downloading from central" \
-      | fgrep --line-buffered -v "Downloaded from central" \
-      | fgrep --line-buffered -v "Downloading from DataNucleus_2" \
-      | fgrep --line-buffered -v "Downloaded from DataNucleus_2"
-
-
-  echo ""
-  echo ""
-  echo ">>> sed'ing to revert version in starters and parent ..."
-  echo ""
-  echo ""
-  cd $PROJECT_ROOT_PATH/starters
-  sed -i "s|<version>$REVISION</version>|<version>$CURR</version>|g" pom.xml
-fi
-
 cd $PROJECT_ROOT_PATH
diff --git a/starters/pom.xml b/starters/pom.xml
index a50495ce697..1f014e4c977 100644
--- a/starters/pom.xml
+++ b/starters/pom.xml
@@ -85,18 +85,6 @@
                                        <version>3.5.0</version>
                                </plugin>
 
-                <plugin>
-                    <groupId>org.apache.rat</groupId>
-                    <artifactId>apache-rat-plugin</artifactId>
-                    <version>0.16.1</version>
-                    <configuration>
-                        
<addDefaultLicenseMatchers>true</addDefaultLicenseMatchers>
-                        <excludeSubProjects>true</excludeSubProjects>
-                        <excludes>
-                            <exclude>**/module-nav.adoc</exclude>
-                        </excludes>
-                    </configuration>
-                </plugin>
             </plugins>
                </pluginManagement>
        </build>

Reply via email to