On 3/26/07, Matt Raible <[EMAIL PROTECTED]> wrote:
This plugin is not ready for usage yet, I hope to do some work on it this week. As far as Jetty, mvn jetty:run-war should work. If you want to use mvn jetty:run (or tomcat:run), you need to run "mvn war:inplace" first. If you're using Struts 2, you'll need to delete src/main/webapp/WEB-INF/classes/struts.xml after running this. Matt On 3/25/07, Johan Chaves Saborío <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying to use the dbtoxml goal, but I get the following error: > > D:\path\to\my\application>mvn appfuse-maven-plugin:dbtoxml > [INFO] Scanning for projects... > [INFO] Reactor build order: > [INFO] AppFuse Modular Application > [INFO] AppFuse Modular Application - Core > [INFO] AppFuse Modular Application - Web (Struts 2) > [INFO] Searching repository for plugin with prefix: 'appfuse-maven-plugin'. > [INFO] artifact > org.apache.maven.plugins:maven-appfuse-maven-plugin-plugin: > checking for updates from appfuse > [INFO] artifact > org.apache.maven.plugins:maven-appfuse-maven-plugin-plugin: > checking for updates from central > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] The plugin > 'org.apache.maven.plugins:maven-appfuse-maven-plugin-plugin' > does not exist or no valid version could be found > [INFO] > ------------------------------------------------------------------------ > [INFO] For more information, run Maven with the -e switch > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 11 seconds > [INFO] Finished at: Sun Mar 25 12:18:26 CST 2007 > [INFO] Final Memory: 4M/8M > [INFO] > ------------------------------------------------------------------------ > > > I get a similar error when try to use "mvn jetty:run" but "mvn > tomcat:run-war" works fine for me... >
I realized that this error only occurs when I use a struts 2 modular archetype, in a struts 2 basic one I can use jetty:run without problems...
Any ideas? > -- http://raibledesigns.com
