[jboss-cvs] Repository SVN: r28646 - in jboss: server and 4 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Aug 21 18:34:40 EDT 2009


Author: permaine
Date: 2009-08-21 18:34:40 -0400 (Fri, 21 Aug 2009)
New Revision: 28646

Added:
   jboss/server/
   jboss/server/manager/
   jboss/server/manager/1.0.2.GA-brew/
   jboss/server/manager/1.0.2.GA-brew/component-info.xml
   jboss/server/manager/1.0.2.GA-brew/lib/
   jboss/server/manager/1.0.2.GA-brew/lib/jboss-server-manager-sources.jar
   jboss/server/manager/1.0.2.GA-brew/lib/jboss-server-manager.jar
   jboss/server/manager/1.0.2.GA-brew/lib/jboss-server-manager.pom
   jboss/server/manager/1.0.2.GA-brew/src/
   jboss/server/manager/1.0.2.GA-brew/src/jboss-server-manager-1.0.2.tar.gz
   jboss/server/manager/1.0.2.GA-brew/src/jboss-server-manager-settings.xml
Log:
Add Brew build jboss-server-manager-1.0.2-1.ep5.el4

Added: jboss/server/manager/1.0.2.GA-brew/component-info.xml
===================================================================
--- jboss/server/manager/1.0.2.GA-brew/component-info.xml	                        (rev 0)
+++ jboss/server/manager/1.0.2.GA-brew/component-info.xml	2009-08-21 22:34:40 UTC (rev 28646)
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="">
+  <component id="jboss/server/manager"
+             licenseType=""
+             version="1.0.2.GA-brew"
+             tag="jboss-server-manager-1_0_2-1_ep5_el4"
+             scm=":ext:cvs.devel.redhat.com:/cvs/dist/jboss-server-manager"
+             description="JBoss Server Manager"
+             > 
+              
+    <artifact id="jboss-server-manager.jar"/>
+    <artifact id="jboss-server-manager-sources.jar"/>
+
+    <export>
+      <include input="jboss-server-manager.jar"/>
+
+    </export>
+  </component>
+</project>

Added: jboss/server/manager/1.0.2.GA-brew/lib/jboss-server-manager-sources.jar
===================================================================
(Binary files differ)


Property changes on: jboss/server/manager/1.0.2.GA-brew/lib/jboss-server-manager-sources.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: jboss/server/manager/1.0.2.GA-brew/lib/jboss-server-manager.jar
===================================================================
(Binary files differ)


