We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9987a05 commit 943d70fCopy full SHA for 943d70f
fxgl-zdeploy/pom.xml
@@ -42,6 +42,12 @@
42
<artifactId>kotlin-maven-plugin</artifactId>
43
</plugin>
44
45
+ <!-- Create sources.jar -->
46
+ <plugin>
47
+ <groupId>org.apache.maven.plugins</groupId>
48
+ <artifactId>maven-source-plugin</artifactId>
49
+ </plugin>
50
+
51
<!-- Create javadoc.jar -->
52
<plugin>
53
<groupId>org.apache.maven.plugins</groupId>
pom.xml
@@ -141,14 +141,6 @@
141
</dependency>
142
</dependencies>
143
144
- <pluginRepositories>
145
- <pluginRepository>
146
- <id>jcenter</id>
147
- <name>JCenter</name>
148
- <url>https://jcenter.bintray.com/</url>
149
- </pluginRepository>
150
- </pluginRepositories>
151
-
152
<build>
153
<pluginManagement>
154
<plugins>
0 commit comments