JBoss Tools SVN: r23365 - workspace/dgolovin/experimental-build.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-07-09 19:00:58 -0400 (Fri, 09 Jul 2010)
New Revision: 23365
Modified:
workspace/dgolovin/experimental-build/pom.xml
Log:
all build/libs modules are removed from all profiles
libs profile disabled by default
all above is needed to check if module is going to be added to reactor from coverage profile of parent pom
Modified: workspace/dgolovin/experimental-build/pom.xml
===================================================================
--- workspace/dgolovin/experimental-build/pom.xml 2010-07-09 20:56:17 UTC (rev 23364)
+++ workspace/dgolovin/experimental-build/pom.xml 2010-07-09 23:00:58 UTC (rev 23365)
@@ -14,7 +14,7 @@
<profile>
<id>libs</id>
<activation>
- <activeByDefault>true</activeByDefault>
+ <activeByDefault>false</activeByDefault>
</activation>
<modules>
<module>${workspace.root.path}/build/libs</module>
@@ -57,7 +57,6 @@
<activeByDefault>true</activeByDefault>
</activation>
<modules>
- <module>${workspace.root.path}/build/libs</module>
<module>${workspace.root.path}/tests</module>
<module>${workspace.root.path}/jmx</module>
</modules>
@@ -69,7 +68,6 @@
<activeByDefault>true</activeByDefault>
</activation>
<modules>
- <module>${workspace.root.path}/build/libs</module>
<module>${workspace.root.path}/tests</module>
<module>${workspace.root.path}/archives</module>
</modules>
@@ -81,7 +79,6 @@
<activeByDefault>true</activeByDefault>
</activation>
<modules>
- <module>${workspace.root.path}/build/libs</module>
<module>${workspace.root.path}/tests</module>
<module>${workspace.root.path}/jmx</module>
<module>${workspace.root.path}/archives</module>
15 years, 9 months
JBoss Tools SVN: r23364 - workspace/dgolovin/experimental-build.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-07-09 16:56:17 -0400 (Fri, 09 Jul 2010)
New Revision: 23364
Modified:
workspace/dgolovin/experimental-build/parent-pom.xml
Log:
enable back build/libs to see if it actually included in build after all plugins are built
Modified: workspace/dgolovin/experimental-build/parent-pom.xml
===================================================================
--- workspace/dgolovin/experimental-build/parent-pom.xml 2010-07-09 19:57:54 UTC (rev 23363)
+++ workspace/dgolovin/experimental-build/parent-pom.xml 2010-07-09 20:56:17 UTC (rev 23364)
@@ -442,6 +442,9 @@
</profile>
<profile>
<id>coverage</id>
+ <modules>
+ <module>build/libs</module>
+ </modules>
<activation>
<property>
<name>coverage</name>
15 years, 9 months
JBoss Tools SVN: r23363 - workspace/dgolovin/experimental-build.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-07-09 15:57:54 -0400 (Fri, 09 Jul 2010)
New Revision: 23363
Modified:
workspace/dgolovin/experimental-build/pom.xml
Log:
module build/libs enabled for every profile
Modified: workspace/dgolovin/experimental-build/pom.xml
===================================================================
--- workspace/dgolovin/experimental-build/pom.xml 2010-07-09 19:37:51 UTC (rev 23362)
+++ workspace/dgolovin/experimental-build/pom.xml 2010-07-09 19:57:54 UTC (rev 23363)
@@ -57,6 +57,7 @@
<activeByDefault>true</activeByDefault>
</activation>
<modules>
+ <module>${workspace.root.path}/build/libs</module>
<module>${workspace.root.path}/tests</module>
<module>${workspace.root.path}/jmx</module>
</modules>
@@ -68,6 +69,7 @@
<activeByDefault>true</activeByDefault>
</activation>
<modules>
+ <module>${workspace.root.path}/build/libs</module>
<module>${workspace.root.path}/tests</module>
<module>${workspace.root.path}/archives</module>
</modules>
@@ -79,6 +81,7 @@
<activeByDefault>true</activeByDefault>
</activation>
<modules>
+ <module>${workspace.root.path}/build/libs</module>
<module>${workspace.root.path}/tests</module>
<module>${workspace.root.path}/jmx</module>
<module>${workspace.root.path}/archives</module>
15 years, 9 months
JBoss Tools SVN: r23362 - workspace/dgolovin/experimental-build.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-07-09 15:37:51 -0400 (Fri, 09 Jul 2010)
New Revision: 23362
Modified:
workspace/dgolovin/experimental-build/parent-pom.xml
Log:
module build/libs removed from coverage profile
Modified: workspace/dgolovin/experimental-build/parent-pom.xml
===================================================================
--- workspace/dgolovin/experimental-build/parent-pom.xml 2010-07-09 19:37:15 UTC (rev 23361)
+++ workspace/dgolovin/experimental-build/parent-pom.xml 2010-07-09 19:37:51 UTC (rev 23362)
@@ -442,9 +442,6 @@
</profile>
<profile>
<id>coverage</id>
- <modules>
- <module>build/libs</module>
- </modules>
<activation>
<property>
<name>coverage</name>
15 years, 9 months
JBoss Tools SVN: r23361 - workspace/dgolovin/experimental-build.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-07-09 15:37:15 -0400 (Fri, 09 Jul 2010)
New Revision: 23361
Modified:
workspace/dgolovin/experimental-build/pom.xml
Log:
profile added to enable emma jar installation in repo
Modified: workspace/dgolovin/experimental-build/pom.xml
===================================================================
--- workspace/dgolovin/experimental-build/pom.xml 2010-07-09 19:30:59 UTC (rev 23360)
+++ workspace/dgolovin/experimental-build/pom.xml 2010-07-09 19:37:15 UTC (rev 23361)
@@ -1,12 +1,6 @@
<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>
- <parent>
- <relativePath>../parent-pom.xml</relativePath>
- <groupId>org.jboss.tools</groupId>
- <artifactId>org.jboss.tools.parent.pom</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- </parent>
+<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss</groupId>
<artifactId>jbosstools</artifactId>
<version>0.0.1-SNAPSHOT</version>
@@ -16,6 +10,16 @@
</properties>
<profiles>
+
+ <profile>
+ <id>libs</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <modules>
+ <module>${workspace.root.path}/build/libs</module>
+ </modules>
+ </profile>
<profile>
<id>jbosstools-site</id>
15 years, 9 months
JBoss Tools SVN: r23360 - workspace/dgolovin/experimental-build.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-07-09 15:30:59 -0400 (Fri, 09 Jul 2010)
New Revision: 23360
Modified:
workspace/dgolovin/experimental-build/pom.xml
Log:
add parent pom reference
Modified: workspace/dgolovin/experimental-build/pom.xml
===================================================================
--- workspace/dgolovin/experimental-build/pom.xml 2010-07-09 19:25:22 UTC (rev 23359)
+++ workspace/dgolovin/experimental-build/pom.xml 2010-07-09 19:30:59 UTC (rev 23360)
@@ -1,6 +1,12 @@
<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>
+ <parent>
+ <relativePath>../parent-pom.xml</relativePath>
+ <groupId>org.jboss.tools</groupId>
+ <artifactId>org.jboss.tools.parent.pom</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
<groupId>org.jboss</groupId>
<artifactId>jbosstools</artifactId>
<version>0.0.1-SNAPSHOT</version>
15 years, 9 months
JBoss Tools SVN: r23359 - workspace/dgolovin/experimental-build.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-07-09 15:25:22 -0400 (Fri, 09 Jul 2010)
New Revision: 23359
Modified:
workspace/dgolovin/experimental-build/parent-pom.xml
Log:
switch from sdk.ide to platform.ide to skip documentation plug-in downloads during build
Modified: workspace/dgolovin/experimental-build/parent-pom.xml
===================================================================
--- workspace/dgolovin/experimental-build/parent-pom.xml 2010-07-09 19:05:41 UTC (rev 23358)
+++ workspace/dgolovin/experimental-build/parent-pom.xml 2010-07-09 19:25:22 UTC (rev 23359)
@@ -94,12 +94,12 @@
<!-- https://docs.sonatype.org/display/TYCHO/How+to+run+SWTBot+tests+with+Tycho -->
<!-- set useUIThread=true for regular ui tests -->
<!-- set useUIThread=false for swtbot tests (?) -->
- <product>org.eclipse.sdk.ide</product>
+ <product>org.eclipse.platform.ide</product>
<application>org.eclipse.ui.ide.workbench</application>
<dependencies>
<dependency>
<type>p2-installable-unit</type>
- <artifactId>org.eclipse.sdk.ide</artifactId>
+ <artifactId>org.eclipse.platform</artifactId>
<version>0.0.0</version>
</dependency>
<!-- http://www.jmock.org/maven.html -->
15 years, 9 months
JBoss Tools SVN: r23358 - workspace/dgolovin/experimental-build.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-07-09 15:05:41 -0400 (Fri, 09 Jul 2010)
New Revision: 23358
Modified:
workspace/dgolovin/experimental-build/pom.xml
Log:
enable all profiles that sshould be built by default
Modified: workspace/dgolovin/experimental-build/pom.xml
===================================================================
--- workspace/dgolovin/experimental-build/pom.xml 2010-07-09 19:02:44 UTC (rev 23357)
+++ workspace/dgolovin/experimental-build/pom.xml 2010-07-09 19:05:41 UTC (rev 23358)
@@ -34,7 +34,7 @@
<profile>
<id>tests</id>
<activation>
- <activeByDefault>false</activeByDefault>
+ <activeByDefault>true</activeByDefault>
</activation>
<modules>
<module>${workspace.root.path}/tests</module>
@@ -44,7 +44,7 @@
<profile>
<id>jmx</id>
<activation>
- <activeByDefault>false</activeByDefault>
+ <activeByDefault>true</activeByDefault>
</activation>
<modules>
<module>${workspace.root.path}/tests</module>
@@ -55,7 +55,7 @@
<profile>
<id>archives</id>
<activation>
- <activeByDefault>false</activeByDefault>
+ <activeByDefault>true</activeByDefault>
</activation>
<modules>
<module>${workspace.root.path}/tests</module>
@@ -66,7 +66,7 @@
<profile>
<id>as</id>
<activation>
- <activeByDefault>false</activeByDefault>
+ <activeByDefault>true</activeByDefault>
</activation>
<modules>
<module>${workspace.root.path}/tests</module>
@@ -79,3 +79,4 @@
</profiles>
</project>
+
15 years, 9 months
JBoss Tools SVN: r23357 - workspace/dgolovin/experimental-build.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-07-09 15:02:44 -0400 (Fri, 09 Jul 2010)
New Revision: 23357
Modified:
workspace/dgolovin/experimental-build/pom.xml
Log:
make all profiles are deactivated by default
Modified: workspace/dgolovin/experimental-build/pom.xml
===================================================================
--- workspace/dgolovin/experimental-build/pom.xml 2010-07-09 18:46:23 UTC (rev 23356)
+++ workspace/dgolovin/experimental-build/pom.xml 2010-07-09 19:02:44 UTC (rev 23357)
@@ -34,7 +34,7 @@
<profile>
<id>tests</id>
<activation>
- <activeByDefault>true</activeByDefault>
+ <activeByDefault>false</activeByDefault>
</activation>
<modules>
<module>${workspace.root.path}/tests</module>
@@ -44,7 +44,7 @@
<profile>
<id>jmx</id>
<activation>
- <activeByDefault>true</activeByDefault>
+ <activeByDefault>false</activeByDefault>
</activation>
<modules>
<module>${workspace.root.path}/tests</module>
@@ -55,7 +55,7 @@
<profile>
<id>archives</id>
<activation>
- <activeByDefault>true</activeByDefault>
+ <activeByDefault>false</activeByDefault>
</activation>
<modules>
<module>${workspace.root.path}/tests</module>
@@ -66,7 +66,7 @@
<profile>
<id>as</id>
<activation>
- <activeByDefault>true</activeByDefault>
+ <activeByDefault>false</activeByDefault>
</activation>
<modules>
<module>${workspace.root.path}/tests</module>
15 years, 9 months
JBoss Tools SVN: r23356 - workspace/dgolovin/experimental-build.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-07-09 14:46:23 -0400 (Fri, 09 Jul 2010)
New Revision: 23356
Modified:
workspace/dgolovin/experimental-build/parent-pom.xml
workspace/dgolovin/experimental-build/pom.xml
Log:
experimental build to verify coverage is actually working on hudson
Modified: workspace/dgolovin/experimental-build/parent-pom.xml
===================================================================
--- workspace/dgolovin/experimental-build/parent-pom.xml 2010-07-09 18:09:44 UTC (rev 23355)
+++ workspace/dgolovin/experimental-build/parent-pom.xml 2010-07-09 18:46:23 UTC (rev 23356)
@@ -442,6 +442,9 @@
</profile>
<profile>
<id>coverage</id>
+ <modules>
+ <module>build/libs</module>
+ </modules>
<activation>
<property>
<name>coverage</name>
Modified: workspace/dgolovin/experimental-build/pom.xml
===================================================================
--- workspace/dgolovin/experimental-build/pom.xml 2010-07-09 18:09:44 UTC (rev 23355)
+++ workspace/dgolovin/experimental-build/pom.xml 2010-07-09 18:46:23 UTC (rev 23356)
@@ -5,48 +5,77 @@
<artifactId>jbosstools</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
-<modules>
- <module>build/target-platform</module>
- <module>build/libs</module>
+<properties>
+ <workspace.root.path>..</workspace.root.path>
+</properties>
+<profiles>
+
- <!-- this order is important! make sure you've run genpom.xml first! -->
- <!-- dgolovin's order -->
- <module>tests</module>
- <module>freemarker</module>
- <module>jmx</module>
- <module>archives</module>
- <module>as</module>
- <module>common</module>
- <module>jst</module>
- <module>xulrunner</module>
- <module>vpe</module>
- <module>jsf</module>
+ <profile>
+ <id>jbosstools-site</id>
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ </activation>
+ <modules>
+ <module>${workspace.root.path}/site</module>
+ </modules>
+ </profile>
+
+ <profile>
+ <id>drools</id>
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ </activation>
+ <modules>
+ <module>${workspace.root.path}/drools</module>
+ </modules>
+ </profile>
+
+ <profile>
+ <id>tests</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <modules>
+ <module>${workspace.root.path}/tests</module>
+ </modules>
+ </profile>
+
+ <profile>
+ <id>jmx</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <modules>
+ <module>${workspace.root.path}/tests</module>
+ <module>${workspace.root.path}/jmx</module>
+ </modules>
+ </profile>
+
+ <profile>
+ <id>archives</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <modules>
+ <module>${workspace.root.path}/tests</module>
+ <module>${workspace.root.path}/archives</module>
+ </modules>
+ </profile>
- <module>hibernatetools</module>
- <module>portlet</module>
- <module>workingset</module>
+ <profile>
+ <id>as</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <modules>
+ <module>${workspace.root.path}/tests</module>
+ <module>${workspace.root.path}/jmx</module>
+ <module>${workspace.root.path}/archives</module>
+ <module>${workspace.root.path}/as</module>
+ </modules>
+ </profile>
- <module>struts</module>
+</profiles>
- <module>profiler</module>
- <module>smooks</module>
- <module>cdi</module>
- <module>birt</module>
- <module>bpel</module>
- <module>esb</module>
- <module>seam</module>
- <module>examples</module>
- <module>maven</module>
- <module>tptp</module>
- <module>ws</module>
- <module>modeshape</module>
- <module>flow</module>
- <module>jbpm</module>
- <!-- NOTE: To build drools, must first bootstrap with ant script: cd drools;
- ant -q -->
- <module>drools</module>
-
- <module>site</module>
-</modules>
</project>
-
15 years, 9 months