File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 8
8
<artifactId >supertest-maven-plugin</artifactId >
9
9
<packaging >maven-plugin</packaging >
10
10
<version >1.5</version >
11
+ <description >A wrapper for Maven's Surefire Plugin, with advanced re-run capabilities.</description >
12
+ <name >supertest-maven-plugin</name >
13
+ <url >https://github.com/CleverTap/supertest-maven-plugin</url >
11
14
12
15
<properties >
13
16
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
130
133
</plugins >
131
134
</build >
132
135
</profile >
136
+ <profile >
137
+ <id >gpg_verify</id >
138
+ <build >
139
+ <plugins >
140
+ <plugin >
141
+ <groupId >org.apache.maven.plugins</groupId >
142
+ <artifactId >maven-gpg-plugin</artifactId >
143
+ <version >1.5</version >
144
+ <configuration >
145
+ <gpgArguments >
146
+ <arg >--pinentry-mode</arg >
147
+ <arg >loopback</arg >
148
+ </gpgArguments >
149
+ </configuration >
150
+ <executions >
151
+ <execution >
152
+ <id >sign-artifacts</id >
153
+ <phase >verify</phase >
154
+ <goals >
155
+ <goal >sign</goal >
156
+ </goals >
157
+ </execution >
158
+ </executions >
159
+ </plugin >
160
+ </plugins >
161
+ </build >
162
+ </profile >
133
163
</profiles >
134
164
135
165
<developers >
You can’t perform that action at this time.
0 commit comments