Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
dcache-cta
Commits
4cecffbc
Commit
4cecffbc
authored
Dec 22, 2021
by
Tigran Mkrtchyan
☕
Browse files
pom: change tar package name n preparation to rpm build
parent
3d1d61c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
4cecffbc
...
...
@@ -148,15 +148,16 @@
<version>
3.2.0
</version>
<executions>
<execution>
<id>
re
gex-property
</id>
<id>
p
re
pare-dist-version
</id>
<goals>
<goal>
regex-property
</goal>
</goals>
<configuration>
<name>
tar.version
</name>
<!-- referenced by tar and rpm -->
<name>
dist.version
</name>
<value>
${project.version}
</value>
<regex>
-SNAPSHOT
</regex>
<replacement>
-
\${git.commit.id.abbrev}
</replacement>
<replacement>
.git
\${git.commit.id.abbrev}
</replacement>
<failIfNoMatch>
false
</failIfNoMatch>
</configuration>
</execution>
...
...
@@ -226,7 +227,7 @@
<descriptor>
src/main/assembly/plugin.xml
</descriptor>
</descriptors>
<appendAssemblyId>
false
</appendAssemblyId>
<finalName>
${artifactId}-${
tar
.version}
</finalName>
<finalName>
${artifactId}-${
dist
.version}
</finalName>
<formats>
<format>
tar.gz
</format>
</formats>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment