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

gitgabrio pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-runtimes.git


The following commit(s) were added to refs/heads/main by this push:
     new df36a363e9 [incubator-kie-issues#1467] Deleting reproducible profile 
and its invocation (#3663)
df36a363e9 is described below

commit df36a363e92c60341b903cc01cf206740255206e
Author: Gabriele Cardosi <[email protected]>
AuthorDate: Fri Sep 13 17:29:30 2024 +0200

    [incubator-kie-issues#1467] Deleting reproducible profile and its 
invocation (#3663)
    
    * [incubator-kie-issues#1467] Deleting reproducible profile and its 
invocation
    
    * [incubator-kie-issues#1467] Hardcoding reference to twin 
PR/pull-request-config.yaml
    
    * [incubator-kie-issues#1467] Update hardcoded reference to twin 
PR/pull-request-config.yaml
    
    * [incubator-kie-issues#1467] Update hardcoded reference to twin 
PR/pull-request-config.yaml
    
    * [incubator-kie-issues#1467] Update hardcoded reference to twin 
PR/pull-request-config.yaml
    
    * [incubator-kie-issues#1467] Update hardcoded reference to twin 
PR/pull-request-config.yaml
    
    * [incubator-kie-issues#1467] Update hardcoded reference to twin 
PR/pull-request-config.yaml
    
    * [incubator-kie-issues#1467] Restoring reference to 
pull-request-config.yaml
    
    ---------
    
    Co-authored-by: Gabriele-Cardosi <[email protected]>
---
 .github/workflows/pr-kogito-runtimes.yml |  2 +-
 pom.xml                                  | 39 --------------------------------
 2 files changed, 1 insertion(+), 40 deletions(-)

diff --git a/.github/workflows/pr-kogito-runtimes.yml 
b/.github/workflows/pr-kogito-runtimes.yml
index 127384a731..47f9663822 100644
--- a/.github/workflows/pr-kogito-runtimes.yml
+++ b/.github/workflows/pr-kogito-runtimes.yml
@@ -65,7 +65,7 @@ jobs:
           github-token: "${{ secrets.GITHUB_TOKEN }}"
           definition-file: 
https://raw.githubusercontent.com/${GROUP:apache}/incubator-kie-kogito-pipelines/${BRANCH:main}/.ci/pull-request-config.yaml
         env:
-          BUILD_MVN_OPTS_CURRENT: '-Dreproducible -Dvalidate-formatting'
+          BUILD_MVN_OPTS_CURRENT: '-Dvalidate-formatting'
       - name: Junit Report
         uses: 
apache/incubator-kie-kogito-pipelines/.ci/actions/action-junit-report@main
         if: ${{ always() }}
diff --git a/pom.xml b/pom.xml
index 51c1a4f9b5..d4a05d4f29 100644
--- a/pom.xml
+++ b/pom.xml
@@ -165,43 +165,4 @@
     <module>springboot</module>
   </modules>
 
-  <profiles>
-    <profile>
-      <id>reproducible-build</id>
-      <activation>
-        <property>
-          <name>reproducible</name>
-        </property>
-      </activation>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-artifact-plugin</artifactId>
-            <executions>
-              <execution>
-                <id>check-buildplan</id>
-                <goals>
-                  <goal>check-buildplan</goal>
-                </goals>
-                <!-- The execution's configuration is part of the 
pluginManagement. This piece here only makes sure the
-                     execution is enabled (by specifying a phase) for full 
profile builds. -->
-                <phase>validate</phase>
-              </execution>
-              <execution>
-                <id>compare</id>
-                <goals>
-                  <goal>compare</goal>
-                </goals>
-                <!-- The execution's configuration is part of the 
pluginManagement. This piece here only makes sure the
-                     execution is enabled (by specifying a phase) for full 
profile builds. -->
-                <phase>install</phase>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-  </profiles>
-
 </project>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to