mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
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:
11
pom.xml
11
pom.xml
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user