Ad wagon for deploy
authorDennis Schafroth <dennis@indexdata.com>
Wed, 26 Feb 2014 12:13:34 +0000 (13:13 +0100)
committerDennis Schafroth <dennis@indexdata.com>
Wed, 26 Feb 2014 12:13:34 +0000 (13:13 +0100)
pom.xml

diff --git a/pom.xml b/pom.xml
index dee6935..3df38fd 100644 (file)
--- a/pom.xml
+++ b/pom.xml
           <target>1.6</target>
           <compilerArgument>-proc:none</compilerArgument>
           <encoding>UTF-8</encoding>
+          <generatedTestSourcesDirectory>generated-sources</generatedTestSourcesDirectory>
         </configuration>
       </plugin>
     </plugins>
+    <extensions>
+      <extension>
+        <groupId>org.apache.maven.wagon</groupId>
+        <artifactId>wagon-ssh</artifactId>
+        <version>1.0-beta-6</version>
+      </extension>
+      <extension>
+        <groupId>org.apache.maven.wagon</groupId>
+        <artifactId>wagon-ssh-external</artifactId>
+        <version>2.2</version>
+      </extension>
+    </extensions>
   </build>
-</project>
\ No newline at end of file
+  <repositories>
+    <repository>
+      <id>maven.indexdata.com</id>
+      <name>Indexdata Maven Repository</name>
+      <url>http://maven.indexdata.com/</url>
+      <layout>default</layout>
+    </repository>
+  </repositories>
+  <pluginRepositories>
+  </pluginRepositories>
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+  </properties> 
+  <distributionManagement>
+    <repository>
+      <uniqueVersion>false</uniqueVersion>
+      <id>id-maven-repo</id>
+      <name>Index Data Maven Repository</name>
+      <url>scp://maven.indexdata.com:222/var/www/maven/repository</url>
+    </repository>
+    <!--
+       <site>
+         <id>id-website</id>
+         <url>scpexe://www.indexdata.com/var/www/software/LUI/</url>
+       </site>
+       -->
+  </distributionManagement>
+  <scm>
+    <connection>scm:git:ssh://git.indexdata.com:222/home/git/pub/AnnotationProcessor</connection>
+    <url>http://gitid.indexdata.com/?p=AnnotationProcessor.git</url>
+    <tag>HEAD</tag>
+  </scm>
+</project>