Bugs item #3564184, was opened at 2012-09-02 10:24 Message generated for change (Comment added) made by dnaber You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=655717&aid=3564184&group_id=110216
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Richard Eckart de Castilho (wyldfire) Assigned to: Nobody/Anonymous (nobody) Summary: Maven artifacts for LanguageTool Initial Comment: LanguageTool uses an ANT-based build. It would be great if there were Maven artifacts as well. I have attached POMs for LanguageTool 1.8 and trunk to this issue. Mind that this is still work in progress. In particular, not all dependencies are available on Maven Central yet. Thus, the POM contains a reference to an inofficial repository. ---------------------------------------------------------------------- Comment By: Daniel Naber (dnaber) Date: 2012-12-31 07:10 Message: Richard, I have opened an issue at https://issues.sonatype.org/browse/OSSRH-5053 so I can release 2.0 (even though we didn't manage to split it up as we wanted to). But won't the external repos be a problem? It's cn.com.cjf:cjftransform:jar:1.0.1 that seems to be missing, did you have any plans to get that on Central or would you stick to the external repo? ---------------------------------------------------------------------- Comment By: Richard Eckart de Castilho (wyldfire) Date: 2012-10-02 14:11 Message: I have added a POM for LT 1.9. It does not contain developer information yet. It is possible and recommended to add a list of project developers to the POM. This is often a list only of the developers' names, although more detail could be provided (role, mail, commit id, etc.) Not all of the dependencies are available on Maven Central yet, so the POM still refers to the public UKP Maven Repository. ---------------------------------------------------------------------- Comment By: Richard Eckart de Castilho (wyldfire) Date: 2012-09-02 11:14 Message: Added POM for trunk, works with the restructured trunk. If you want to use Eclipse's m2e plugin, it's a good idea to remove the project from Eclipse after dropping in the POM, deleting .project, .classpath and .settings and then "Import existing Maven project..." so that Eclipse can generate its metadata from the POM and is not confused by the Eclipse metadata that is in the version control repository. ---------------------------------------------------------------------- Comment By: Richard Eckart de Castilho (wyldfire) Date: 2012-09-02 10:54 Message: I said the POM would also include the dev stuff - not true, that's also excluded. So it covers only LT core (no dev, no OOO). ---------------------------------------------------------------------- Comment By: Richard Eckart de Castilho (wyldfire) Date: 2012-09-02 10:44 Message: The attached POM for LanguageTool 1.8 compiles the core and dev stuff, but it excludes the OpenOffice stuff. It does not contain all the information necessary for a release on central, in particular no SCM information, no license and no developer information. I believe though, that based on this it would be possible with reasonable additional effort to publish a LT 1.8.1 to Maven Central. Except the missing information in the POM, there are some additional problems: - not all dependencies are available from Maven Central, so I added a repository - there is a spelling error in the package of morfologik-speller in the org.carrot artifact (it's morflogik instead of morfologik), so I had to actually changed the imports in LanguageTool to match that. ---------------------------------------------------------------------- Comment By: Richard Eckart de Castilho (wyldfire) Date: 2012-09-02 10:25 Message: I'm still doing some updates to the POM... will attach soon. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=655717&aid=3564184&group_id=110216 ------------------------------------------------------------------------------ Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS and more. Get SQL Server skills now (including 2012) with LearnDevNow - 200+ hours of step-by-step video tutorials by Microsoft MVPs and experts. SALE $99.99 this month only - learn more at: http://p.sf.net/sfu/learnmore_122512 _______________________________________________ Languagetool-commits mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/languagetool-commits
