Skip to content

Commit c143e72

Browse files
committed
fix
1 parent a9bcfb8 commit c143e72

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Project creation
77
$ mvn archetype:generate \
88
-DarchetypeGroupId=com.pigumer.tools.archetype \
99
-DarchetypeArtifactId=openapi-archetype \
10-
-DarchetypeVersion=0.1.6 \
10+
-DarchetypeVersion=0.1.7 \
1111
-DgroupId=com.pigumer.example-service \
1212
-DartifactId=example-service-generated-modules \
1313
-DserviceId=example \

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.pigumer.tools.archetype</groupId>
66
<artifactId>openapi-archetype</artifactId>
7-
<version>0.1.6</version>
7+
<version>0.1.7</version>
88
<packaging>maven-archetype</packaging>
99

1010
<name>openapi-archetype</name>
@@ -42,6 +42,12 @@
4242
<groupId>org.apache.maven.plugins</groupId>
4343
<artifactId>maven-gpg-plugin</artifactId>
4444
<version>1.6</version>
45+
<configuration>
46+
<gpgArguments>
47+
<argument>--pinentry-mode</argument>
48+
<argument>loopback</argument>
49+
</gpgArguments>
50+
</configuration>
4551
<executions>
4652
<execution>
4753
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)