Hopefully managed to convince the release plugin to read GPG key from settings.xml
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Tue, 26 Mar 2013 11:42:21 +0100
changeset 895850b213f47db
parent 894 7aa92399ad18
child 896 30e9ac29654f
Hopefully managed to convince the release plugin to read GPG key from settings.xml
pom.xml
     1.1 --- a/pom.xml	Tue Mar 26 09:42:42 2013 +0100
     1.2 +++ b/pom.xml	Tue Mar 26 11:42:21 2013 +0100
     1.3 @@ -94,7 +94,17 @@
     1.4                <configuration>
     1.5                    <tag>release-${releaseVersion}</tag>
     1.6                </configuration>
     1.7 -          </plugin>      </plugins>
     1.8 +          </plugin>      
     1.9 +           <plugin>
    1.10 +            <artifactId>maven-release-plugin</artifactId>
    1.11 +            <version>2.1</version>
    1.12 +            <configuration>
    1.13 +              <mavenExecutorId>forked-path</mavenExecutorId>
    1.14 +              <useReleaseProfile>false</useReleaseProfile>
    1.15 +              <arguments>-Pjvnet-release -Pgpg</arguments>
    1.16 +            </configuration>
    1.17 +          </plugin>
    1.18 +      </plugins>
    1.19        <pluginManagement>
    1.20            <plugins>
    1.21                <plugin>