Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add version.org.wildfly.plugins.wildfly-maven-plugin for overriding. … #530

Merged
merged 1 commit into from
May 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/jberet-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: quick build
run: mvn install -DskipTests
- name: full build
run: mvn install '-Dserver.version=${{needs.wildfly-build.outputs.wildfly-version}}' '-Dversion.org.wildfly.plugins.wildfly-maven-plugin=5.0.0.Beta3' '-Dversion.org.wildfly.galleon-plugins=7.0.0.Beta2'
run: mvn install '-Dserver.version=${{needs.wildfly-build.outputs.wildfly-version}}'
# - uses: actions/upload-artifact@v3
# if: failure()
# with:
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
<version.org.jberet.jberet-vertx-cluster>1.3.9.SP3</version.org.jberet.jberet-vertx-cluster>

<version.com.datastax.cassandra>3.11.5</version.com.datastax.cassandra>
<version.org.wildfly.plugins.wildfly-maven-plugin>5.0.0.Final</version.org.wildfly.plugins.wildfly-maven-plugin>

<!-- Other properties -->
<!-- Protocol to use for communication with remote maven repositories.
Expand Down
1 change: 1 addition & 0 deletions test-deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
<plugin>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-maven-plugin</artifactId>
<version>${version.org.wildfly.plugins.wildfly-maven-plugin}</version>
<executions>
<execution>
<id>server-provisioning</id>
Expand Down