Skip to content

Commit 1f75a5b

Browse files
committed
Fixed javadoc generation for maven repository publishing. Bumped version to 1.1.0
1 parent e120d61 commit 1f75a5b

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
@@ -4,7 +4,7 @@
44

55
<groupId>com.github.snksoft</groupId>
66
<artifactId>crc</artifactId>
7-
<version>1.0.3</version>
7+
<version>1.1.0</version>
88
<packaging>jar</packaging>
99

1010
<name>${project.groupId}:${project.artifactId}</name>
@@ -98,6 +98,14 @@
9898
<show>public</show>
9999
<nohelp>true</nohelp>
100100
</configuration>
101+
<executions>
102+
<execution>
103+
<id>attach-javadocs</id>
104+
<goals>
105+
<goal>jar</goal>
106+
</goals>
107+
</execution>
108+
</executions>
101109
</plugin>
102110

103111
<!-- maven deployment -->

0 commit comments

Comments
 (0)