Skip to content

Commit 573b44c

Browse files
committed
build action
1 parent c1fc875 commit 573b44c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-sbm-support-rewrite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ jobs:
4444
env:
4545
DISABLE_SAMPLES: true
4646
run: |
47-
jfrog mvn -B -Pci,spring -DskipTests clean install
47+
jfrog mvn clean install
4848
jfrog build-publish

.mvn/maven.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
-DaltSnapshotDeploymentRepository=repo.spring.io::default::https://repo.spring.io/libs-snapshot-local -P spring
1+
-DaltSnapshotDeploymentRepository=repo.spring.io::default::https://repo.spring.io/libs-snapshot-local -Pci,spring -B -DskipTests

sbm-support-rewrite/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,4 +468,4 @@ limitations under the License.
468468
</distributionManagement>
469469
</profile>
470470
</profiles>
471-
</project>
471+
</project>

0 commit comments

Comments
 (0)