Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Problem with pom.xml generation

that my error

xjodoin@xjodoin-laptop:~/Sources/NetAppsID_IDE/com.netappsid.test$ mvn org.sonatype.tycho:maven-tycho-plugin:generate-poms -DgroupId=com.netappsid -Dtycho.targetPlatform=/home/xjodoin/eclipse
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven Default Project
[INFO]    task-segment: [org.sonatype.tycho:maven-tycho-plugin:generate-poms] (aggregator-style)
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Internal error in the plugin manager executing goal 'org.sonatype.tycho:maven-tycho-plugin:0.10.0:generate-poms': Unable to find the mojo 'generate-poms' (or one of its required components) in the plugin 'org.sonatype.tycho:maven-tycho-plugin'
Component descriptor cannot be found in the component repository: org.codehaus.plexus.logging.Loggerdefault.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2 seconds
[INFO] Finished at: Tue Dec 07 17:38:23 EST 2010
[INFO] Final Memory: 14M/232M
[INFO] ------------------------------------------------------------------------


Back to the top