[jbosstools-commits] JBoss Tools SVN: r39896 - trunk/download.jboss.org/jbosstools/examples.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Wed Mar 28 12:42:41 EDT 2012
Author: fbricon
Date: 2012-03-28 12:42:38 -0400 (Wed, 28 Mar 2012)
New Revision: 39896
Modified:
trunk/download.jboss.org/jbosstools/examples/project-examples-shared-3.3.Beta1.xml
Log:
JBIDE-11433 activate the arq-jbossas-remote profile by default when creating new projects from JBoss Central
Modified: trunk/download.jboss.org/jbosstools/examples/project-examples-shared-3.3.Beta1.xml
===================================================================
--- trunk/download.jboss.org/jbosstools/examples/project-examples-shared-3.3.Beta1.xml 2012-03-28 15:17:45 UTC (rev 39895)
+++ trunk/download.jboss.org/jbosstools/examples/project-examples-shared-3.3.Beta1.xml 2012-03-28 16:42:38 UTC (rev 39896)
@@ -44,6 +44,7 @@
</fixes>
<importType>mavenArchetype</importType>
<importTypeDescription>The project example requires the m2e, m2eclipse-wtp and JBoss Maven Integration features.</importTypeDescription>
+ <defaultMavenProfiles>arq-jbossas-remote</defaultMavenProfiles>
<mavenArchetype>
<archetypeGroupId>org.jboss.spec.archetypes</archetypeGroupId>
<archetypeArtifactId>jboss-javaee6-webapp-archetype</archetypeArtifactId>
@@ -100,7 +101,8 @@
</fixes>
<importType>mavenArchetype</importType>
<importTypeDescription>The project example requires the m2e, m2eclipse-wtp and JBoss Maven Integration features.</importTypeDescription>
- <mavenArchetype>
+ <defaultMavenProfiles>arq-jbossas-remote</defaultMavenProfiles>
+ <mavenArchetype>
<archetypeGroupId>org.jboss.spec.archetypes</archetypeGroupId>
<archetypeArtifactId>jboss-javaee6-webapp-ear-archetype</archetypeArtifactId>
<archetypeVersion>7.0.2.CR2</archetypeVersion>
@@ -208,8 +210,8 @@
</fixes>
<importType>mavenArchetype</importType>
<importTypeDescription>The project example requires the m2e, m2eclipse-wtp and JBoss Maven Integration features.</importTypeDescription>
- <defaultMavenProfiles>jee6</defaultMavenProfiles>
- <mavenArchetype>
+ <defaultMavenProfiles>arq-jbossas-remote</defaultMavenProfiles>
+ <mavenArchetype>
<archetypeGroupId>org.richfaces.archetypes</archetypeGroupId>
<archetypeArtifactId>richfaces-archetype-kitchensink</archetypeArtifactId>
<archetypeVersion>4.2.0.Final-2</archetypeVersion>
@@ -327,7 +329,11 @@
</fixes>
<importType>mavenArchetype</importType>
<importTypeDescription>The project example requires the m2e, m2eclipse-wtp, JBoss Maven Integration and Google Plugin for Eclipse features.</importTypeDescription>
- <mavenArchetype>
+ <!-- Activating the profile causes a build error :
+ 'dependencies.dependency.version' for org.jboss.as:jboss-as-arquillian-container-remote:jar is missing.
+ <defaultMavenProfiles>arq-jbossas-remote</defaultMavenProfiles>
+ -->
+ <mavenArchetype>
<archetypeGroupId>org.jboss.errai.archetypes</archetypeGroupId>
<archetypeArtifactId>kitchensink-quickstart</archetypeArtifactId>
<archetypeVersion>2.0-Beta3-jbt</archetypeVersion>
More information about the jbosstools-commits
mailing list