You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@marmotta.apache.org by "Jakob Frank (JIRA)" <ji...@apache.org> on 2018/06/18 19:32:06 UTC

[jira] [Closed] (MARMOTTA-622) Building the Standalone Installer doesn't work

     [ https://issues.apache.org/jira/browse/MARMOTTA-622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jakob Frank closed MARMOTTA-622.
--------------------------------

Marmotta 3.4.0 released: https://s.apache.org/oBw2

> Building the Standalone Installer doesn't work
> ----------------------------------------------
>
>                 Key: MARMOTTA-622
>                 URL: https://issues.apache.org/jira/browse/MARMOTTA-622
>             Project: Marmotta
>          Issue Type: Bug
>          Components: Build Environment, Dissemination
>    Affects Versions: 3.3.0
>            Reporter: Karima Rafes
>            Assignee: Sergio Fernández
>            Priority: Blocker
>              Labels: build, maven
>             Fix For: 3.4.0
>
>
> Hello
> We develop new plugins and so we try to generate the installer with our own plugins for trying to deploy it correctly in production.
> This simple script doesn't work  for building the Standalone Installer: 
> {code}
> export JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.91-2.6.2.3.el7.x86_64/jre
> git --depth 0 clone https://git-wip-us.apache.org/repos/asf/marmotta.git marmotta
> cd marmotta/
> #  tests doesn't pass now in the minor plugins  => -DskipTests=true (how disable the minor plugins ?)
> mvn clean install  -DskipTests=true -Dmaven.repo.local=path/repo
> #SUCCESS
> cd launchers/marmotta-installer 
> mvn package -Pinstaller -Dmaven.repo.local=path/repo
> [ERROR] Failure to find org.apache.marmotta:marmotta-webapp:war:3.3.0
> {code}
> PS : mvn clean deploy -Pdist-local,marmotta-release,installer doesn't work also.
> I found this script in your README.txt
> Can you fix this problem ? (I found the same problem in your mailing list but without response...) 
> Thanks
> Karima



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)