File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 8787 </resources >
8888
8989 <plugins >
90+ <!-- flatten to produce explicit version numbers that are expected by central for publishing -->
91+ <plugin >
92+ <groupId >org.codehaus.mojo</groupId >
93+ <artifactId >flatten-maven-plugin</artifactId >
94+ <version >1.7.1</version >
95+ <executions >
96+ <execution >
97+ <goals >
98+ <goal >flatten</goal >
99+ </goals >
100+ <phase >process-resources</phase >
101+ </execution >
102+ </executions >
103+ </plugin >
90104 <plugin >
91105 <groupId >org.apache.maven.plugins</groupId >
92106 <artifactId >maven-enforcer-plugin</artifactId >
Original file line number Diff line number Diff line change 8989 </resources >
9090
9191 <plugins >
92+ <!-- flatten to produce explicit version numbers that are expected by central for publishing -->
93+ <plugin >
94+ <groupId >org.codehaus.mojo</groupId >
95+ <artifactId >flatten-maven-plugin</artifactId >
96+ <version >1.7.1</version >
97+ <executions >
98+ <execution >
99+ <goals >
100+ <goal >flatten</goal >
101+ </goals >
102+ <phase >process-resources</phase >
103+ </execution >
104+ </executions >
105+ </plugin >
92106 <plugin >
93107 <groupId >org.apache.maven.plugins</groupId >
94108 <artifactId >maven-enforcer-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments