Using daily builds in Maven

2014-10-03 Thread Robin Dunn
Hi,

Is there a way of using Maven to automatically grab the latest daily build
of LanguageTool so that it can be used as a dependency?

Currently it seems only the major released versions of LT are available
from the Maven public repository e.g. the latest 2.7, but the daily builds
are not in the public repository?

Would I have to manually download the LT daily build jar files and add them
manually to my local Maven repository e.g. as described at the following
link?

https://devcenter.heroku.com/articles/local-maven-dependencies#pick-groupid-artifactid-and-version-parameters

Thanks
Robin.
--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk___
Languagetool-devel mailing list
Languagetool-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-devel


Re: Using daily builds in Maven

2014-10-03 Thread Daniel Naber
On 2014-10-03 12:32, Robin Dunn wrote:

 Currently it seems only the major released versions of LT are
 available from the Maven public repository e.g. the latest 2.7, but
 the daily builds are not in the public repository?

Yes, Maven Central is only for releases and we don't have set up our own 
repo to host daily builds. If this is for a local machine, the easiest 
thing is to build LT yourself: update the source from git and run mvn 
install -DskipTests. This will install all artifacts into your local 
repository.

Regards
  Daniel


--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk
___
Languagetool-devel mailing list
Languagetool-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-devel


Re: Using daily builds in Maven

2014-10-03 Thread Richard Eckart de Castilho
You have a continuous integration server, right? Couldn't you configure
that to deploy snapshot builds to the Sonatype OSS Snapshot repository?

Cheers,

-- Richard

On 03.10.2014, at 13:26, Daniel Naber daniel.na...@languagetool.org wrote:

 On 2014-10-03 12:32, Robin Dunn wrote:
 
 Currently it seems only the major released versions of LT are
 available from the Maven public repository e.g. the latest 2.7, but
 the daily builds are not in the public repository?
 
 Yes, Maven Central is only for releases and we don't have set up our own 
 repo to host daily builds. If this is for a local machine, the easiest 
 thing is to build LT yourself: update the source from git and run mvn 
 install -DskipTests. This will install all artifacts into your local 
 repository.
 
 Regards
  Daniel


--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk
___
Languagetool-devel mailing list
Languagetool-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-devel