Skip to content

Instantly share code, notes, and snippets.

@matschaffer
Created December 17, 2008 20:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matschaffer/37221 to your computer and use it in GitHub Desktop.
Save matschaffer/37221 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<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>com.cimians.code.corundum</groupId>
<artifactId>parent</artifactId>
<version>0.1-SNAPSHOT</version>
</parent>
<groupId>myapps</groupId>
<artifactId>testapp</artifactId>
<version>0.1-SNAPSHOT</version>
<repositories>
<repository>
<id>cimians-repo</id>
<url>http://code.cimians.com/maven</url>
</repository>
</repositories>
</project>
For deploy:deploy-file use scp://code.cimians.com/sites/code/maven/repo, -Duser or username (?) should work to specifiy login to the server.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment