File tree Expand file tree Collapse file tree 1 file changed +4
-25
lines changed Expand file tree Collapse file tree 1 file changed +4
-25
lines changed Original file line number Diff line number Diff line change 16
16
17
17
<name >Distribution</name >
18
18
19
+ <properties >
20
+ <project .python.package.version>${project.version} </project .python.package.version>
21
+ </properties >
22
+
19
23
<!--
20
24
NOTE: These dependency declarations are required to sort this project
21
25
to the end of the line in the multimodule build and to get the jar files.
64
68
</execution >
65
69
</executions >
66
70
</plugin >
67
- <plugin >
68
- <groupId >org.codehaus.mojo</groupId >
69
- <artifactId >build-helper-maven-plugin</artifactId >
70
- <version >1.8</version >
71
- <executions >
72
- <execution >
73
- <id >generate-python-package-version</id >
74
- <goals >
75
- <goal >regex-property</goal >
76
- </goals >
77
- <phase >package</phase >
78
- <configuration >
79
- <!--
80
- Use property ${project.version} but delete the "-" (dash) from it
81
- and place it into the property ${project.python.package.version}
82
- -->
83
- <name >project.python.package.version</name >
84
- <regex >-rc</regex >
85
- <value >${project.version} </value >
86
- <replacement >rc</replacement >
87
- <failIfNoMatch >false</failIfNoMatch >
88
- </configuration >
89
- </execution >
90
- </executions >
91
- </plugin >
92
71
<plugin >
93
72
<groupId >org.codehaus.mojo</groupId >
94
73
<artifactId >exec-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments