File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 123123 <plugin >
124124 <groupId >org.apache.maven.plugins</groupId >
125125 <artifactId >maven-source-plugin</artifactId >
126- <version >3.3.1</version >
126+ <!-- Using 3.3.1 or later gives issues with executing the
127+ build multiple times for some reason. Instead of trying to
128+ figure out why and making our project compatible with it,
129+ because I'm in a rush to release so I can go have a nap,
130+ I'm just gonna leave it as 3.2.1 for now. You can read more
131+ about the issue here:
132+ https://stackoverflow.com/questions/76305897/maven-build-fails-after-upgrading-to-maven-source-plugin-from-3-2-1-to-3-3-0
133+ -->
134+ <version >3.2.1</version >
127135 </plugin >
128136 <plugin >
129137 <groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments