Good that the repository is available. I have been using maven 2.0.8 without problems. I add the repositories in maven settings.xml as described in the http://fornax-platform.org/cp/x/cgQ Installation Guide , but it is true that it is sometimes better to define them in the pom. We will do that in http://www.fornax-platform.org/tracker/browse/CSC-173 CSC-173 /Patrik
jskillings wrote: > > This issue is resolved. > > 1) downgrading Maven from version 2.0.8 to 2.0.6 fixed the > forax-buildhelper issue. > > 2) Added the following to pom.xml > > <repositories> > <repository> > <id>fornax.repository</id> > <name>Fornax Repository</name> > <url>http://www.fornax-platform.org/m2/repository</url> > </repository> > </repositories> > <pluginRepositories> > <pluginRepository> > <id>fornax.plugin.repository</id> > <name>Fornax Plugin Repository</name> > <url>http://www.fornax-platform.org/m2/repository</url> > </pluginRepository> > </pluginRepositories> > > 3) Fornax M2 is available again. > > Best Regards, > > John > > jskillings wrote: >> >> Hi all, >> >> While waiting for the Fornax M2 Repository to become available again, I >> checked out the Sculptor 1.2 code from Sourceforge and started compiling >> jars. >> >> I am running into the following error on "mvn clean install". >> >> [INFO] The plugin 'org.fornax.maven.plugin:fornax-buildhelper' does not >> exist or >> no valid version could be found >> >> How do I resolve this error? Any help is appreciated. >> >> Alternately, if any one can email local Fornax M2 repository, that will >> be appreciate too. >> >> Thank you. >> >> John >> >> >> C:\fornax\workspace\Sculptor >> 1.2.0\fornax-cartridges-sculptor-framework-web>mvn >> -e clean install >> + Error stacktraces are turned on. >> [INFO] Scanning for projects... >> [INFO] >> ------------------------------------------------------------------------- >> --- >> [INFO] Building Fornax Cartridge: Sculptor Runtime Web Framework >> [INFO] task-segment: [clean, install] >> [INFO] >> ------------------------------------------------------------------------- >> --- >> [INFO] Ignoring available plugin update: 2.3 as it requires Maven version >> 2.0.6 >> [INFO] >> ------------------------------------------------------------------------ >> [ERROR] BUILD ERROR >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] The plugin 'org.fornax.maven.plugin:fornax-buildhelper' does not >> exist or >> no valid version could be found >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Trace >> org.apache.maven.lifecycle.LifecycleExecutionException: The plugin >> 'org.fornax.m >> aven.plugin:fornax-buildhelper' does not exist or no valid version could >> be foun >> d >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(Defa >> ultLifecycleExecutor.java:1286) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.bindPluginToLifec >> ycle(DefaultLifecycleExecutor.java:1221) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.constructLifecycl >> eMappings(DefaultLifecycleExecutor.java:987) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau >> ltLifecycleExecutor.java:458) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan >> dleFailures(DefaultLifecycleExecutor.java:311) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen >> ts(DefaultLifecycleExecutor.java:278) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi >> fecycleExecutor.java:143) >> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:330) >> at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:123) >> at org.apache.maven.cli.MavenCli.main(MavenCli.java:272) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> at >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. >> java:39) >> at >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces >> sorImpl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:585) >> at >> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) >> at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) >> at >> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) >> >> at org.codehaus.classworlds.Launcher.main(Launcher.java:375) >> Caused by: >> org.apache.maven.plugin.version.PluginVersionNotFoundException: The p >> lugin 'org.fornax.maven.plugin:fornax-buildhelper' does not exist or no >> valid ve >> rsion could be found >> at >> org.apache.maven.plugin.version.DefaultPluginVersionManager.resolvePl >> uginVersion(DefaultPluginVersionManager.java:228) >> at >> org.apache.maven.plugin.version.DefaultPluginVersionManager.resolvePl >> uginVersion(DefaultPluginVersionManager.java:90) >> at >> org.apache.maven.plugin.DefaultPluginManager.verifyPlugin(DefaultPlug >> inManager.java:161) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(Defa >> ultLifecycleExecutor.java:1257) >> ... 17 more >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Total time: 1 second >> [INFO] Finished at: Fri Jan 04 11:59:00 PST 2008 >> [INFO] Final Memory: 4M/7M >> [INFO] >> ------------------------------------------------------------------------ >> > > -- View this message in context: http://www.nabble.com/Sculptor-1.2%3A---Missing-fornax-buildhelper-tp14623991s17564p14654775.html Sent from the Fornax-Platform mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Fornax-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fornax-developer
