[
https://issues.apache.org/jira/browse/JOSHUA-252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15286060#comment-15286060
]
ASF GitHub Bot commented on JOSHUA-252:
---------------------------------------
Github user lewismc commented on the pull request:
https://github.com/apache/incubator-joshua/pull/12#issuecomment-219620953
You can build it locally by simply using the following scope
```
<dependency>
<groupId>edu.berkeley.nlp</groupId>
<artifactId>jberkeleyaligner</artifactId>
<version>X</version>
<scope>system</scope>
<systemPath>/path/to/berkeleyaligner.jar</systemPath>
</dependency>
```
I think you can remove the version element for the time being and try that
out. We may need to create a Maven build for berkeley aligner and push it to
Maven Central
> Make it possible to use Maven to build Joshua
> ---------------------------------------------
>
> Key: JOSHUA-252
> URL: https://issues.apache.org/jira/browse/JOSHUA-252
> Project: Joshua
> Issue Type: Improvement
> Components: build
> Reporter: Tommaso Teofili
> Assignee: Tommaso Teofili
> Fix For: 6.1
>
>
> As per discussion on the dev@ list for now Ant is the official build tool for
> Joshua however we would like to possibly switch to Maven if / when someone is
> able to do so.
> Assigning to me for now as I could be able to look into this.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)