Author: dgolovin
Date: 2010-07-15 20:23:49 -0400 (Thu, 15 Jul 2010)
New Revision: 23468
Added:
workspace/dgolovin/build/bootstrap/
workspace/dgolovin/build/bootstrap/jmx/
workspace/dgolovin/build/bootstrap/jmx/pom.xml
workspace/dgolovin/build/bootstrap/pom.xml
workspace/dgolovin/build/bootstrap/tests/
workspace/dgolovin/build/bootstrap/tests/pom.xml
Log:
bootstarpping added
Added: workspace/dgolovin/build/bootstrap/jmx/pom.xml
===================================================================
--- workspace/dgolovin/build/bootstrap/jmx/pom.xml (rev 0)
+++ workspace/dgolovin/build/bootstrap/jmx/pom.xml 2010-07-16 00:23:49 UTC (rev 23468)
@@ -0,0 +1,36 @@
+<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.build.component</groupId>
+ <artifactId>jmx</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <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/jmx&...
+ </scm>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-scm-plugin</artifactId>
+ <version>1.3</version>
+ <configuration>
+ <checkoutDirectory>${basedir}/../../jmx</checkoutDirectory>
+ <goals>install</goals>
+ <profiles>helios-no-target</profiles>
+ </configuration>
+ <executions>
+ <execution>
+ <id>suite2</id>
+ <phase>install</phase>
+ <goals>
+ <goal>bootstrap</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+</project>
\ No newline at end of file
Property changes on: workspace/dgolovin/build/bootstrap/jmx/pom.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: workspace/dgolovin/build/bootstrap/pom.xml
===================================================================
--- workspace/dgolovin/build/bootstrap/pom.xml (rev 0)
+++ workspace/dgolovin/build/bootstrap/pom.xml 2010-07-16 00:23:49 UTC (rev 23468)
@@ -0,0 +1,31 @@
+<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.build.bootstrap</groupId>
+ <artifactId>bootstrap-build</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <profiles>
+
+ <profile>
+ <id>tests</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <modules>
+ <module>tests</module>
+ </modules>
+ </profile>
+
+ <profile>
+ <id>jmx</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <modules>
+ <module>jmx</module>
+ </modules>
+ </profile>
+
+ </profiles>
+</project>
\ No newline at end of file
Property changes on: workspace/dgolovin/build/bootstrap/pom.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: workspace/dgolovin/build/bootstrap/tests/pom.xml
===================================================================
--- workspace/dgolovin/build/bootstrap/tests/pom.xml (rev 0)
+++ workspace/dgolovin/build/bootstrap/tests/pom.xml 2010-07-16 00:23:49 UTC (rev 23468)
@@ -0,0 +1,36 @@
+<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.build.component</groupId>
+ <artifactId>tests</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <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}/../../tests</checkoutDirectory>
+ <goals>install</goals>
+ <profiles>helios-no-target</profiles>
+ </configuration>
+ <executions>
+ <execution>
+ <id>suite2</id>
+ <phase>install</phase>
+ <goals>
+ <goal>bootstrap</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+</project>
\ No newline at end of file
Property changes on: workspace/dgolovin/build/bootstrap/tests/pom.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain