blob: 0399afbd70e71582b592bd1b07c464d93cbe72d8 [file] [log] [blame]
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.jetty.toolchain</groupId>
<artifactId>jetty-toolchain</artifactId>
<version>1.1</version>
</parent>
<artifactId>jetty-test-policy</artifactId>
<version>1.0</version>
<name>Jetty Toolchain :: Test Policy</name>
<description>test resource</description>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<id>build</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
<execution>
<id>sign</id>
<configuration>
<alias>jetty-policy</alias>
<keypass>polpwd</keypass>
<storepass>polpwd</storepass>
<type>jks</type>
<keystore>${basedir}/src/main/resources/jetty-policy.keystore</keystore>
<verify>true</verify>
</configuration>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<scm>
<connection>scm:svn:http://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty-toolchain/tags/jetty-test-policy-1.0</connection>
<developerConnection>scm:svn:svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty-toolchain/tags/jetty-test-policy-1.0</developerConnection>
<url>http://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty-toolchain/tags/jetty-test-policy-1.0</url>
</scm>
</project>