I have a project that creates a zip of our product as well as a jar.

Currently I am using the maven plugin to install the jar into my local repo.

Is there a way to install the zip into the local repo?

Specifically the zip has no external dependencies, so the installed
pom should also have no dependencies listed.

I am at a loss on how to configure this....


-Mike




Some Background info:

This is part of a larger process involving two separate projects.

Currently Project A creates a zip package, Project B unpacks that zip
and executes it and runs tests against that running instance.

So I am trying to get the zip from project A into a place that project
B can use it.

As these projects are currently separate (and project A is multi
module) I can not conveniently create the appropriate convenient
Gradle dependencies.

The projects are Ant builds, and maven-ant-tasks to do the install
from project A / resolve in project B.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to