Property changes on: jboss/server/manager/1.0.2.GA-brew/lib/jboss-server-manager.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: jboss/server/manager/1.0.2.GA-brew/lib/jboss-server-manager.pom
===================================================================
--- jboss/server/manager/1.0.2.GA-brew/lib/jboss-server-manager.pom	                        (rev 0)
+++ jboss/server/manager/1.0.2.GA-brew/lib/jboss-server-manager.pom	2009-08-21 22:34:40 UTC (rev 28646)
@@ -0,0 +1,187 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+  <!-- Parent -->
+  <parent>
+    <groupId>org.jboss</groupId>
+    <artifactId>jboss-parent</artifactId>
+    <version>4</version>
+  </parent>
+
+  <!-- Model -->
+  <modelVersion>4.0.0</modelVersion>
+
+  <!-- Artifact Information -->
+  <groupId>org.jboss.jbossas</groupId>
+  <artifactId>jboss-server-manager</artifactId>
+  <version>1.0.2.GA</version>
+  <name>JBossAS Server Manager</name>
+  <description />
+
+  <!-- SCM -->
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/server-manager/tags/1.0.2.GA</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/server-manager/tags/1.0.2.GA</developerConnection>
+    <url>http://anonsvn.jboss.org/repos/maven/jbossas/projects/server-manager/tags/1.0.2.GA</url>
+  </scm>
+
+
+  <!-- Properties -->
+  <properties>
+
+    <!--  
+      
+      Versioning
+      
+    -->
+    <version.org.jboss.security>2.0.3.SP1</version.org.jboss.security>
+    <version.jbossas>5.0.1.GA</version.jbossas>
+    <version.org.jboss.logging>2.0.5.GA</version.org.jboss.logging>
+
+    <!-- External -->
+    <version.junit_junit>4.4</version.junit_junit>
+
+  </properties>
+
+  <!-- Build Configuration -->
+  <build>
+  
+    <plugins>
+    
+    <!-- 
+        
+        Configure Surefire to skip in 
+        favor of running in integration-test phase
+        
+      -->
+
+    <plugin>
+      <artifactId>maven-surefire-plugin</artifactId>
+      <configuration>
+        <skip>true</skip>
+         <redirectTestOutputToFile>true</redirectTestOutputToFile>
+         <printSummary>true</printSummary>
+         <systemProperties>
+           <!-- avoid log4j error message -->
+           <property>
+             <name>org.jboss.logging.Logger.pluginClass</name>
+             <value>logging.JDK14LoggerPlugin</value>
+           </property>
+	 </systemProperties>
+      </configuration>
+      <executions>
+        <execution>
+          <id>surefire-it</id>
+          <phase>integration-test</phase>
+          <goals>
+            <goal>test</goal>
+          </goals>
+          <configuration>
+            <skip>false</skip>
+            <!-- Include jbossall-client.jar on the CP -->
+            <additionalClasspathElements>
+              <additionalClasspathElement>
+                ${JBOSS_HOME}/client/jbossall-client.jar
+              </additionalClasspathElement>
+            </additionalClasspathElements>
+          </configuration>
+        </execution>
+      </executions>
+    </plugin>
+
+    <!-- Assembly Plugin (JMX Invocation Test SAR) -->
+      <plugin>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <version>2.2-beta-1</version>
+        <executions>
+          <execution>
+            <id>make-assembly</id>
+            <phase>package</phase>
+            <goals>
+              <goal>attached</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <descriptors>
+            <descriptor>
+              src/test/resources/org/jboss/jbossas/servermanager/test/jmxinvocation/jmxinvocation-assembly.xml
+            </descriptor>
+          </descriptors>
+          <attach>true</attach>
+        </configuration>
+        <inherited>false</inherited>
+      </plugin>
+
+    </plugins>
+
+  </build>
+
+  <!-- Dependencies -->
+  <dependencies>
+
+    <!-- hardcoding object names to avoid more deps
+    <dependency>
+      <groupId>org.jboss.jbossas</groupId>
+      <artifactId>jboss-as-system</artifactId>
+      <version>5.0.0.CR1</version>
+      <classifier>client</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.jbossas</groupId>
+      <artifactId>jboss-as-system-jmx</artifactId>
+      <version>5.0.0.CR1</version>
+      <classifier>client</classifier>
+    </dependency>
+    <dependency>
+    -->
+    <dependency>
+      <groupId>org.jboss.naming</groupId>
+      <artifactId>jnp-client</artifactId>
+      <version>${version.jbossas}</version>
+    </dependency>
+<!--
+    <dependency>
+      <groupId>org.jboss.jbossas</groupId>
+      <artifactId>jboss-as-server</artifactId>
+      <version>${version.jbossas}</version>
+      <scope>runtime</scope>
+      <classifier>client</classifier>
+	<optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.jbossas</groupId>
+      <artifactId>jboss-as-server</artifactId>
+      <version>${version.jbossas}</version>
+      <scope>runtime</scope>
+      <classifier>jmx-invoker-adaptor-client</classifier>
+	<optional>true</optional>
+    </dependency>
+-->
+    <dependency>
+      <groupId>org.jboss.security</groupId>
+      <artifactId>jbosssx-client</artifactId>
+      <version>${version.org.jboss.security}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.security</groupId>
+      <artifactId>jboss-security-spi</artifactId>
+      <version>${version.org.jboss.security}</version>
+      <scope>runtime</scope>
+     </dependency>
+
+    <dependency>
+      <groupId>org.jboss.logging</groupId>
+      <artifactId>jboss-logging-spi</artifactId>
+      <version>${version.org.jboss.logging}</version>
+    </dependency>
+
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>${version.junit_junit}</version>
+      <scope>test</scope>
+    </dependency>
+
+  </dependencies>
+
+</project>

Added: jboss/server/manager/1.0.2.GA-brew/src/jboss-server-manager-1.0.2.tar.gz
===================================================================
(Binary files differ)


Property changes on: jboss/server/manager/1.0.2.GA-brew/src/jboss-server-manager-1.0.2.tar.gz
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: jboss/server/manager/1.0.2.GA-brew/src/jboss-server-manager-settings.xml
===================================================================
--- jboss/server/manager/1.0.2.GA-brew/src/jboss-server-manager-settings.xml	                        (rev 0)
+++ jboss/server/manager/1.0.2.GA-brew/src/jboss-server-manager-settings.xml	2009-08-21 22:34:40 UTC (rev 28646)
@@ -0,0 +1,47 @@
+<settings>
+	<profiles>
+		<profile>
+			<id>JPP</id>
+			<repositories>
+				<repository>
+					<id>internal</id>
+					<layout>jpp</layout>
+					<url>__JPP_URL_PLACEHOLDER__</url>
+				</repository>
+				<repository>
+					<id>external</id>
+					<layout>jpp</layout>
+					<url>__JAVADIR_PLACEHOLDER__</url>
+				</repository>
+				<repository>
+					<id>local</id>
+					<layout>jpp</layout>
+					<url>__MAVENREPO_DIR_PLACEHOLDER__</url>
+				</repository>
+			</repositories>
+			<pluginRepositories>
+				<pluginRepository>
+					<id>plugins-internal</id>
+					<name>plugins-internal</name>
+					<layout>jpp</layout>
+					<url>__JPP_URL_PLACEHOLDER__</url>
+				</pluginRepository>
+				<pluginRepository>
+					<id>plugins-external</id>
+					<name>plugins-external</name>
+					<layout>jpp</layout>
+					<url>__JAVADIR_PLACEHOLDER__</url>
+				</pluginRepository>
+				<pluginRepository>
+					<id>plugins-maven</id>
+					<name>plugins-maven</name>
+					<layout>jpp</layout>
+					<url>__MAVENDIR_PLUGIN_PLACEHOLDER__</url>
+				</pluginRepository>
+			</pluginRepositories>
+		</profile>
+	</profiles>
+	<activeProfiles>
+		<activeProfile>JPP</activeProfile>
+	</activeProfiles>
+</settings>




More information about the jboss-cvs-commits mailing list