Skip to content

Commit f0a4704

Browse files
committed
Move git-commit-id-no-git to the root project
Signed-off-by: Zixuan Liu <nodeces@gmail.com>
1 parent 17550e5 commit f0a4704

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2410,6 +2410,17 @@ flexible messaging model and an intuitive client API.</description>
24102410
</build>
24112411

24122412
<profiles>
2413+
<profile>
2414+
<id>git-commit-id-no-git</id>
2415+
<activation>
2416+
<file>
2417+
<missing>${basedir}/../../.git</missing>
2418+
</file>
2419+
</activation>
2420+
<properties>
2421+
<docker.tag>${project.version}-no-git</docker.tag>
2422+
</properties>
2423+
</profile>
24132424
<profile>
24142425
<!-- used for running integration tests on Java 8 -->
24152426
<id>integration-test-java8</id>

0 commit comments

Comments
 (0)