Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] org.sonatype.tycho:maven-tycho-plugin:generate-poms outdated?

Thanks for your replies.

On Thu, Apr 26, 2012 at 09:08, Sievers, Jan <jan.sievers@xxxxxxx> wrote:
> due to the move to eclipse.org since tycho 0.12.0 it has been renamed
>
> org.eclipse.tycho:tycho-pomgenerator-plugin:<your-tycho-version>:generate-poms

That's what I already tried, I just gave it another try with

mvn org.eclipse.tycho:tycho-pomgenerator-plugin:0.12.0:generate-poms
-DgroupId=[GROUP] -Dtycho.targetPlatform=[TARGET]

but still get the error (see below).

Greetings
Moritz

----------8<----------*snip*----------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:10.834s
[INFO] Finished at: Thu Apr 26 10:13:25 CEST 2012
[INFO] Final Memory: 8M/77M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.eclipse.tycho:tycho-pomgenerator-plugin:0.12.0:generate-poms
(default-cli) on project standalone-pom: Execution default-cli of goal
org.eclipse.tycho:tycho-pomgenerator-plugin:0.12.0:generate-poms
failed: Unable to load the mojo 'generate-poms' (or one of its
required components) from the plugin
'org.eclipse.tycho:tycho-pomgenerator-plugin:0.12.0':
com.google.inject.ProvisionException: Guice provision errors:

1) Error injecting: org.eclipse.tycho.pomgenerator.GeneratePomsMojo
  at ClassRealm[plugin>org.eclipse.tycho:tycho-pomgenerator-plugin:0.12.0,
parent: ClassRealm[maven.api, parent: null]]
  while locating org.apache.maven.plugin.Mojo annotated with
@com.google.inject.name.Named(value=org.eclipse.tycho:tycho-pomgenerator-plugin:0.12.0:generate-poms)

1 error
      role: org.apache.maven.plugin.Mojo
  roleHint: org.eclipse.tycho:tycho-pomgenerator-plugin:0.12.0:generate-poms:
Guice provision errors:

1) No implementation for org.codehaus.plexus.logging.Logger was bound.
  at ClassRealm[plugin>org.eclipse.tycho:tycho-pomgenerator-plugin:0.12.0,
parent: ClassRealm[maven.api, parent: null]]
  while locating org.eclipse.tycho.core.osgitools.EquinoxResolver
  while locating org.eclipse.tycho.pomgenerator.GeneratePomsMojo

1 error
-> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with
the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/PluginContainerException
----------8<----------*snip*----------

-- 
sipgate GmbH - Gladbacher Str. 74 - 40219 Düsseldorf
HRB Düsseldorf 39841 - Geschäftsführer: Thilo Salmon, Tim Mois
Steuernummer: 106/5724/7147, Umsatzsteuer-ID: DE219349391

www.sipgate.de - www.sipgate.at - www.sipgate.co.uk


Back to the top