Have you tried mvn package instead of mvn war:war?

mvn war:war is rarely what you want, it won't run any of the previous steps.

- Brett

On 1/4/06, Richard Wallace <[EMAIL PROTECTED]> wrote:
> Does this new functionality require a snapshot version of maven as
> well?  I checked out the source for the maven-war-plugin and did mvn
> install and then went back to my project and tried to run 'mvn war:war'
> but I still get
>
> required artifacts missing:
>   com.contentconnections.mpl:mpl-common-webapp:jar:0.1-SNAPSHOT
>
> So, it looks like rather than trying to use a war it's trying to use a
> jar, even though the pom for mpl-common-webapp clearly states the
> packaging is war.
>
> Rich
>
> Stephane Nicoll wrote:
> > On 1/3/06, Richard Wallace <[EMAIL PROTECTED]> wrote:
> >
> >> Hello all,
> >>
> >> I thought I saw on the list some time ago that a pom for a war could
> >> specify another war artifact as a dependency with the idea being that
> >> the depended war would be unzipped and then the webapp from the current
> >> project would be copied over it.  Is this only available in a snapshot
> >> version of the war plugin?  Is it deployed anywhere?  If not, where is
> >> the source repo for the war plugin?  I tried looking at the project page
> >> for the plugin, but that has an invalid link
> >> http://svn.apache.org/viewcvs.cgi/maven/components/trunk/maven-plugins/maven-war-plugin.
> >>
> >
> > Plugins have moved
> > http://svn.apache.org/viewcvs.cgi/maven/plugins/trunk/maven-war-plugin/
> >
> > Stéphane
> >
> > --
> > .::You're welcome ::.
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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

Reply via email to