Please could you raise this as a Jira? It looks like m2eclipse may not be able to handle extensions on plugins.
Mike On 1/15/07, MyWorkId <[EMAIL PROTECTED]> wrote:
I tried again, this time recreated from the very beginning. It now works from the command line, thanks much. From within Eclipse (using m2eclipse), I get slightly different message like this, Regards Dave [WARN] Unable to get resource from repository central (http://repo1.maven.org/maven2) [WARN] Unable to get resource from repository appfuse (http://static.appfuse.org/repository) [WARN] Unable to get resource from repository appfuse (http://static.appfuse.org/repository) [WARN] Unable to get resource from repository maven-snapshots (http://people.apache.org/maven-snapshot-repository) [WARN] Unable to get resource from repository central (http://repo1.maven.org/maven2) org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException: Missing: ---------- 1) org.appfuse:appfuse-struts: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-struts \ -Dversion=2.0-m2 -Dpackaging=warpath -Dfile=/path/to/file Path to dependency: 1) com.mycompany:basic-struts:war:1.0-SNAPSHOT 2) org.appfuse:appfuse-struts:warpath:2.0-m2 2) 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.mycompany:basic-struts:war:1.0-SNAPSHOT 2) org.appfuse:appfuse-struts:warpath:2.0-m2 3) org.appfuse:appfuse-web-common:warpath:2.0-m2 ---------- 2 required artifacts are missing. for artifact: com.mycompany:basic-struts:war:1.0-SNAPSHOT -----Original Message----- From: Matt Raible [mailto:[EMAIL PROTECTED] Sent: Sunday, January 14, 2007 5:23 PM To: [email protected] Subject: Re: [appfuse-user] warpath dependency issue with AppFuse M2 basic struts tutorial 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
