[jboss-cvs] JBossAS SVN: r75602 - projects/jpa/trunk/build.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Jul 10 06:29:27 EDT 2008
Author: wolfc
Date: 2008-07-10 06:29:27 -0400 (Thu, 10 Jul 2008)
New Revision: 75602
Modified:
projects/jpa/trunk/build/pom.xml
Log:
Added maven-release-plugin tagBase
Modified: projects/jpa/trunk/build/pom.xml
===================================================================
--- projects/jpa/trunk/build/pom.xml 2008-07-10 10:27:57 UTC (rev 75601)
+++ projects/jpa/trunk/build/pom.xml 2008-07-10 10:29:27 UTC (rev 75602)
@@ -30,6 +30,18 @@
<build>
<outputDirectory>${jpa.outputDirectory}</outputDirectory>
<testOutputDirectory>${jpa.testOutputDirectory}</testOutputDirectory>
+
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ <configuration>
+ <tagBase>
+ https://svn.jboss.org/repos/jbossas/projects/jpa/tags
+ </tagBase>
+ </configuration>
+ </plugin>
+ </plugins>
</build>
<profiles>
More information about the jboss-cvs-commits
mailing list