> The problem in this approach is that the ejb3 files and war files I
> created needs to be in repository. I don't want to do that because we
> will not need these files individually as par of any deployable.

That's not the spirit of Maven, since if _you_ wanted to use them, then
there is a chance _others_ would want to use them, too.

Also, if you insist that they should not be deployed, don't confuse
installing them in your maven.repo.local with deploying them to your
internal repository. I don't know for sure that you can skip the
"deploy" phase for an artifact, but I'd bet it's easier than skipping
the "install" phase (and still having a working build).

  My USD$0.02,
  -- /v\atthew

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to