[
https://issues.apache.org/jira/browse/MESOS-491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13675433#comment-13675433
]
Andy Konwinski commented on MESOS-491:
--------------------------------------
Very strange. Here is what my settings.xml file looks like. You might open an
infra ticket about it. I use the same username and password to log into the
repository web UI.
<settings>
<!-- The following is copied from
apache.org/dev/publishing-maven-artifacts.html#staging-maven -->
<!-- To publish a snapshot of some part of Maven -->
<servers>
<server>
<id>apache.snapshots.https</id>
<username>andrew</username>
<password>****</password>
</server>
<server>
<id>apache.releases.https</id>
<username>andrew</username>
<password>****</password>
</server>
</servers>
</settings>
----
And here is what it looks like when I run "mvn help:effective-settings"
<settings xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.1.0
http://maven.apache.org/xsd/settings-1.1.0.xsd">
<localRepository
xmlns="http://maven.apache.org/SETTINGS/1.1.0">/Users/andyk/.m2/repository</localRepository>
<servers xmlns="http://maven.apache.org/SETTINGS/1.1.0">
<server>
<username>andrew</username>
<password>***</password>
<id>apache.snapshots.https</id>
</server>
<server>
<username>andrew</username>
<password>***</password>
<id>apache.releases.https</id>
</server>
</servers>
<pluginGroups xmlns="http://maven.apache.org/SETTINGS/1.1.0">
<pluginGroup>org.apache.maven.plugins</pluginGroup>
<pluginGroup>org.codehaus.mojo</pluginGroup>
</pluginGroups>
</settings>
In the mean time, I'll walk through the process of publishing the 0.11.0.
Hopefully should only take a few minutes.
> Add mesos-0.11.0-incubating jar to maven central
> ------------------------------------------------
>
> Key: MESOS-491
> URL: https://issues.apache.org/jira/browse/MESOS-491
> Project: Mesos
> Issue Type: Task
> Components: build, java-api
> Affects Versions: 0.11.0
> Reporter: Andy Konwinski
> Assignee: Vinod Kone
>
> This should be similar to MESOS-398.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira