Skip to content

Instantly share code, notes, and snippets.

@aneveux
Created November 12, 2013 17:43
Show Gist options
  • Save aneveux/7435317 to your computer and use it in GitHub Desktop.
Save aneveux/7435317 to your computer and use it in GitHub Desktop.
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.worldline.clic</groupId>
<artifactId>example.remote-shell</artifactId>
<version>[1.0.0-SNAPSHOT,)</version>
</parent>
<groupId>com.worldline.clic</groupId>
<artifactId>example.remote-shell.myconfig</artifactId>
<packaging>pom</packaging>
<properties>
<host>my-host</host>
<port>22</port>
<keyfile>/path/to/id_rsa</keyfile>
</properties>
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment