willjava

导航

 
<?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">
    <parent>  
        <groupId>com.test.bbsfe</groupId>
        <artifactId>bbsfe-buildaggregate-ide</artifactId>
        <version>1.0.0</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>HHHH_bbs_EAR</artifactId>
    <version>${project.version}</version>
    <name>HHHH_bbs_EAR</name>
    <packaging>ear</packaging>

    <dependencies>

        <dependency>
            <groupId>com.test.bbsfe</groupId>
            <artifactId>HHHH_SVR</artifactId>
            <version>${project.version}</version>
            <type>war</type>
        </dependency>

        <dependency>
            <groupId>com.test.bbsfe</groupId>
            <artifactId>bbs_Common_Web</artifactId>
            <version>${project.version}</version>
            <type>war</type>
        </dependency>
        
        <dependency>
            <groupId>com.test.bbsfe</groupId>
            <artifactId>PreCap_Common_Web</artifactId>
            <version>${project.version}</version>
            <type>war</type>
        </dependency>
        
        <dependency>
            <groupId>com.test.bbsfe</groupId>
            <artifactId>SVR_CBT</artifactId>
            <version>${project.version}</version>
            <type>war</type>
        </dependency>

    </dependencies>
    
    <build>
        <plugins>
            <plugin>
                <artifactId>maven-ear-plugin</artifactId>
                <configuration>
                    <packagingIncludes>META-INF/**</packagingIncludes>
                    
                    <modules>
                        <webModule>
                            <groupId>com.test.bbsfe</groupId>
                            <artifactId>HHHH_SVR</artifactId>
                            <bundleFileName>HHHH_SVR.war</bundleFileName>
                            <contextRoot>SVR/SVR_EJ</contextRoot>
                        </webModule>
                        <webModule>
                            <groupId>com.test.bbsfe</groupId>
                            <artifactId>bbs_Common_Web</artifactId>
                            <bundleFileName>bbs_Common_Web.war</bundleFileName>
                            <contextRoot>SVR/SVR_bbs</contextRoot>
                        </webModule>
                        <webModule>
                            <groupId>com.test.bbsfe</groupId>
                            <artifactId>PreCap_Common_Web</artifactId>
                            <bundleFileName>PreCap_Common_Web.war</bundleFileName>
                            <contextRoot>SVR/bbs_PRECAP</contextRoot>
                        </webModule>
                        <webModule>
                            <groupId>com.test.bbsfe</groupId>
                            <artifactId>SVR_CBT</artifactId>
                            <bundleFileName>SVR_CBT.war</bundleFileName>
                            <contextRoot>SVR/SVR_CBT</contextRoot>
                        </webModule>
                    </modules>
                    
                    <security>
                        <security-role id="SecurityRole_1460361348454">
                            <description>Authenticated_user</description>
                            <role-name>Authenticated</role-name>
                        </security-role>
                    </security>
                    <earSourceDirectory>${basedir}</earSourceDirectory>
                    <earSourceIncludes>**/META-INF/ibm-application-bnd.xmi</earSourceIncludes>
                </configuration>
                

            </plugin>
        </plugins>
    </build>



</project>

 

posted on 2016-04-27 17:16  威尔爪哇  阅读(1063)  评论(0编辑  收藏  举报