Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ee4j-build] how to access staged artifacts?

I believe I've successfully deployed final artifacts to a staging repository.
How do I find that staging repository so I can download the artifacts manually
for testing?  If I use the URL that the artifacts are published to, it says I
need to login to oss.sonatype.org.  Is there no public access to these staged
artifacts?

For example, it's uploaded to:
https://oss.sonatype.org/service/local/staging/deploy/maven2/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.jar

Since the TCK doesn't run in Eclipse Jenkins yet, I want to download the
artifact and run the TCK locally.

Also, I believe there's some way to set up Jenkins so that artifacts from
the last build are accessible at a fixed URL.  How do I do that?


Back to the top