I see a Sourceforge project [1] which haven't been updated for quite a while (2005) and a codehaus project [2], which also seems a bit dead. (Correct me if I'm wrong)
It seems the Sourceforge project is still a maven 1 plugin and the codehaus project didn't got any further than an alpha version. I think you're out of luck. [1] http://maven-plugins.sourceforge.net/maven-kodo-plugin/ [2] http://mojo.codehaus.org/kodo-maven-plugin/index.html Nick Stolwijk ~Java Developer~ Iprofs BV. Claus Sluterweg 125 2012 WS Haarlem www.iprofs.nl On Tue, Feb 10, 2009 at 4:57 PM, Sean Hennessy <[email protected]> wrote: > transcription error perhaps? > maven-kodo vs maven-kogo > > -----Original Message----- > From: maven_noob [mailto:[email protected]] > Sent: Tuesday, February 10, 2009 7:33 AM > To: [email protected] > Subject: Problems with maven-kogo-plugin > > > > I'Hi there - I'm trying to get this plug in to work when installing one of my > projects. > > This is the message I am getting when trying to do an mvn install: > > [INFO] task-segment: [install] > [INFO] > ------------------------------------------------------------------------ > [INFO] artifact org.apache.maven.plugins:maven-eclipse-plugin: checking for > updates from central [INFO] > ------------------------------------------------------------------------ > [ERROR] FATAL ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] The PluginDescriptor for the plugin Plugin > [maven-plugins:maven-kodo-plugin] was not found. [INFO] > ------------------------------------------------------------------------ > [INFO] Trace > java.lang.IllegalStateException: The PluginDescriptor for the plugin Plugin > [maven-plugins:maven-kodo-plugin] was not found. > at > org.apache.maven.plugin.DefaultPluginManager.addPlugin(DefaultPluginManager.java:325) > at > org.apache.maven.plugin.DefaultPluginManager.verifyVersionedPlugin(DefaultPluginManager.java:212) > at > org.apache.maven.plugin.DefaultPluginManager.verifyPlugin(DefaultPluginManager.java:176) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(DefaultLifecycleExecutor.java:1274) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.bindPluginToLifecycle(DefaultLifecycleExecutor.java:1238) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.constructLifecycleMappings(DefaultLifecycleExecutor.java:1004) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:477) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:330) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:291) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142) > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336) > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129) > at org.apache.maven.cli.MavenCli.main(MavenCli.java:287) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.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) > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 2 seconds > [INFO] Finished at: Tue Feb 10 09:25:37 CST 2009 > > The pom for my project contains the following: > <plugin> > <groupId>maven-plugins</groupId> > <artifactId>maven-kodo-plugin</artifactId> > <version>3.1.2</version> > <executions> > <execution> > <phase>compile</phase> > <goals> > <goal>enhance</goal> > </goals> > </execution> > </executions> > </plugin> > > Any suggestions? > > Thanks! > > -- > View this message in context: > http://www.nabble.com/Problems-with-maven-kogo-plugin-tp21936149p21936149.html > Sent from the Maven - Users mailing list archive at Nabble.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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
