Skip to content

Commit 943d70f

Browse files
committed
"release.sh 11.5"
1 parent 9987a05 commit 943d70f

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

fxgl-zdeploy/pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@
4242
<artifactId>kotlin-maven-plugin</artifactId>
4343
</plugin>
4444

45+
<!-- Create sources.jar -->
46+
<plugin>
47+
<groupId>org.apache.maven.plugins</groupId>
48+
<artifactId>maven-source-plugin</artifactId>
49+
</plugin>
50+
4551
<!-- Create javadoc.jar -->
4652
<plugin>
4753
<groupId>org.apache.maven.plugins</groupId>

pom.xml

-8
Original file line numberDiff line numberDiff line change
@@ -141,14 +141,6 @@
141141
</dependency>
142142
</dependencies>
143143

144-
<pluginRepositories>
145-
<pluginRepository>
146-
<id>jcenter</id>
147-
<name>JCenter</name>
148-
<url>https://jcenter.bintray.com/</url>
149-
</pluginRepository>
150-
</pluginRepositories>
151-
152144
<build>
153145
<pluginManagement>
154146
<plugins>

0 commit comments

Comments
 (0)