Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Documented build and dependencies #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Mailaender
Copy link
Contributor

I guessed some stuff from 459bff8 and the existing deployment scripts. Probably doing something wrong as building fails: #15.

@danielnaber
Copy link
Member

Looks correct, but just grails run-app should also work, as the dependency to LT is defined in grails-app/conf/BuildConfig.groovy and should work (assuming LT has been installed to the local Maven repo using mvn install).

@Mailaender
Copy link
Contributor Author

assuming LT has been installed to the local Maven repo using mvn install

Does that mean I need to run:

mvn dependency:get -DrepoUrl=http://central.maven.org -DgroupId=org.languagetool -DartifactId=languagetool-core -Dversion=2.5

?

@danielnaber
Copy link
Member

No, you need to run mvn install locally in the LT sources, as the LT community dependency is against 2.6-SNAPSHOT and that's not available on Maven central.

@Mailaender
Copy link
Contributor Author

mvn install does run a lot of tests, but otherwise does not help. grails run-app fails with the same error.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants