File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change 43
43
<profile >
44
44
<id >release</id >
45
45
<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 >
64
46
<plugins >
65
47
<plugin >
66
48
<groupId >org.apache.maven.plugins</groupId >
71
53
</profile >
72
54
</profiles >
73
55
<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 >
74
74
<plugins >
75
75
<plugin >
76
76
<groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments