Skip to content

Commit faf69ec

Browse files
committed
bugfix: deploy error
1 parent 35b3a7a commit faf69ec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ endif
3535
.PHONY: deploy
3636
deploy: clean
3737
ifeq ($(strip $(VERSION)),)
38-
${MVN} deploy
38+
${MVN} deploy -pl !coverage-report-aggregate
3939
cd ./spring-profiler-extension && ${MVN} deploy
4040
else
4141
${MVN} deploy -Drevision=$(VERSION)

coverage-report-aggregate/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<artifactId>coverage-report-aggregate</artifactId>
13-
<name>Coverage Report Aggregate</name>
13+
<name>coverage-report-aggregate</name>
1414
<description>Aggregate Coverage Report</description>
1515

1616
<dependencies>

0 commit comments

Comments
 (0)