Skip to content
New issue

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

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

Already on GitHub? # to your account

Not able to find the release 0.5.0 anywhere - Maven or Sonar #107

Open
geovaneo opened this issue Jul 25, 2019 · 8 comments
Open

Not able to find the release 0.5.0 anywhere - Maven or Sonar #107

geovaneo opened this issue Jul 25, 2019 · 8 comments

Comments

@geovaneo
Copy link

I am not able to find a dependency fos this latest Stabel release anywhere. I found only 0.4.3.

Any tips on you guys are using this?

@mmarquee
Copy link
Owner

Hmm. Maven central does only show upto 0.4.3 (https://mvnrepository.com/artifact/com.github.mmarquee/ui-automation)

@mmarquee
Copy link
Owner

I have push 0.5 (and 0.5.1-SNAPSHOT), so I don't quite know where they have gone.

@mmarquee
Copy link
Owner

mmarquee commented May 15, 2020

@mmarquee
Copy link
Owner

I think I have purged the 0.5.0 release somehow.
Use the snapshot for now, and I will update the documentation

@ovenal
Copy link

ovenal commented Jan 14, 2021

I also can't find the snapshot on Maven (the latest version is 0.4.3) and there are no any snapshots by this link: https://packages.atlassian.com/repository/internal/com/github/mmarquee/ui-automation/.

Where could I find the snapshots?

@markhumphreysjhc
Copy link
Contributor

I wonder if they get purged - they are snapshots, and probably I should push a full release.

@mmarquee
Copy link
Owner

I know that this is wildly late, but in order to use snapshots, I have the following setup in ~/.m2/settings.xml. I tried it on a new project last night, and it seems to work OK.

<settings>
  <activeProfiles>
    <activeProfile>jhc</activeProfile>
  </activeProfiles>
  <profiles>
    <profile>
      <id>jhc</id>
      <repositories>
        <repository>
          <id>maven-releases</id>
          <url>http://oss.sonatype.org/service/local/staging/deploy/maven2</url>
          <layout>default</layout>
          <releases>
            <enabled>true</enabled>
          </releases>
          <snapshots>
            <enabled>false</enabled>
          </snapshots>
        </repository>
        <repository>
          <id>maven-snapshots</id>
          <url>http://nexus.jhc.co.uk/nexus/content/repositories/snapshots/</url>
          <layout>default</layout>
            <releases>
              <enabled>false</enabled>
            </releases>
          <snapshots>
            <enabled>true</enabled>
          </snapshots>
        </repository>
      </repositories>
    </profile>
  </profiles>
</settings>

@mmarquee
Copy link
Owner

mmarquee commented Jul 1, 2021

I have deployed a new 'full' version 0.5.1, so that should have all the functionality (and more) that was in 0.5.1-SNAPSHOT.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants