Skip to content

Commit b6de96b

Browse files
author
Igor Polevoy
committed
#406 Maven maven-gpg-plugin fails on a “artifact has not been assembled yet” -
1 parent 34b9fb1 commit b6de96b

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

pom.xml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -43,24 +43,6 @@
4343
<profile>
4444
<id>release</id>
4545
<build>
46-
<pluginManagement>
47-
<plugins>
48-
<plugin>
49-
<groupId>org.apache.maven.plugins</groupId>
50-
<artifactId>maven-gpg-plugin</artifactId>
51-
<version>1.5</version>
52-
<executions>
53-
<execution>
54-
<id>sign-artifacts</id>
55-
<phase>verify</phase>
56-
<goals>
57-
<goal>sign</goal>
58-
</goals>
59-
</execution>
60-
</executions>
61-
</plugin>
62-
</plugins>
63-
</pluginManagement>
6446
<plugins>
6547
<plugin>
6648
<groupId>org.apache.maven.plugins</groupId>
@@ -71,6 +53,24 @@
7153
</profile>
7254
</profiles>
7355
<build>
56+
<pluginManagement>
57+
<plugins>
58+
<plugin>
59+
<groupId>org.apache.maven.plugins</groupId>
60+
<artifactId>maven-gpg-plugin</artifactId>
61+
<version>1.5</version>
62+
<executions>
63+
<execution>
64+
<id>sign-artifacts</id>
65+
<phase>verify</phase>
66+
<goals>
67+
<goal>sign</goal>
68+
</goals>
69+
</execution>
70+
</executions>
71+
</plugin>
72+
</plugins>
73+
</pluginManagement>
7474
<plugins>
7575
<plugin>
7676
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)