We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e6a95a + 86673f9 commit 2cc0555Copy full SHA for 2cc0555
independent-projects/parent/pom.xml
@@ -831,5 +831,30 @@
831
</plugins>
832
</build>
833
</profile>
834
+ <profile>
835
+ <id>ci</id>
836
+ <activation>
837
+ <property>
838
+ <name>env.CI</name>
839
+ </property>
840
+ </activation>
841
+ <build>
842
+ <pluginManagement>
843
+ <plugins>
844
+ <plugin>
845
+ <groupId>org.apache.maven.plugins</groupId>
846
+ <artifactId>maven-gpg-plugin</artifactId>
847
+ <configuration>
848
+ <!-- Prevent gpg from using pinentry programs -->
849
+ <gpgArguments>
850
+ <arg>--pinentry-mode</arg>
851
+ <arg>loopback</arg>
852
+ </gpgArguments>
853
+ </configuration>
854
+ </plugin>
855
+ </plugins>
856
+ </pluginManagement>
857
+ </build>
858
+ </profile>
859
</profiles>
860
</project>
0 commit comments