Skip to content

Commit 72abce0

Browse files
Update publish & pom (#16)
* feat: publish.yaml maven repo * Update publish.yaml & pom.xml * commit * commit
1 parent 7744c00 commit 72abce0

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

pom.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,11 +179,27 @@
179179
<groupId>org.apache.maven.plugins</groupId>
180180
<artifactId>maven-source-plugin</artifactId>
181181
<version>3.3.1</version>
182+
<executions>
183+
<execution>
184+
<id>attach-sources</id>
185+
<goals>
186+
<goal>jar-no-fork</goal>
187+
</goals>
188+
</execution>
189+
</executions>
182190
</plugin>
183191
<plugin>
184192
<groupId>org.apache.maven.plugins</groupId>
185193
<artifactId>maven-javadoc-plugin</artifactId>
186194
<version>3.11.2</version>
195+
<executions>
196+
<execution>
197+
<id>attach-javadocs</id>
198+
<goals>
199+
<goal>jar</goal>
200+
</goals>
201+
</execution>
202+
</executions>
187203
</plugin>
188204
<plugin>
189205
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)