question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Maven distribution relocation

See original GitHub issue

Please can you for each project setup a relocation notification of your move from info.cukes to io.cucumber

e.g. as per jackson https://mvnrepository.com/artifact/org.codehaus.jackson/jackson-mrbean screen shot 2018-03-20 at 16 18 08

https://github.com/cucumber/cucumber-jvm/blob/7e5e4d1ceac8816aa5ed2e3e10fbf762877df9b1/pom.xml#L1

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:13 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
boaty82commented, Mar 23, 2018

I assumed you meant FTEs 😜

0reactions
mpkorstanjecommented, Nov 9, 2019

Just did the release. After updating to 1.2.6 I get the message:

mpkorstanje@nyx:~/Projects/cucumber/cucumber-java-skeleton$ mvn clean test
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------< cucumber:cucumber-java-skeleton >-------------------
[INFO] Building Cucumber-Java Skeleton 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] The artifact info.cukes:cucumber-java:jar:1.2.6 has been relocated to io.cucumber:cucumber-java:jar:1.2.6
[WARNING] The artifact info.cukes:cucumber-junit:jar:1.2.6 has been relocated to io.cucumber:cucumber-junit:jar:1.2.6
[INFO] 

After changing groupIds I get:

mpkorstanje@nyx:~/Projects/cucumber/cucumber-java-skeleton$ mvn versions:display-dependency-updates
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------< cucumber:cucumber-java-skeleton >-------------------
[INFO] Building Cucumber-Java Skeleton 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- versions-maven-plugin:2.5:display-dependency-updates (default-cli) @ cucumber-java-skeleton ---
[INFO] artifact io.cucumber:cucumber-java: checking for updates from central
[INFO] artifact io.cucumber:cucumber-junit: checking for updates from central
[INFO] The following dependencies in Dependencies have newer versions:
[INFO]   io.cucumber:cucumber-java ......................... 1.2.6 -> 5.0.0-RC1
[INFO]   io.cucumber:cucumber-junit ........................ 1.2.6 -> 5.0.0-RC1
[INFO]   junit:junit ........................................ 4.12 -> 4.13-rc-1
[INFO] 

Thanks for looking into all this @nhojpatrick

Read more comments on GitHub >

github_iconTop Results From Across the Web

Guide to relocation - Apache Maven
Sometimes it is necessary to relocate artifacts in the repository. One example of that is when a project moves from one groupId to...
Read more >
Maven pom relocation - Stack Overflow
1 Answer 1 · Copy all foo-related files from /bar/foo/ in your Maven repository to a temporary location. · Change the groupId to...
Read more >
Guide to relocation - Maven
How to relocate a Maven 1 artifact to a different groupId. Copy all foo-related files from /bar/ in your Maven 1 repository to...
Read more >
Magnolia Tomcat Bundle Maven Relocation – Project Distribution ...
The following is the distribution management information used by this project. Relocation. Field, Value. GroupId, info.magnolia.bundle. ArtifactId, magnolia- ...
Read more >
MavenPomRelocation - Gradle DSL Version 7.6
The relocation information of a Maven publication that has been moved to a new group and/or artifact ID. Properties. Property, Description. artifactId. The...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found