mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +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>
|
||||
<scm>
|
||||
<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>
|
||||
<build>
|
||||
<sourceDirectory>src</sourceDirectory>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-release-plugin</artifactId>
|
||||
<version>2.1</version>
|
||||
<configuration>
|
||||
<tagBase>
|
||||
https://cardforge.googlecode.com/svn/tags
|
||||
</tagBase>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>com.google.code.maven-replacer-plugin</groupId>
|
||||
<artifactId>maven-replacer-plugin</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user