Skip to content

Commit

Permalink
[incubator-kie-issues#1467] Deleting reproducible profile and its inv…
Browse files Browse the repository at this point in the history
…ocation (#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]>
  • Loading branch information
gitgabrio and Gabriele-Cardosi authored Sep 13, 2024
1 parent f142256 commit df36a36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 40 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-kogito-runtimes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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() }}
Expand Down
39 changes: 0 additions & 39 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit df36a36

Please sign in to comment.