File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 55
55
</execution >
56
56
</executions >
57
57
</plugin >
58
+ <plugin >
59
+ <groupId >org.codehaus.mojo</groupId >
60
+ <artifactId >flatten-maven-plugin</artifactId >
61
+ </plugin >
58
62
<!-- Workaround as including pom.xml overwrites flattened pom, while exluding pom.xml would not add any pom at all
59
63
to jar -->
60
64
<plugin >
Original file line number Diff line number Diff line change 3
3
xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
4
4
<modelVersion >4.0.0</modelVersion >
5
5
<artifactId >templates-devon4j</artifactId >
6
- <version >20.08.001-SNAPSHOT </version >
6
+ <version >20.08.001</version >
7
7
<packaging >jar</packaging >
8
8
<name >CobiGen devon4j Templates</name >
9
9
<description >CobiGen devon4j Templates</description >
61
61
62
62
<build >
63
63
<plugins >
64
+ <plugin >
65
+ <groupId >org.codehaus.mojo</groupId >
66
+ <artifactId >flatten-maven-plugin</artifactId >
67
+ </plugin >
64
68
<plugin >
65
69
<groupId >org.apache.maven.plugins</groupId >
66
70
<artifactId >maven-antrun-plugin</artifactId >
Original file line number Diff line number Diff line change 173
173
<plugin >
174
174
<groupId >org.codehaus.mojo</groupId >
175
175
<artifactId >flatten-maven-plugin</artifactId >
176
- <version >1.0.1 </version >
176
+ <version >1.2.2 </version >
177
177
<configuration >
178
178
<flattenMode >${oasp.flatten.mode} </flattenMode >
179
179
</configuration >
You can’t perform that action at this time.
0 commit comments