Since the cardforge SVN repo has a non-standard layout (no trunk dir), had to add a tagbase to the release plugin

This commit is contained in:
jendave
2011-08-07 01:22:28 +00:00
parent 285f70275a
commit 2bdabec32c

11
pom.xml
View File

@@ -47,11 +47,20 @@
</licenses> </licenses>
<scm> <scm>
<connection>scm:svn:https://cardforge.googlecode.com/svn/src</connection> <connection>scm:svn:https://cardforge.googlecode.com/svn/src</connection>
<developerConnection>scm:svn:https://cardforge.googlecode.com/svn/src/</developerConnection> <developerConnection>scm:svn:https://cardforge.googlecode.com/svn/src</developerConnection>
</scm> </scm>
<build> <build>
<sourceDirectory>src</sourceDirectory> <sourceDirectory>src</sourceDirectory>
<plugins> <plugins>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.1</version>
<configuration>
<tagBase>
https://cardforge.googlecode.com/svn/tags
</tagBase>
</configuration>
</plugin>
<plugin> <plugin>
<groupId>com.google.code.maven-replacer-plugin</groupId> <groupId>com.google.code.maven-replacer-plugin</groupId>
<artifactId>maven-replacer-plugin</artifactId> <artifactId>maven-replacer-plugin</artifactId>