Github user thammegowda commented on the pull request:
https://github.com/apache/incubator-joshua/pull/13#issuecomment-219570096
My maven version
<pre>
$ mvn --version
Apache Maven 3.0.5
Maven home: /usr/share/maven
Java version: 1.8.0_91, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-8-oracle/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.19.0-32-generic", arch: "amd64", family:
"unix"
</pre>
To compile :
mvn clean compile
To package
mvn clean package # this fails if there are test failures
mvn clean package -DskipTests # to skip tests
To run main method in a class:
mvn compile exec:java
-Dexec.mainClass=org.apache.joshua.decoder.JoshuaDecoder
---
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 [email protected] or file a JIRA ticket
with INFRA.
---