We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e120d61 commit 1f75a5bCopy full SHA for 1f75a5b
1 file changed
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.github.snksoft</groupId>
6
<artifactId>crc</artifactId>
7
- <version>1.0.3</version>
+ <version>1.1.0</version>
8
<packaging>jar</packaging>
9
10
<name>${project.groupId}:${project.artifactId}</name>
@@ -98,6 +98,14 @@
98
<show>public</show>
99
<nohelp>true</nohelp>
100
</configuration>
101
+ <executions>
102
+ <execution>
103
+ <id>attach-javadocs</id>
104
+ <goals>
105
+ <goal>jar</goal>
106
+ </goals>
107
+ </execution>
108
+ </executions>
109
</plugin>
110
111
<!-- maven deployment -->
0 commit comments