|
Although it's a little daunting at first, I found that when I
buckled down and made a maven plugin it was almost trivial to do so. This page describes the whole process pretty succinctly: http://maven.apache.org/guides/plugin/guide-java-plugin-development.html The problem when you do that, though, is you introduce a maven dependency (self-deployed) into your project. Going from no dependencies to a single one is a big step. So this approach is probably OK if you're already invested in a more-than-trivial maven build. Charles On 11/29/2013 10:50 AM, Clark Richey
wrote:
Has anyone gotten roxy to work inside a maven build? I want to be able to execute deploy and unit test tasks of roxy inside of a larger java based project that is build using maven. I’ve been experimenting with using the exec-maven-plugin plugin to execute the ml script but haven’t had much luck. -- Charles Greer Senior Engineer MarkLogic Corporation [email protected] Phone: +1 707 408 3277 www.marklogic.com |
_______________________________________________ General mailing list [email protected] http://developer.marklogic.com/mailman/listinfo/general

