saiku-3.14构建过程(根据源码略微修改)20170805

最近发现很多朋友编译saiku3.14颇为困难,这次结合我对外公布的nexus仓库,再一次编写了此文章,即saiku3.14的编译步骤(必须结合我对外公布的nexus仓库)

修改项目根目录下的pom.xml文件

找到节点


    
        Analytical Labs Plugin Repo
        Analytical Labs Repo-releases
        http://repo.meteorite.bi/repository/alabs-release-local/ 
    

修改为


    
        central
        central
        http://nexus.liuyingguang.cn/repository/maven-public/
    

找到节点


    
        Analytical Labs Repo
        Analytical Labs Repo-releases
        http://repo.meteorite.bi/repository/alabs-release-local/
    
    
        Analytical Labs snapshots
        Analytical Labs Repo-releases
        http://repo.meteorite.bi/repository/alabs-snapshot-local/
    
    
        pentaho-third-party
        http://nexus.pentaho.org/content/repositories/proxied-3rd-party-releases/
    
    
        pentaho-public-release
        http://nexus.pentaho.org/content/repositories/pentaho-public-release-repos/
    
    
        pentaho-snapshot
        http://nexus.pentaho.org/content/repositories/public-snapshots/
    
    
        atlassian2
        http://repository.opencastproject.org/
    
    
        central
        Maven Repository Switchboard
        default
        http://repo1.maven.org/maven2
        
            false
        
    
    
        apache
        Apache repo
        default
        https://repository.apache.org/content/repositories/snapshots/
        
            true
        
    
    
        atlassian
        Atlassian Public
        default
        https://maven.atlassian.com/content/repositories/atlassian-public
        
            true
        
    
    
        pentaho-releases
        http://repository.pentaho.org/artifactory/repo/
    
    
        miredot
        http://nexus.qmino.com/content/repositories/miredot/
    
    
        clojars
        http://clojars.org/repo/
    

修改为


    
        central
        central
        default
        http://nexus.liuyingguang.cn/repository/maven-public/
    

修改saiku\saiku-core\saiku-service下的pom.xml文件

找到节点


    org.apache.maven.plugins
    maven-surefire-plugin
    2.19.1
    
        -Xmx512m
    

修改为


    org.apache.maven.plugins
    maven-surefire-plugin
    2.19.1
    
        true
    

进行构建

回到根目录,执行命令

maven install

已经修改过源码github地址:https://github.com/lightingLYG/saiku-release-3.14


by 刘迎光@萤火虫工作室
OpenBI交流群:495266201
MicroService 微服务交流群:217722918
mail: liuyg#liuyingguang.cn
博主首页(==防止爬虫==):http://blog.liuyingguang.cn
OpenBI问答社区:http://www.openbi.tk/

你可能感兴趣的:(saiku-3.14构建过程(根据源码略微修改)20170805)