any body have an idea why suddenly one project can't find tycho-versions plugin? #1885
jcompagner
started this conversation in
General
Replies: 1 comment
-
this is really weird and i do a build .m2\repository\org\eclipse\tycho\tycho-versions-plugin\2.7.5 but still No plugin found for prefix 'tycho-versions' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (C:\Users\jcomp.m2\repository), central (https://repo.maven.apache.org/maven2)] -> [Help 1] i am still baffled why that suddenly is |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
suddenly on one project i can't do this anymore:
mvn tycho-versions:set-version '-DnewVersion=2022.12.0.3821_rc2' -X
on project fails like this:
[DEBUG] Resolving plugin prefix tycho-versions from [org.apache.maven.plugins, org.codehaus.mojo]
[DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository).
[DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for codehaus.org (http://snapshots.repository.codehaus.org).
[DEBUG] Could not find metadata org.apache.maven.plugins/maven-metadata.xml in local (C:\Users\jcomp.m2\repository)
[DEBUG] Skipped remote request for org.apache.maven.plugins/maven-metadata.xml, locally cached metadata up-to-date
[DEBUG] Could not find metadata org.codehaus.mojo/maven-metadata.xml in local (C:\Users\jcomp.m2\repository)
[DEBUG] Skipped remote request for org.codehaus.mojo/maven-metadata.xml, locally cached metadata up-to-date
[DEBUG] Could not find metadata org.apache
[ERROR] No plugin found for prefix 'tycho-versions' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (C:\Users\jcomp.m2\repository), central (https://repo.maven.apache.org/maven2)] -> [Help 1]
org.apache.maven.plugin.prefix.NoPluginFoundForPrefixException: No plugin found for prefix 'tycho-versions' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (C:\Users\jcomp.m2\repository), central (https://repo.maven.apache.org/maven2)]
but all other projects are fine:
[DEBUG] Resolving plugin prefix tycho-versions from [org.apache.maven.plugins, org.codehaus.mojo]
[DEBUG] Resolved plugin prefix tycho-versions to org.eclipse.tycho:tycho-versions-plugin from POM com.servoy:server:pom:2022.12.0.3820_rc
both just have:
and tycho version is set to 2.7.5
this always just worked, i did this samething 1 week or so ago..
and as far as i know nothing really changed in the pom/build configuration...
Beta Was this translation helpful? Give feedback.
All reactions