Just to be clear, "mvn install" simply copies your package into your
local M2 repository.

It looks like you've attached the appc goal to the package phase. I
don't use this plugin so I don't know if this is right.

Wayne

On 4/11/06, mjohnsonaz74 <[EMAIL PROTECTED]> wrote:
>
> Earlier I asked about using weblogic appc with Maven and I took the given
> example and made it work (i think). Currently when I run 'mvn install' in my
> war project, I see the appc portion doing it's work, but it never installs
> the war file into my repository.  I'm not sure what I'm doing wrong.  I
> receive no errors or warnings.  The project runs and then finishes, but I
> never see the install occuring, nor is there a new war file in my
> repository.  I have posted my POM below. Can anyone offer a little guidance
> as to what I could try.  I did try to explicitly call the install goal from
> the Maven-install-plugin, but that didn't seem to have any effect either.
> Any help would be appreciated, thank you!
>
> --MJ

Reply via email to