Hi,

This looks like a misconfiguration of the warpath plugin. Not too sure why
you are getting this from the archetypes, but please could you make sure the
warpath plugin is configured as follows in your top level pom:

<plugin>
 <groupId>org.appfuse</groupId>
 <artifactId>maven-warpath-plugin</artifactId>
 <version>1.0-m2</version>
 <extensions>true</extensions>
 <executions>
     <execution>
          <goals>
              <goal>add-classes</goal>
           </goals>
      </execution>
 </executions>
</plugin>

The <extensions>true</extensions> is particularly important: it allows the
maven to handle the new package type warpath via the plugin. Please could
you check that it is set in your pom?

Thanks

Mike




On 1/15/07, Matt Raible <[EMAIL PROTECTED]> wrote:

Can you try running the command again?

On 1/14/07, MyWorkId <[EMAIL PROTECTED]> wrote:
> Yes ..... here is the snippet from the pom ...
>
>   <repositories>
>     <repository>
>       <id>appfuse</id>
>       <url>http://static.appfuse.org/repository</url>
>     </repository>
>     <repository>
>       <id>java.net</id>
>       <url>https://maven2-repository.dev.java.net/nonav/repository</url>
>     </repository>
>   </repositories>
>   <pluginRepositories>
>     <pluginRepository>
>       <id>appfuse</id>
>       <url>http://static.appfuse.org/repository</url>
>     </pluginRepository>
>   </pluginRepositories>
>
> Regards
> Dave
>
> -----Original Message-----
> From: Matt Raible [mailto:[EMAIL PROTECTED]
> Sent: Sunday, January 14, 2007 3:45 PM
> To: [email protected]
> Subject: Re: [appfuse-user] warpath dependency issue with AppFuse M2
basic
> struts tutorial
>
> Do you have http://static.appfuse.org/repository listed as a
> <pluginRepository>?
>
> Matt
>
> On 1/14/07, Dave <[EMAIL PROTECTED]> wrote:
> > I fillwed along with the tutorial using Struts 2 .....
> > Have this dependeny issue at the action step ....
> >
> > Looking through the dependency, the repo doesn't appear to have the
> warpath.
> >
> > Any suggestions on how to proceed?
> >
> > Regards
> > Dave
> >
> > 1) org.appfuse:appfuse-web-common:warpath:2.0-m2
> >
> >   Try downloading the file manually from the project website.
> >
> >   Then, install it using the command:
> >       mvn install:install-file -DgroupId=org.appfuse
> > -DartifactId=appfuse-web-common \
> >           -Dversion=2.0-m2 -Dpackaging=warpath -Dfile=/path/to/file
> >
> >   Path to dependency:
> >    1) com.newco:basic-spring-try:war:1.0-SNAPSHOT
> >    2) org.appfuse:appfuse-spring:warpath:2.0-m2
> >    3) org.appfuse:appfuse-web-common:warpath:2.0-m2
> >
> > 2) org.appfuse:appfuse-spring:warpath:2.0-m2
> >
> >   Try downloading the file manually from the project website.
> >
> >   Then, install it using the command:
> >       mvn install:install-file -DgroupId=org.appfuse
> > -DartifactId=appfuse-spring \
> >           -Dversion=2.0-m2 -Dpackaging=warpath -Dfile=/path/to/file
> >
> >   Path to dependency:
> >    1) com.newco:basic-spring-try:war:1.0-SNAPSHOT
> >    2) org.appfuse:appfuse-spring:warpath:2.0-m2
> >
> > ----------
> > 2 required artifacts are missing.
> >
> > for artifact:  com.newco:basic-spring-try-1.0-SNAPSHOT.war
> >
> >
>
>
> --
> http://raibledesigns.com
>
> ---------------------------------------------------------------------
> 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]
>
>


--
http://raibledesigns.com

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


Reply via email to