[maven-release-plugin] prepare for next development iteration
[annotation-processors.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index dee6935..cfc2ad1 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>com.indexdata.annotations.processor</groupId>
   <artifactId>jaxb-index-generator</artifactId>
-  <version>0.0.1-SNAPSHOT</version>
+  <version>0.0.2-SNAPSHOT</version>
   <name>JAXB Index Generator</name>
   <build>
     <sourceDirectory>src/main/java</sourceDirectory>
           <target>1.6</target>
           <compilerArgument>-proc:none</compilerArgument>
           <encoding>UTF-8</encoding>
+          <generatedTestSourcesDirectory>generated-sources</generatedTestSourcesDirectory>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-release-plugin</artifactId>
+        <version>2.4.2</version>
+        <configuration>
+          <preparationGoals>clean verify</preparationGoals>
+          <releaseProfiles>production</releaseProfiles>
+          <tagNameFormat>v@{project.version}</tagNameFormat>
+          <pushChanges>false</pushChanges>
+          <localCheckout>true</localCheckout>
         </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/annotation-processors</url>
+       </site>
+       -->
+  </distributionManagement>
+  <scm>
+    <connection>scm:git:ssh://git.indexdata.com:222/home/git/pub/annotation-processors</connection>
+    <url>http://gitid.indexdata.com/?p=AnnotationProcessor.git</url>
+    <tag>HEAD</tag>
+  </scm>
+</project>