[seam-commits] Seam SVN: r15191 - branches/enterprise/WFK-2_1/build.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Oct 4 07:38:35 EDT 2012


Author: manaRH
Date: 2012-10-04 07:38:35 -0400 (Thu, 04 Oct 2012)
New Revision: 15191

Modified:
   branches/enterprise/WFK-2_1/build/ci.settings.xml
   branches/enterprise/WFK-2_1/build/settings.xml
Log:
added WFK 2 Mead repository profile

Modified: branches/enterprise/WFK-2_1/build/ci.settings.xml
===================================================================
--- branches/enterprise/WFK-2_1/build/ci.settings.xml	2012-10-04 11:38:28 UTC (rev 15190)
+++ branches/enterprise/WFK-2_1/build/ci.settings.xml	2012-10-04 11:38:35 UTC (rev 15191)
@@ -194,78 +194,7 @@
    |
    |-->
   <profiles>
-    <!-- profile
-     | Specifies a set of introductions to the build process, to be activated using one or more of the
-     | mechanisms described above. For inheritance purposes, and to activate profiles via <activatedProfiles/>
-     | or the command line, profiles have to have an ID that is unique.
-     |
-     | An encouraged best practice for profile identification is to use a consistent naming convention
-     | for profiles, such as 'env-dev', 'env-test', 'env-production', 'user-jdcasey', 'user-brett', etc.
-     | This will make it more intuitive to understand what the set of introduced profiles is attempting
-     | to accomplish, particularly when you only have a list of profile id's for debug.
-     |
-     | This profile example uses the JDK version to trigger activation, and provides a JDK-specific repo.
     <profile>
-      <id>jdk-1.4</id>
-
-
-      <activation>
-        <jdk>1.4</jdk>
-      </activation>
-
-
-      <repositories>
-        <repository>
-          <id>jdk14</id>
-          <name>Repository for JDK 1.4 builds</name>
-          <url>http://www.myhost.com/maven/jdk14</url>
-          <layout>default</layout>
-          <snapshotPolicy>always</snapshotPolicy>
-        </repository>
-      </repositories>
-    </profile>
-    -->
-
-
-    <!--
-     | Here is another profile, activated by the system property 'target-env' with a value of 'dev',
-     | which provides a specific path to the Tomcat instance. To use this, your plugin configuration
-     | might hypothetically look like:
-     |
-     | ...
-     | <plugin>
-     |   <groupId>org.myco.myplugins</groupId>
-     |   <artifactId>myplugin</artifactId>
-     |
-     |   <configuration>
-     |     <tomcatLocation>${tomcatPath}</tomcatLocation>
-     |   </configuration>
-     | </plugin>
-     | ...
-     |
-     | NOTE: If you just wanted to inject this configuration whenever someone set 'target-env' to
-     |       anything, you could just leave off the <value/> inside the activation-property.
-     |
-    <profile>
-      <id>env-dev</id>
-
-
-      <activation>
-        <property>
-          <name>target-env</name>
-          <value>dev</value>
-        </property>
-      </activation>
-
-
-      <properties>
-        <tomcatPath>/path/to/tomcat/instance</tomcatPath>
-      </properties>
-    </profile>
-    -->
-
-
-    <profile>
       <id>jboss-public-repository</id>
       <repositories>
         <repository>
@@ -300,23 +229,46 @@
         </pluginRepository>
       </pluginRepositories>
     </profile>
-
-
+    <profile>
+      <id>jboss-wfk2-repository</id>
+      <repositories>
+        <repository>
+          <id>jboss-wfk2-repository</id>
+          <name>JBoss WFK2 internal Maven Repository</name>
+          <url>http://download.devel.redhat.com/brewroot/repos/jb-wfk-2-rhel-6-build/latest/maven</url>
+          <layout>default</layout>
+          <releases>
+            <enabled>true</enabled>
+            <updatePolicy>never</updatePolicy>
+          </releases>
+          <snapshots>
+            <enabled>false</enabled>
+            <updatePolicy>never</updatePolicy>
+          </snapshots>
+        </repository>
+      </repositories>
+      <pluginRepositories>
+         <pluginRepository>
+          <id>jboss-wfk2-repository</id>
+          <name>JBoss WFK2 internal Maven Repository</name>
+          <url>http://download.devel.redhat.com/brewroot/repos/jb-wfk-2-rhel-6-build/latest/maven</url>
+          <layout>default</layout>
+          <releases>
+            <enabled>true</enabled>
+            <updatePolicy>never</updatePolicy>
+          </releases>
+          <snapshots>
+            <enabled>false</enabled>
+            <updatePolicy>never</updatePolicy>
+          </snapshots>
+         </pluginRepository>
+      </pluginRepositories>
+    </profile>
   </profiles>
 
-
-  <!-- activeProfiles
-   | List of profiles that are active for all builds.
-   |
   <activeProfiles>
-    <activeProfile>alwaysActiveProfile</activeProfile>
-    <activeProfile>anotherAlwaysActiveProfile</activeProfile>
-  </activeProfiles>
-  -->
-
-
-  <activeProfiles>
     <activeProfile>jboss-public-repository</activeProfile>
+    <activeProfile>jboss-wfk-repository</activeProfile>
   </activeProfiles>
 
 

Modified: branches/enterprise/WFK-2_1/build/settings.xml
===================================================================
--- branches/enterprise/WFK-2_1/build/settings.xml	2012-10-04 11:38:28 UTC (rev 15190)
+++ branches/enterprise/WFK-2_1/build/settings.xml	2012-10-04 11:38:35 UTC (rev 15191)
@@ -228,14 +228,13 @@
         </pluginRepository>
       </pluginRepositories>
     </profile>
-
     <profile>
-      <id>jboss-staging-repository</id>
+      <id>jboss-wfk2-repository</id>
       <repositories>
         <repository>
-          <id>jboss-staging-repository</id>
-          <name>JBoss Staging Maven Repository</name>
-          <url>https://repository.jboss.org/nexus/content/groups/staging/</url>
+          <id>jboss-wfk2-repository</id>
+          <name>JBoss WFK2 internal Maven Repository</name>
+          <url>http://download.devel.redhat.com/brewroot/repos/jb-wfk-2-rhel-6-build/latest/maven</url>
           <layout>default</layout>
           <releases>
             <enabled>true</enabled>
@@ -247,12 +246,27 @@
           </snapshots>
         </repository>
       </repositories>
+      <pluginRepositories>
+         <pluginRepository>
+          <id>jboss-wfk2-repository</id>
+          <name>JBoss WFK2 internal Maven Repository</name>
+          <url>http://download.devel.redhat.com/brewroot/repos/jb-wfk-2-rhel-6-build/latest/maven</url>
+          <layout>default</layout>
+          <releases>
+            <enabled>true</enabled>
+            <updatePolicy>never</updatePolicy>
+          </releases>
+          <snapshots>
+            <enabled>false</enabled>
+            <updatePolicy>never</updatePolicy>
+          </snapshots>
+         </pluginRepository>
+      </pluginRepositories>
     </profile>
   </profiles>
 
   <activeProfiles>
-    <activeProfile>jboss-public-repository</activeProfile>
-  <!--  <activeProfile>jboss-staging-repository</activeProfile> -->
+    <activeProfile>jboss-wfk2-repository</activeProfile>
   </activeProfiles>
 
 



More information about the seam-commits mailing list