[jboss-svn-commits] JBL Code SVN: r36072 - in labs/jbossrules/soa_branches/BRMS-5.1.x-MEAD: brms-distribution and 1 other directories.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Fri Nov 26 00:31:21 EST 2010
Author: ryanzhang
Date: 2010-11-26 00:31:20 -0500 (Fri, 26 Nov 2010)
New Revision: 36072
Added:
labs/jbossrules/soa_branches/BRMS-5.1.x-MEAD/soa-distribution/
labs/jbossrules/soa_branches/BRMS-5.1.x-MEAD/soa-distribution/pom.xml
Removed:
labs/jbossrules/soa_branches/BRMS-5.1.x-MEAD/brms-distribution/build.xml
labs/jbossrules/soa_branches/BRMS-5.1.x-MEAD/brms-distribution/pom.xml
labs/jbossrules/soa_branches/BRMS-5.1.x-MEAD/brms-distribution/post-patch/
labs/jbossrules/soa_branches/BRMS-5.1.x-MEAD/brms-distribution/pre-patch/
labs/jbossrules/soa_branches/BRMS-5.1.x-MEAD/brms-distribution/resource/
labs/jbossrules/soa_branches/BRMS-5.1.x-MEAD/soa-distribution/pom.xml
Modified:
labs/jbossrules/soa_branches/BRMS-5.1.x-MEAD/pom.xml
Log:
rename brms-distribution to soa-distribution
Deleted: labs/jbossrules/soa_branches/BRMS-5.1.x-MEAD/brms-distribution/build.xml
===================================================================
--- labs/jbossrules/soa_branches/BRMS-5.1.x-MEAD/brms-distribution/build.xml 2010-11-26 04:11:08 UTC (rev 36071)
+++ labs/jbossrules/soa_branches/BRMS-5.1.x-MEAD/brms-distribution/build.xml 2010-11-26 05:31:20 UTC (rev 36072)
@@ -1,76 +0,0 @@
-<project name="BRMS ant builder">
-
- <target name="build">
- <echo file="${module_base_dir}/target/work/drools-guvnor/org.drools.guvnor.Guvnor/version.txt">${project.version}.BRMS </echo>
- </target>
-
- <target name="assemble">
- <mkdir dir="${module_base_dir}/target/dist"/>
- <war destfile="${module_base_dir}/target/work/jboss-brms.war" webxml="${module_base_dir}/target/work/drools-guvnor/WEB-INF/web.xml">
- <fileset dir="${module_base_dir}/target/work/drools-guvnor" includes="**/*" />
- </war>
- <war destfile="${module_base_dir}/target/work/jboss-brms-server.war" webxml="${module_base_dir}/target/work/drools-server/WEB-INF/web.xml">
- <fileset dir="${module_base_dir}/target/work/drools-server" includes="**/*" />
- </war>
- <zip destfile="${module_base_dir}/target/dist/jboss-brms-manager.zip">
- <zipfileset dir="${module_base_dir}/target/work" includes="jboss-brms.war"/>
- </zip>
- <zip destfile="${module_base_dir}/target/dist/jboss-brms-server.zip">
- <zipfileset dir="${module_base_dir}/target/work" includes="jboss-brms-server.war"/>
- </zip>
- <zip destfile="${module_base_dir}/target/dist/jboss-brms-engine.zip">
- <zipfileset dir="${module_base_dir}/target/jboss-brms-engine" includes="**/*" />
- <zipfileset dir="${module_base_dir}/target/" includes="jboss-brms-bulk-importer/**" />
- <zipfileset file="${module_base_dir}/../LICENSE-ASL-2.0.txt" />
- <zipfileset file="${module_base_dir}/../README_DEPENDENCIES.txt" />
- </zip>
- <zip destfile="${module_base_dir}/target/dist/modeshape.zip">
- <zipfileset dir="${module_base_dir}/target/work/modeshape" includes="**/*"/>
- </zip>
-
- <zip destfile="${module_base_dir}/target/brms-deployable-${project.version}.zip" >
- <zipfileset dir="${module_base_dir}/target/dist" includes="*" />
- </zip>
-
- <!-- standalone BRMS distribution -->
- <copy todir="${module_base_dir}/target/dist/brms-standalone/" overwrite="true">
- <fileset dir="${module_base_dir}/target/work/jboss-ewp" includes="**/*" />
- </copy>
- <copy todir="${module_base_dir}/target/dist/brms-standalone/jboss-as-web/server/default/deploy/jboss-brms.war" overwrite="true">
- <fileset dir="${module_base_dir}/target/work/drools-guvnor" includes="**/*" />
- </copy>
- <copy todir="${module_base_dir}/target/dist/brms-standalone/jboss-as-web/server/production/deploy/jboss-brms.war" overwrite="true">
- <fileset dir="${module_base_dir}/target/work/drools-guvnor" includes="**/*" />
- </copy>
- <copy todir="${module_base_dir}/target/dist/brms-standalone/jboss-as-web/client" overwrite="true">
- <fileset dir="${module_base_dir}/target/jboss-brms-engine" includes="**/*" />
- <fileset file="${module_base_dir}/../LICENSE-ASL-2.0.txt" />
- <fileset file="${module_base_dir}/../README_DEPENDENCIES.txt" />
- </copy>
- <copy todir="${module_base_dir}/target/dist/brms-standalone/jboss-as-web/tools" overwrite="true">
- <fileset dir="${module_base_dir}/target/jboss-brms-bulk-importer" includes="**/*" />
- </copy>
- <copy todir="${module_base_dir}/target/dist/brms-standalone/jboss-as-web/tools/jboss-brms-server.war" overwrite="true">
- <fileset dir="${module_base_dir}/target/work/drools-server" includes="**/*" />
- </copy>
- <antcall target="patch.modeshape">
- </antcall>
- <copy todir="${module_base_dir}/target/dist/brms-standalone/modeshape" overwrite="true">
- <fileset dir="${module_base_dir}/target/work/modeshape" includes="**/*" />
- </copy>
-
- <zip destfile="${module_base_dir}/target/brms-standalone-${project.version}.zip" >
- <zipfileset dir="${module_base_dir}/target/dist/brms-standalone" prefix="brms-standalone-${project.version}" includes="**/*" filemode="755" />
- </zip>
-
- </target>
-
-
- <target name="patch.modeshape">
- <replace file="${module_base_dir}/target/work/modeshape/build.xml" >
- <replacefilter token="../../jboss-as/" value="../jboss-as-web/"/>
- <replacefilter token="all, production, web, or default"
- value="production or default"/>
- </replace>
- </target>
-</project>
Deleted: labs/jbossrules/soa_branches/BRMS-5.1.x-MEAD/brms-distribution/pom.xml
===================================================================
--- labs/jbossrules/soa_branches/BRMS-5.1.x-MEAD/brms-distribution/pom.xml 2010-11-26 04:11:08 UTC (rev 36071)
+++ labs/jbossrules/soa_branches/BRMS-5.1.x-MEAD/brms-distribution/pom.xml 2010-11-26 05:31:20 UTC (rev 36072)
@@ -1,111 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<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">
- <modelVersion>4.0.0</modelVersion>
- <name>Drools :: Build BRMS distribution For BRMS-P</name>
- <groupId>org.drools</groupId>
- <artifactId>jboss-brms</artifactId>
- <version>5.1.0.BRMS</version>
- <packaging>pom</packaging>
-
- <parent>
- <artifactId>drools</artifactId>
- <groupId>org.drools</groupId>
- <version>5.1.0.BRMS</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
- <dependencies>
- </dependencies>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- <executions>
- <execution>
- <id>cp-janino-jar</id>
- <phase>process-resources</phase>
- <goals>
- <goal>copy</goal>
- </goals>
- <configuration>
- <artifactItems>
- <!-- copy dependecy library from repo (For ESB integration:jbrules.esb)-->
- <artifactItem>
- <groupId>janino</groupId>
- <artifactId>janino</artifactId>
- <version>2.5.15</version>
- <type>jar</type>
- </artifactItem>
- </artifactItems>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <artifactId>maven-assembly-plugin</artifactId>
- <executions>
- <execution>
- <id>brms-assembly</id>
- <phase>package</phase>
- <goals>
- <goal>single</goal>
- </goals>
- <configuration>
- <finalName>jboss</finalName>
- <!--ignoreDirFormatExtensions>true</ignoreDirFormatExtensions>
- <appendAssemblyId>false</appendAssemblyId-->
- <descriptors>
- <descriptor>resource/assembly/brms-engine.xml</descriptor>
- <descriptor>resource/assembly/brms-importer.xml</descriptor>
- <descriptor>resource/assembly/brms-manager.xml</descriptor>
- <descriptor>resource/assembly/brms-p-dist.xml</descriptor>
- <descriptor>resource/assembly/soa-p-dist.xml</descriptor>
- </descriptors>
- </configuration>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
-
- <!--Open it if we need to sort out Documentation in MEAD, otherwise we could still use assembly:assembly to generate as usual-->
- <!-->
- <profile>
- <id>documentation</id>
- <activation>
- <property>
- <name>documentation</name>
- </property>
- </activation>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-assembly-plugin</artifactId>
- <executions>
- <execution>
- <id>brms-doc-assembly</id>
- <phase>package</phase>
- <goals>
- <goal>single</goal>
- </goals>
- <configuration>
- <finalName>${project.artifactId}.${project.version}-javadocs</finalName>
- <ignoreDirFormatExtensions>true</ignoreDirFormatExtensions>
- <appendAssemblyId>false</appendAssemblyId>
- <descriptors>
- <descriptor>../src/main/assembly/docs.xml</descriptor>
- </descriptors>
- </configuration>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
-
- </profile>
- </profiles-->
-
-</project>
Modified: labs/jbossrules/soa_branches/BRMS-5.1.x-MEAD/pom.xml
===================================================================
--- labs/jbossrules/soa_branches/BRMS-5.1.x-MEAD/pom.xml 2010-11-26 04:11:08 UTC (rev 36071)
+++ labs/jbossrules/soa_branches/BRMS-5.1.x-MEAD/pom.xml 2010-11-26 05:31:20 UTC (rev 36072)
@@ -451,6 +451,7 @@
</pluginManagement>
</build>
</profile>
+ </profiles>
<build>
<extensions>
Copied: labs/jbossrules/soa_branches/BRMS-5.1.x-MEAD/soa-distribution (from rev 36070, labs/jbossrules/soa_branches/BRMS-5.1.x-MEAD/brms-distribution)
Deleted: labs/jbossrules/soa_branches/BRMS-5.1.x-MEAD/soa-distribution/pom.xml
===================================================================
--- labs/jbossrules/soa_branches/BRMS-5.1.x-MEAD/brms-distribution/pom.xml 2010-11-26 01:18:39 UTC (rev 36070)
+++ labs/jbossrules/soa_branches/BRMS-5.1.x-MEAD/soa-distribution/pom.xml 2010-11-26 05:31:20 UTC (rev 36072)
@@ -1,295 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<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">
- <modelVersion>4.0.0</modelVersion>
- <name>Drools :: Build BRMS distribution </name>
- <groupId>org.drools</groupId>
- <artifactId>jboss-brms</artifactId>
- <version>5.1.0.BRMS</version>
- <packaging>pom</packaging>
-
- <parent>
- <artifactId>drools</artifactId>
- <groupId>org.drools</groupId>
- <version>5.1.0.BRMS</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
-
- <properties>
- <!--Please update brms_version after update project.version (5.1.0.BRMS), It will be used in brms zip package name-->
- <brms_version>5.1.0</brms_version>
-
- <soa_common_build_src.groupId>org.jboss.jbosssoa</soa_common_build_src.groupId>
- <soa_common_build_src.artifactId>soa-common-build-src</soa_common_build_src.artifactId>
- <soa_common_build_src.version>1.0.0</soa_common_build_src.version>
- <brms-engine.dir>brms-engine</brms-engine.dir>
- <jboss_ewp_build_src.groupId>org.jboss.jbosssoa</jboss_ewp_build_src.groupId>
- <jboss_ewp_build_src.artifactId>jboss-ewp-soa-distribution</jboss_ewp_build_src.artifactId>
- <jboss_ewp_build_src.version>5.1.0</jboss_ewp_build_src.version>
- <jboss_modeshape_build_src.groupId>org.jboss.modeshape</jboss_modeshape_build_src.groupId>
- <jboss_modeshape_build_src.artifactId>modeshape-soa-distribution</jboss_modeshape_build_src.artifactId>
- <jboss_modeshape_build_src.version>2.2.1</jboss_modeshape_build_src.version>
- </properties>
-
- <dependencies>
- <dependency>
- <groupId>org.codehaus.groovy</groupId>
- <artifactId>groovy-all</artifactId>
- <version>1.7.0</version>
- <scope>compile</scope>
- </dependency>
-
- </dependencies>
-
- <!-- Plugins -->
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- <dependencies>
- <dependency>
- <groupId>${soa_common_build_src.groupId}</groupId>
- <artifactId>${soa_common_build_src.artifactId}</artifactId>
- <version>${soa_common_build_src.version}</version>
- <type>zip</type>
- </dependency>
-
- <dependency>
- <groupId>${jboss_ewp_build_src.groupId}</groupId>
- <artifactId>${jboss_ewp_build_src.artifactId}</artifactId>
- <version>${jboss_ewp_build_src.version}</version>
- <type>zip</type>
- </dependency>
- <dependency>
- <groupId>${jboss_modeshape_build_src.groupId}</groupId>
- <artifactId>${jboss_modeshape_build_src.artifactId}</artifactId>
- <version>${jboss_modeshape_build_src.version}</version>
- <type>zip</type>
- </dependency>
- </dependencies>
- <executions>
- <execution>
- <id>unpack-soa-common-build-src</id>
- <phase>process-resources</phase>
- <goals>
- <goal>unpack</goal>
- </goals>
- <configuration>
- <outputDirectory>${project.basedir}</outputDirectory>
- <artifactItems>
- <artifactItem>
- <groupId>${soa_common_build_src.groupId}</groupId>
- <artifactId>${soa_common_build_src.artifactId}</artifactId>
- <version>${soa_common_build_src.version}</version>
- <type>zip</type>
- </artifactItem>
- </artifactItems>
- </configuration>
- </execution>
-
- <execution>
- <id>unpack-drools-guvnor</id>
- <phase>process-resources</phase>
- <goals>
- <goal>unpack</goal>
- </goals>
- <configuration>
- <outputDirectory>${project.basedir}/target/work/drools-guvnor</outputDirectory>
- <artifactItems>
- <artifactItem>
- <groupId>org.drools</groupId>
- <artifactId>drools-guvnor</artifactId>
- <version>${project.version}</version>
- <type>war</type>
- </artifactItem>
- </artifactItems>
- </configuration>
- </execution>
-
- <execution>
- <id>unpack-jboss-ewp-build-src</id>
- <phase>process-resources</phase>
- <goals>
- <goal>unpack</goal>
- </goals>
- <configuration>
- <outputDirectory>${project.basedir}/target/work</outputDirectory>
- <artifactItems>
- <artifactItem>
- <groupId>${jboss_ewp_build_src.groupId}</groupId>
- <artifactId>${jboss_ewp_build_src.artifactId}</artifactId>
- <version>${jboss_ewp_build_src.version}</version>
- <type>zip</type>
- </artifactItem>
- </artifactItems>
- </configuration>
- </execution>
-
- <execution>
- <id>unpack-jboss-modeshape-build-src</id>
- <phase>process-resources</phase>
- <goals>
- <goal>unpack</goal>
- </goals>
- <configuration>
- <outputDirectory>${project.basedir}/target/work</outputDirectory>
- <artifactItems>
- <artifactItem>
- <groupId>${jboss_modeshape_build_src.groupId}</groupId>
- <artifactId>${jboss_modeshape_build_src.artifactId}</artifactId>
- <version>${jboss_modeshape_build_src.version}</version>
- <type>zip</type>
- </artifactItem>
- </artifactItems>
- </configuration>
- </execution>
-
- <execution>
- <id>unpack-drools-server</id>
- <phase>process-resources</phase>
- <goals>
- <goal>unpack</goal>
- </goals>
- <configuration>
- <outputDirectory>${project.basedir}/target/work/drools-server</outputDirectory>
- <artifactItems>
- <artifactItem>
- <groupId>org.drools</groupId>
- <artifactId>drools-server</artifactId>
- <version>${project.version}</version>
- <type>war</type>
- </artifactItem>
- </artifactItems>
- </configuration>
- </execution>
- </executions>
- </plugin>
-
- <plugin>
- <artifactId>maven-assembly-plugin</artifactId>
- <executions>
- <execution>
- <id>brms-assembly</id>
- <phase>process-resources</phase>
- <goals>
- <goal>single</goal>
- </goals>
- <configuration>
- <finalName>jboss</finalName>
- <!--ignoreDirFormatExtensions>true</ignoreDirFormatExtensions>
- <appendAssemblyId>false</appendAssemblyId-->
- <descriptors>
- <descriptor>resource/assembly/brms-engine.xml</descriptor>
- <descriptor>resource/assembly/brms-importer.xml</descriptor>
- </descriptors>
- </configuration>
- </execution>
- </executions>
- </plugin>
-
- <plugin>
- <artifactId>maven-antrun-plugin</artifactId>
- <version>1.3</version>
- <configuration>
- <source>1.6</source>
- <target>1.6</target>
- </configuration>
- <dependencies>
- <dependency>
- <groupId>org.codehaus.groovy</groupId>
- <artifactId>groovy-all</artifactId>
- <version>1.7.0</version>
- </dependency>
- </dependencies>
-
- <executions>
- <execution>
- <id>SOA build process</id>
- <phase>process-classes</phase>
- <goals>
- <goal>run</goal>
- </goals>
- <configuration>
- <tasks>
- <ant antfile="build-common.xml" target="soa.routine.build" dir="${project.basedir}" inheritAll="false">
- <property name="module_base_dir" value="${project.basedir}"/>
- <property name="module_build_finalName" value="${project.build.finalName}"/>
- <property name="project.version" value="${brms_version}"/>
- <property name="groovy.path" value="${maven.dependency.org.codehaus.groovy.groovy-all.jar.path}" />
- </ant>
- </tasks>
- </configuration>
- </execution>
- </executions>
- </plugin>
-
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>build-helper-maven-plugin</artifactId>
- <version>1.2</version>
- <executions>
- <execution>
- <phase>package</phase>
- <goals>
- <goal>attach-artifact</goal>
- </goals>
- <configuration>
- <artifacts>
- <artifact>
- <file>${project.build.directory}/brms-standalone-${brms_version}.zip</file>
- <type>zip</type>
- <classifier>standalone</classifier>
- </artifact>
- <artifact>
- <file>${project.build.directory}/brms-deployable-${brms_version}.zip</file>
- <type>zip</type>
- <classifier>deployable</classifier>
- </artifact>
- </artifacts>
- </configuration>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
-
- <!--Open it if we need to sort out Documentation in MEAD, otherwise we could still use assembly:assembly to generate as usual-->
- <!-->
- <profile>
- <id>documentation</id>
- <activation>
- <property>
- <name>documentation</name>
- </property>
- </activation>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-assembly-plugin</artifactId>
- <executions>
- <execution>
- <id>brms-doc-assembly</id>
- <phase>package</phase>
- <goals>
- <goal>single</goal>
- </goals>
- <configuration>
- <finalName>${project.artifactId}.${project.version}-javadocs</finalName>
- <ignoreDirFormatExtensions>true</ignoreDirFormatExtensions>
- <appendAssemblyId>false</appendAssemblyId>
- <descriptors>
- <descriptor>../src/main/assembly/docs.xml</descriptor>
- </descriptors>
- </configuration>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
-
- </profile>
- </profiles-->
-
-</project>
Copied: labs/jbossrules/soa_branches/BRMS-5.1.x-MEAD/soa-distribution/pom.xml (from rev 36071, labs/jbossrules/soa_branches/BRMS-5.1.x-MEAD/brms-distribution/pom.xml)
===================================================================
--- labs/jbossrules/soa_branches/BRMS-5.1.x-MEAD/soa-distribution/pom.xml (rev 0)
+++ labs/jbossrules/soa_branches/BRMS-5.1.x-MEAD/soa-distribution/pom.xml 2010-11-26 05:31:20 UTC (rev 36072)
@@ -0,0 +1,111 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<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">
+ <modelVersion>4.0.0</modelVersion>
+ <name>Drools :: Build BRMS distribution For BRMS-P</name>
+ <groupId>org.drools</groupId>
+ <artifactId>jboss-brms</artifactId>
+ <version>5.1.0.BRMS</version>
+ <packaging>pom</packaging>
+
+ <parent>
+ <artifactId>drools</artifactId>
+ <groupId>org.drools</groupId>
+ <version>5.1.0.BRMS</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+ <dependencies>
+ </dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>cp-janino-jar</id>
+ <phase>process-resources</phase>
+ <goals>
+ <goal>copy</goal>
+ </goals>
+ <configuration>
+ <artifactItems>
+ <!-- copy dependecy library from repo (For ESB integration:jbrules.esb)-->
+ <artifactItem>
+ <groupId>janino</groupId>
+ <artifactId>janino</artifactId>
+ <version>2.5.15</version>
+ <type>jar</type>
+ </artifactItem>
+ </artifactItems>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>brms-assembly</id>
+ <phase>package</phase>
+ <goals>
+ <goal>single</goal>
+ </goals>
+ <configuration>
+ <finalName>jboss</finalName>
+ <!--ignoreDirFormatExtensions>true</ignoreDirFormatExtensions>
+ <appendAssemblyId>false</appendAssemblyId-->
+ <descriptors>
+ <descriptor>resource/assembly/brms-engine.xml</descriptor>
+ <descriptor>resource/assembly/brms-importer.xml</descriptor>
+ <descriptor>resource/assembly/brms-manager.xml</descriptor>
+ <descriptor>resource/assembly/brms-p-dist.xml</descriptor>
+ <descriptor>resource/assembly/soa-p-dist.xml</descriptor>
+ </descriptors>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
+ <!--Open it if we need to sort out Documentation in MEAD, otherwise we could still use assembly:assembly to generate as usual-->
+ <!-->
+ <profile>
+ <id>documentation</id>
+ <activation>
+ <property>
+ <name>documentation</name>
+ </property>
+ </activation>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>brms-doc-assembly</id>
+ <phase>package</phase>
+ <goals>
+ <goal>single</goal>
+ </goals>
+ <configuration>
+ <finalName>${project.artifactId}.${project.version}-javadocs</finalName>
+ <ignoreDirFormatExtensions>true</ignoreDirFormatExtensions>
+ <appendAssemblyId>false</appendAssemblyId>
+ <descriptors>
+ <descriptor>../src/main/assembly/docs.xml</descriptor>
+ </descriptors>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
+ </profile>
+ </profiles-->
+
+</project>
More information about the jboss-svn-commits
mailing list