File tree Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Original file line number Diff line number Diff line change 59
59
60
60
<build >
61
61
<plugins >
62
- <plugin >
63
- <groupId >org.codehaus.mojo</groupId >
64
- <artifactId >flatten-maven-plugin</artifactId >
65
- <version >1.2.7</version >
66
- <configuration >
67
- <flattenMode >resolveCiFriendliesOnly</flattenMode >
68
- <updatePomFile >true</updatePomFile >
69
- </configuration >
70
- <executions >
71
- <execution >
72
- <id >flatten</id >
73
- <phase >process-resources</phase >
74
- <goals >
75
- <goal >flatten</goal >
76
- </goals >
77
- </execution >
78
- <execution >
79
- <id >flatten-clean</id >
80
- <phase >clean</phase >
81
- <goals >
82
- <goal >clean</goal >
83
- </goals >
84
- </execution >
85
- </executions >
86
- </plugin >
87
62
<plugin >
88
63
<groupId >org.apache.maven.plugins</groupId >
89
64
<artifactId >maven-source-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments