Benson Margulies wrote:
Yes, any time. Snapshots are not formally releases and require no
process.  Many projects publish them from their Jenkins jobs.

Great, thanks.

I have this in my pom.xml file:

  <distributionManagement>
    [...]
    <snapshotRepository>
      <id>apache.snapshots.https</id>
      <name>Apache Development Snapshot Repository</name>
      <url>https://repository.apache.org/content/repositories/snapshots</url>
    </snapshotRepository>
  </distributionManagement>

And this in my Maven's settings.xml file:

  <server>
    <id>apache.snapshots.https</id>
    <username>castagna</username>
    <password>...</password>
  </server>

However, I have a "Authorization failed: Access denied to:..." error.

I think this is because of: "Before a project can use the repository to
release Maven artifacts, it must be configured in Nexus. This is generally
a quick and easy process. To get setup, create a JIRA ticket here with
the following information [...]"
-- http://www.apache.org/dev/publishing-maven-artifacts.html

I'll go ahead and create a JIRA ticket later.

Thanks,
Paolo


On Wed, May 18, 2011 at 1:55 PM, Paolo Castagna
<[email protected]> wrote:
Hi mentors,
just to double check that my understanding is correct.

Can I go ahead and publish any SNAPSHOT on the Maven Snapshot
repository at Apache [1] at any time?

I am almost ready to try with the LARQ module for which I am
planning to use:

 <groupId>org.apache.jena</groupId>
 <artifactId>larq</artifactId>
 <version>0.2.2-incubating-SNAPSHOT</version>

and inherit from:

 <parent>
   <groupId>org.apache</groupId>
   <artifactId>apache</artifactId>
   <version>9</version>
 </parent>

Thanks,
Paolo

 [1] https://repository.apache.org/content/repositories/snapshots/

Reply via email to