File tree 1 file changed +30
-15
lines changed
1 file changed +30
-15
lines changed Original file line number Diff line number Diff line change 77
77
</execution >
78
78
</executions >
79
79
</plugin >
80
-
81
- <plugin >
82
- <groupId >org.apache.maven.plugins</groupId >
83
- <artifactId >maven-gpg-plugin</artifactId >
84
- <version >1.4</version >
85
- <executions >
86
- <execution >
87
- <id >sign-artifacts</id >
88
- <phase >verify</phase >
89
- <goals >
90
- <goal >sign</goal >
91
- </goals >
92
- </execution >
93
- </executions >
94
- </plugin >
95
80
</plugins >
96
81
97
82
<pluginManagement >
125
110
</pluginManagement >
126
111
</build >
127
112
113
+ <profiles >
114
+ <profile >
115
+ <id >release-sign-artifacts</id >
116
+ <activation >
117
+ <property >
118
+ <name >performRelease</name >
119
+ <value >true</value >
120
+ </property >
121
+ </activation >
122
+ <build >
123
+ <plugins >
124
+ <plugin >
125
+ <groupId >org.apache.maven.plugins</groupId >
126
+ <artifactId >maven-gpg-plugin</artifactId >
127
+ <version >1.4</version >
128
+ <executions >
129
+ <execution >
130
+ <id >sign-artifacts</id >
131
+ <phase >verify</phase >
132
+ <goals >
133
+ <goal >sign</goal >
134
+ </goals >
135
+ </execution >
136
+ </executions >
137
+ </plugin >
138
+ </plugins >
139
+ </build >
140
+ </profile >
141
+ </profiles >
142
+
128
143
<dependencies >
129
144
<dependency >
130
145
<groupId >org.apache.commons</groupId >
You can’t perform that action at this time.
0 commit comments