Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maven Release Plugin Version Used is not Stable #65

Closed
original-brownbear opened this issue Dec 1, 2016 · 9 comments
Closed

Maven Release Plugin Version Used is not Stable #65

original-brownbear opened this issue Dec 1, 2016 · 9 comments

Comments

@original-brownbear
Copy link

We're using a very strange version of the Maven Release plugin here:

we got:

                <plugin>
                    <artifactId>maven-release-plugin</artifactId>
                    <version>3.0-r1585899</version>
                </plugin>

which is not a stable version and as of now also not available on Sonatype or Maven Central according to:
https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-release-plugin/3.0-r1585899

I think the version needs to be adjusted to 2.5.3, this is currently breaking builds in our projects by

[WARNING] The POM for org.apache.maven.plugins:maven-release-plugin:jar:3.0-r1585899 is missing, no dependency information available
[WARNING] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-release-plugin:3.0-r1585899: Plugin org.apache.maven.plugins:maven-release-plugin:3.0-r1585899 or one of its dependencies could not be resolved: Failure to find org.apache.maven.plugins:maven-release-plugin:jar:3.0-r1585899 in https://oss.sonatype.org/content/groups/public was cached in the local repository, resolution will not be reattempted until the update interval of oss.sonatype.org has elapsed or updates are forced
@dmarkov
Copy link

dmarkov commented Dec 5, 2016

@yegor256 please dispatch this issue

yegor256 added a commit that referenced this issue Dec 15, 2016
@yegor256
Copy link
Member

@rultor release, tag is 0.48.1

@rultor
Copy link
Contributor

rultor commented Dec 15, 2016

@rultor release, tag is 0.48.1

@yegor256 OK, I will release it now. Please check the progress here

@rultor
Copy link
Contributor

rultor commented Dec 15, 2016

@rultor release, tag is 0.48.1

@original-brownbear @yegor256 Oops, I failed. You can see the full log here (spent 11s)

+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 7152
+ echo '2.0-SNAPSHOT BUILD'
2.0-SNAPSHOT BUILD
+ date
Thu Dec 15 12:20:08 UTC 2016
+ uptime
 12:20:08 up 26 days, 18:34,  0 users,  load average: 0.00, 0.05, 0.06
+ cat
++ .rultor.yml
./run.sh: line 10: .rultor.yml: command not found
 file must be present in root directory of yegor256/home, see http://doc.rultor.com/reference.html#assets
+ exit -1
'cid' file is absent, container wasn't started correctly

yegor256 added a commit that referenced this issue Dec 15, 2016
@yegor256
Copy link
Member

@rultor release, tag is 0.48.1

@rultor
Copy link
Contributor

rultor commented Dec 15, 2016

@rultor release, tag is 0.48.1

@yegor256 OK, I will release it now. Please check the progress here

@rultor
Copy link
Contributor

rultor commented Dec 15, 2016

@rultor release, tag is 0.48.1

@yegor256 Done! FYI, the full log is here (took me 9min)

@yegor256
Copy link
Member

@original-brownbear should be OK now, please close, thanks

@yegor256
Copy link
Member

@original-brownbear I closed it myself

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants