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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to