Skip to content

Commit 4af8234

Browse files
committed
Downgrade maven-source-plugin back to 3.2.1
1 parent b19dee0 commit 4af8234

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,15 @@
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>

0 commit comments

Comments
 (0)