[
https://issues.apache.org/jira/browse/IOTA-16?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15360598#comment-15360598
]
Barbara Gomes edited comment on IOTA-16 at 7/3/16 4:36 PM:
-----------------------------------------------------------
[~tonyfaustini] There is no modification required in the Build.scala to build
the Fey jar. The _publishTo_ SBT build attribute that you are talking about is
only used when we actually want to publish the artifacts to a Maven repository.
To build the fat jar for Fey, we use SBT assembly plugin. Run:
{code}
sbt assembly
{code}
The jar will be generate in the following path inside fey directory:
{code}
FEY_DIR/target/scala-2.11/iota-fey-core.jar
{code}
We will be adding a more detailed explanation to the README.md
was (Author: bmgomes):
[~tonyfaustini] There is no modification required in the Build.scala to build
the Fey jar. The _publishTo_ SBT build attribute that you are talking about is
only used when we actually want to publish the artifacts to a Maven repository.
To build the fat jar for Fey, we use SBT assembly plugin. Run:
{code}
sbt assembly
{code}
The jar will be generate in the following path inside fey directory:
{code}
targe/scala_2.11/target/scala-2.11/iota-fey-core.jar
{code}
We will be adding a more detailed explanation to the README.md
> Review Readme.rd
> ----------------
>
> Key: IOTA-16
> URL: https://issues.apache.org/jira/browse/IOTA-16
> Project: Iota
> Issue Type: Task
> Reporter: Tony Faustini
> Assignee: Tony Faustini
> Priority: Minor
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)