We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 122a834 commit 9762b57Copy full SHA for 9762b57
pom.xml
@@ -76,8 +76,18 @@
76
<scope>provided</scope>
77
</dependency>
78
</dependencies>
79
-
+
80
81
<build>
82
+ <pluginManagement>
83
+ <plugins>
84
+ <plugin>
85
+ <groupId>org.apache.maven.plugins</groupId>
86
+ <artifactId>maven-gpg-plugin</artifactId>
87
+ <version>1.5</version>
88
+ </plugin>
89
+ </plugins>
90
+ </pluginManagement>
91
<plugins>
92
<plugin>
93
<groupId>org.apache.maven.plugins</groupId>
@@ -133,5 +143,5 @@
133
143
</plugin>
134
144
</plugins>
135
145
</build>
136
146
137
147
</project>
0 commit comments