robross0606

Results 299 comments of robross0606

Neither. As I said in the post, I'm making this call purely from a CLI with no POM configuration at all.

Looks like this is probably a duplicate of #26. ``` Checking for artifact at https://artifact.nurocorinternal.com/repository/maven-snapshots/com/nurocor/mock/mock-java-shared-library/0.0.1-SNAPSHOT/mock-java-shared-library-0.0.1-SNAPSHOT.jar ``` That is not the URL to the artifact.

Yes, that would be a fair statement.

It also seems that you cannot override the fact that the pom version lists as a SNAPSHOT. For example, I tried this: ``` mvn -X build-helper:parse-version org.honton.chas:exists-maven-plugin:remote -Dexists.failIfExists=true -Dexists.artifact='${project.artifactId}-${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}.{project.packaging}' ......

I'm unclear from the change log what has actually changed or how I would leverage it.

I don't think 0.7.0 did much of anything to help if I'm understanding the fix. I did: ``` mvn -X build-helper:parse-version org.honton.chas:exists-maven-plugin:0.7.0:remote -Dexists.failIfExists=true -Dexists.artifact='${project.artifactId}-${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}.${project.packaging}' -Dexists.skipIfSnapshot=true ... [DEBUG] Configuring mojo org.honton.chas:exists-maven-plugin:0.7.0:remote...

I would have thought of using `_.includes` but that takes the collection as its first value so I'm not sure how that would work with `|` syntax.

I've gone over everything in here and I'm kinda shocked that there doesn't seem to be built-in way to check if a simple string matches one of a set of...

This is a _huge_ blocker to upgrading and integrating SonarQube with our GitLab pipelines. Is this plugin abandoned? Wondering why this hasn't been addressed in over a year and across...

Or 10.x? Is this plugin abandoned?