Author: dgolovin
Date: 2010-07-22 16:23:38 -0400 (Thu, 22 Jul 2010)
New Revision: 23678
Modified:
workspace/dgolovin/build/component/jmx.xml
workspace/dgolovin/build/component/tests.xml
Log:
Modified: workspace/dgolovin/build/component/jmx.xml
===================================================================
--- workspace/dgolovin/build/component/jmx.xml 2010-07-22 20:16:30 UTC (rev 23677)
+++ workspace/dgolovin/build/component/jmx.xml 2010-07-22 20:23:38 UTC (rev 23678)
@@ -10,4 +10,16 @@
<
developerConnection>scm:svn:https://svn.jboss.org/repos/jbosstools/wor...
<
url>https://anonsvn.jboss.org/repos/jbosstools/workspace/dgolovin/jmx&...
</scm>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-scm-plugin</artifactId>
+ <version>1.3</version>
+ <configuration>
+ <checkoutDirectory>${basedir}/../${project.artifactId}</checkoutDirectory>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>
\ No newline at end of file
Modified: workspace/dgolovin/build/component/tests.xml
===================================================================
--- workspace/dgolovin/build/component/tests.xml 2010-07-22 20:16:30 UTC (rev 23677)
+++ workspace/dgolovin/build/component/tests.xml 2010-07-22 20:23:38 UTC (rev 23678)
@@ -1,11 +1,25 @@
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
- <groupId>org.jboss</groupId>
- <artifactId>tools</artifactId>
+ <groupId>org.jboss.build.component</groupId>
+ <artifactId>tests</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
- <modules>
- <module>../../tests</module>
- </modules>
+ <scm>
+ <
connection>scm:svn:https://anonsvn.jboss.org/repos/jbosstools/workspac...
+ <
developerConnection>scm:svn:https://svn.jboss.org/repos/jbosstools/wor...
+ <
url>https://anonsvn.jboss.org/repos/jbosstools/workspace/dgolovin/test...
+ </scm>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-scm-plugin</artifactId>
+ <version>1.3</version>
+ <configuration>
+ <checkoutDirectory>${basedir}/../${project.artifactId}</checkoutDirectory>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>
\ No newline at end of file