I follow the steps described in http://www.apache.org/dev/publishing-maven-artifacts.htm<http://www.apache.org/dev/publishing-maven-artifacts.html#publish-snapshot> .
I encountered the problem in step 2. On 25 February 2011 11:05, Chapuis Bertil <[email protected]> wrote: > simply mvn deploy. > > > On 25 February 2011 10:55, Thorsten Scherler <[email protected]> wrote: > >> What is the command you tried? >> >> Will try it then. >> >> salu2 >> >> On Fri, 2011-02-25 at 10:47 +0100, Chapuis Bertil wrote: >> > I tried to publish the project on the snapshot repository [1]. I get the >> > following error: >> > >> > Error deploying artifact: Authorization failed: Access denied to: >> > >> https://repository.apache.org/content/repositories/snapshots/org/apache/droids/droids/0.1-incubating-SNAPSHOT/droids-0.1-incubating-20110225.093122-54.pom >> > >> > My settings.xml contains the correct servers [2]. I tried with >> plain-text >> > and encrypted passwords. The strange thing is that I am able to login >> the >> > nexus server through the web interface. The thread [3] is describing a >> > similar problem. I probably simply don't have the right to deploy. Could >> > someone with sufficient rights do the release? >> > >> > Thanks in advance. >> > >> > [1] - >> > >> http://www.apache.org/dev/publishing-maven-artifacts.html#publish-snapshot >> > [2] - http://maven.apache.org/developers/committer-settings.html >> > [3] - >> > >> http://maven.40175.n5.nabble.com/Plugin-deployment-problems-td2842738.html >> > >> > >> > On 25 February 2011 09:13, Chapuis Bertil <[email protected]> wrote: >> > >> > > About the documentation file what's the convention? Do we have to put >> the >> > > apache license in their headers? >> > > >> > > On 24 February 2011 18:27, Richard Frovarp <[email protected]> >> wrote: >> > > >> > >> On 02/24/2011 05:47 AM, Chapuis Bertil wrote: >> > >> >> > >> Make sure that all your files contain a ASF licence header (look at >> > >>> the RAT report when in doubt, generated with mvn site) >> > >>> => mvn rat:check leads to a build failure with "too many unlicensed >> > >>> files: >> > >>> 199", looks quite strange. I'd love if someone had a look at this, >> in my >> > >>> opinion most classes and resources contains the ASF license header. >> > >>> >> > >>> >> > >> There was this, where the number of correct was reported back instead >> of >> > >> the number wrong: >> > >> >> > >> https://issues.apache.org/jira/browse/RAT-35 >> > >> >> > >> I don't know if it was fixed in 0.7 or not. >> > >> >> > >> At the bottom you will see the problem files. Shouldn't docs come out >> of >> > >> this area of svn? >> > >> >> > >> The most troublesome of the files are these two: >> > >> >> > >> droids-examples/src/main/java/org/apache/droids/App.java >> > >> droids-examples/src/test/java/org/apache/droids/AppTest.java >> > >> >> > >> They've got GPL headers on them, but on the positive side they don't >> do >> > >> anything. They have been removed in r1074224. >> > >> >> > >> docs/mail-lists.dispatcher.css >> > >> docs/linkmap.html >> > >> docs/changes.dispatcher.css >> > >> docs/default.html >> > >> docs/contrib.html >> > >> docs/index.dispatcher.css >> > >> docs/mail-lists.html >> > >> docs/default.dispatcher.css >> > >> docs/contrib.dispatcher.css >> > >> docs/themes/droids.css >> > >> docs/api/droids-norobots/package-list >> > >> docs/api/droids-wicket/package-list >> > >> docs/api/droids-tika/package-list >> > >> docs/api/droids-solr/package-list >> > >> docs/api/droids-core/package-list >> > >> docs/api/droids-spring/package-list >> > >> docs/develope.html >> > >> docs/changes.rss >> > >> docs/develope.dispatcher.css >> > >> docs/changes.html >> > >> docs/todo.html >> > >> docs/todo.dispatcher.css >> > >> docs/index.html >> > >> docs/linkmap.dispatcher.css >> > >> docs/develop/develop.dispatcher.css >> > >> docs/develop/hello-crawler.html >> > >> docs/develop/develop.html >> > >> docs/develop/hello-crawler.dispatcher.css >> > >> docs/install.html >> > >> docs/install.dispatcher.css >> > >> droids-examples/pom.xml >> > >> droids-examples/src/main/java/org/apache/droids/App.java >> > >> droids-examples/src/site/apt/index.apt >> > >> droids-examples/src/site/site.xml >> > >> droids-examples/src/site/fml/faq.fml >> > >> droids-examples/src/test/java/org/apache/droids/AppTest.java >> > >> testing.properties >> > >> doap.rdf >> > >> tools/ant/bin/README-forrest-upgrade.txt >> > >> src/templates/component/DROIDS-README.txt >> > >> src/documentation/content/xdocs/images/droidsOverview.svg >> > >> src/documentation/resources/themes/common/css/droids.css >> > >> droids-crawler-web/droids-crawler-web.iml >> > >> >> > > >> > > >> > > >> > > -- >> > > Bertil Chapuis >> > > Agimem Sàrl >> > > http://www.agimem.com >> > > >> > > >> > >> > >> >> -- >> Thorsten Scherler <thorsten.at.apache.org> >> codeBusters S.L. - web based systems >> <consulting, training and solutions> >> http://www.codebusters.es/ >> >> > > > -- > Bertil Chapuis > Agimem Sàrl > http://www.agimem.com > > -- Bertil Chapuis Agimem Sàrl http://www.agimem.com
