1fda9e
1fda9e
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1fda9e
  <modelVersion>4.0.0</modelVersion>
1fda9e
  <groupId>com.jcraft</groupId>
1fda9e
  <artifactId>jsch</artifactId>
1fda9e
  <packaging>jar</packaging>
1fda9e
  <version>0.1.50</version>
1fda9e
  <name>JSch</name>
1fda9e
  <url>http://www.jcraft.com/jsch/</url>
1fda9e
  <description>JSch is a pure Java implementation of SSH2</description>
1fda9e
  <organization>
1fda9e
    <name>JCraft,Inc.</name>
1fda9e
    <url>http://www.jcraft.com/</url>
1fda9e
  </organization>
1fda9e
  <scm>
1fda9e
    <connection>scm:git:http://git.jcraft.com/jsch.git</connection>
1fda9e
    <developerConnection>scm:git:http://git.jcraft.com/jsch.git</developerConnection>
1fda9e
    <url>http://git.jcraft.com/jsch.git</url>
1fda9e
  </scm>
1fda9e
  <developers>
1fda9e
    <developer>
1fda9e
    <id>ymnk</id>
1fda9e
    <name>Atsuhiko Yamanaka</name>
1fda9e
    <email>ymnk at jcraft D0t com</email>
1fda9e
    <url>http://github.com/ymnk</url>
1fda9e
    <organization>JCraft,Inc.</organization>
1fda9e
    <organizationUrl>http://www.jcraft.com/</organizationUrl>
1fda9e
    <roles>
1fda9e
      <role>architect</role>
1fda9e
      <role>developer</role>
1fda9e
    </roles>
1fda9e
    <timezone>+9</timezone>
1fda9e
    </developer>
1fda9e
  </developers>
1fda9e
  <licenses>
1fda9e
    <license>
1fda9e
      <name>Revised BSD</name>
1fda9e
      <url>http://www.jcraft.com/jsch/LICENSE.txt</url>
1fda9e
    </license>
1fda9e
  </licenses>
1fda9e
  <dependencies>
1fda9e
    <dependency>
1fda9e
      <groupId>com.jcraft</groupId>
1fda9e
      <artifactId>jzlib</artifactId>
1fda9e
      <version>1.0.7</version>
1fda9e
      <optional>true</optional>
1fda9e
    </dependency>
1fda9e
  </dependencies>
1fda9e
1fda9e
  <build>
1fda9e
    <plugins>
1fda9e
      <plugin>
1fda9e
        <groupId>org.apache.maven.plugins</groupId>
1fda9e
        <artifactId>maven-source-plugin</artifactId>
1fda9e
        <executions>
1fda9e
          <execution>
1fda9e
            <id>attach-sources</id>
1fda9e
            <goals>
1fda9e
              <goal>jar</goal>
1fda9e
            </goals>
1fda9e
          </execution>
1fda9e
        </executions>
1fda9e
      </plugin>
1fda9e
      <plugin>
1fda9e
        <groupId>org.apache.maven.plugins</groupId>
1fda9e
        <artifactId>maven-compiler-plugin</artifactId>
1fda9e
        <configuration>
1fda9e
          <target>1.5</target>
1fda9e
        </configuration>
1fda9e
      </plugin>
1fda9e
      <plugin>
1fda9e
        <groupId>org.apache.maven.plugins</groupId>
1fda9e
        <artifactId>maven-javadoc-plugin</artifactId>
1fda9e
        <executions>
1fda9e
          <execution>
1fda9e
            <id>attach-javadocs</id>
1fda9e
            <goals>
1fda9e
              <goal>jar</goal>
1fda9e
            </goals>
1fda9e
          </execution>
1fda9e
        </executions>
1fda9e
      </plugin>
1fda9e
      <plugin>
1fda9e
        <groupId>org.apache.maven.plugins</groupId>
1fda9e
        <artifactId>maven-gpg-plugin</artifactId>
1fda9e
        <executions>
1fda9e
          <execution>
1fda9e
            <id>sign-artifacts</id>
1fda9e
            <phase>verify</phase>
1fda9e
            <goals>
1fda9e
              <goal>sign</goal>
1fda9e
            </goals>
1fda9e
          </execution>
1fda9e
        </executions>
1fda9e
      </plugin>
1fda9e
    </plugins>
1fda9e
    <extensions>
1fda9e
      <extension>
1fda9e
        <groupId>org.apache.maven.wagon</groupId>
1fda9e
         <artifactId>wagon-ssh-external</artifactId>
1fda9e
         <version>1.0-alpha-5</version>
1fda9e
      </extension>
1fda9e
    </extensions>
1fda9e
  </build>
1fda9e
1fda9e
  <parent>
1fda9e
    <groupId>org.sonatype.oss</groupId>
1fda9e
    <artifactId>oss-parent</artifactId>
1fda9e
    <version>6</version>
1fda9e
  </parent>
1fda9e
</project>