Skip to content

Commit 7302595

Browse files
author
Igor Polevoy
committed
fixing the 'The project artifact has not been assembled yet' issue
1 parent e25d340 commit 7302595

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@
4747
<plugin>
4848
<groupId>org.apache.maven.plugins</groupId>
4949
<artifactId>maven-gpg-plugin</artifactId>
50+
<configuration>
51+
<skip>true</skip>
52+
</configuration>
5053
<executions>
5154
<execution>
5255
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)