[
https://issues.apache.org/jira/browse/MARMOTTA-622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sergio Fernández updated MARMOTTA-622:
--------------------------------------
Fix Version/s: 3.4.0
> 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
> 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
(v6.3.4#6332)