Skip to content

Commit 0684a33

Browse files
committed
Fix to sign sources and javadoc.
1 parent 375abb2 commit 0684a33

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/pom.xml

-2
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@
142142
<executions>
143143
<execution>
144144
<id>attach-sources</id>
145-
<phase>deploy</phase>
146145
<goals>
147146
<goal>jar-no-fork</goal>
148147
</goals>
@@ -159,7 +158,6 @@
159158
<executions>
160159
<execution>
161160
<id>attach-javadocs</id>
162-
<phase>deploy</phase>
163161
<goals>
164162
<goal>jar</goal>
165163
</goals>

0 commit comments

Comments
 (0)