[
https://issues.apache.org/jira/browse/MARMOTTA-622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sergio Fernández resolved MARMOTTA-622.
---------------------------------------
Resolution: Not A Problem
Hi [~Karima Rafes], most of the things you commented (e.g., deploying
artifacts) are tools only for the development team.
If I understood you correctly, you have developed new plugins. Is that correct?
Then there are to ways to get then running:
# Fork our repo and add them to any launcher ({{marmotta-webapp}} for instance).
# Create your custom launched, copying an existing one (for instance copying
this
[pom.xml|https://github.com/wikier/apache-marmotta-tutorial-iswc2014/blob/master/pom.xml]
and adding your stuff).
The first one has the advantage that you have the full artufacts (so you can
build an installer with {{mvn package -Pinstaller}}), but the disadvantage you
have to keep your fork updated from mainstream. While the second one it'd be
easier to maintain since it'll depend on Maven artifacts.
I'm closing this, since it's more a question / request support than an issue.
So please fell free to continue asking at
[users@marmotta|marmotta.apache.org/mail-lists.html].
> 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
(v6.3.4#6332)