Re: svn commit: r1433338 - /httpcomponents/project/trunk/pom.xml

2013-01-15 Thread sebb
On 15 January 2013 10:19,  ol...@apache.org wrote:
 Author: olegk
 Date: Tue Jan 15 10:19:55 2013
 New Revision: 148

 URL: http://svn.apache.org/viewvc?rev=148view=rev
 Log:
 Added William Speirs and Karl Wright to the list of committers; externalized 
 repostory, snapshotRepository and site URLs to POM properties that could be 
 overridden through custom profiles

 Modified:
 httpcomponents/project/trunk/pom.xml

 Modified: httpcomponents/project/trunk/pom.xml
 URL: 
 http://svn.apache.org/viewvc/httpcomponents/project/trunk/pom.xml?rev=148r1=147r2=148view=diff
 ==
 --- httpcomponents/project/trunk/pom.xml (original)
 +++ httpcomponents/project/trunk/pom.xml Tue Jan 15 10:19:55 2013
 @@ -192,6 +192,24 @@ Felix bundle plugin updated: 2.3.5 - 2.
  roleCommitter/role
/roles
  /developer
 +developer
 +  nameWilliam Speirs/name
 +  idwspeirs/id
 +  emailwspeirs at apache.org/email
 +  roles
 +roleCommitter/role
 +  /roles
 +  timezone-5/timezone
 +/developer
 +developer
 +  nameKarl Wright/name
 +  idkwright/id
 +  emailkwright -at- apache.org/email
 +  roles
 +roleCommitter/role
 +  /roles
 +  timezone-5/timezone
 +/developer
/developers

contributors
 @@ -278,17 +296,17 @@ Felix bundle plugin updated: 2.3.5 - 2.
  repository
idapache.releases.https/id
nameApache Release Distribution Repository/name
 -  
 urlhttps://repository.apache.org/service/local/staging/deploy/maven2/url
 +  url${asf.repository.url}/url

This one does not have a property in Apache Parent Pom; not sure it
makes sense to allow it to be overridden.

  /repository
  snapshotRepository
idapache.snapshots.https/id
nameApache Development Snapshot Repository/name
 -  urlhttps://repository.apache.org/content/repositories/snapshots/url
 +  url${asf.snapshotRepository.url}/url

Why not use the Apache pom variable, i.e.

distMgmtSnapshotsUrlhttps://repository.apache.org/content/repositories/snapshots/distMgmtSnapshotsUrl

The overrides could be dropped completely if delegated to the Apache Pom.

  /snapshotRepository
  site
idapache.website/id
nameApache Website/name
 -  urlscp://people.apache.org/www/hc.apache.org//url
 +  url${asf.site.url}/url
  /site
/distributionManagement

 @@ -671,6 +689,10 @@ Felix bundle plugin updated: 2.3.5 - 2.
 maven.compile.deprecationtrue/maven.compile.deprecation
 project.build.sourceEncodingUTF-8/project.build.sourceEncoding
 project.reporting.outputEncodingUTF-8/project.reporting.outputEncoding
 +   
 asf.repository.urlhttps://repository.apache.org/service/local/staging/deploy/maven2/asf.repository.url
 +   
 asf.snapshotRepository.urlhttps://repository.apache.org/content/repositories/snapshots/asf.snapshotRepository.url
 +   asf.site.urlscp://people.apache.org/www/hc.apache.org//asf.site.url
 +
 !-- Define the Clover version here - it's needed in pluginManagement 
 here and the reporting sections in modules --
 !-- N.B. It appears that the latest version for which the ASF has a 
 licence is 2.6.3 --
 !-- TODO - try 3.1.0 --



-
To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
For additional commands, e-mail: dev-h...@hc.apache.org



Re: svn commit r1433338

2013-01-15 Thread Oleg Kalnichevski
On Tue, 2013-01-15 at 11:57 +, sebb wrote:
 On 15 January 2013 10:19,  ol...@apache.org wrote:
  Author: olegk
  Date: Tue Jan 15 10:19:55 2013
  New Revision: 148
 
  URL: http://svn.apache.org/viewvc?rev=148view=rev
  Log:
  Added William Speirs and Karl Wright to the list of committers; 
  externalized repostory, snapshotRepository and site URLs to POM properties 
  that could be overridden through custom profiles
 
  Modified:
  httpcomponents/project/trunk/pom.xml
 
  Modified: httpcomponents/project/trunk/pom.xml
  URL: 
  http://svn.apache.org/viewvc/httpcomponents/project/trunk/pom.xml?rev=148r1=147r2=148view=diff
  ==
  --- httpcomponents/project/trunk/pom.xml (original)
  +++ httpcomponents/project/trunk/pom.xml Tue Jan 15 10:19:55 2013
  @@ -192,6 +192,24 @@ Felix bundle plugin updated: 2.3.5 - 2.
   roleCommitter/role
 /roles
   /developer
  +developer
  +  nameWilliam Speirs/name
  +  idwspeirs/id
  +  emailwspeirs at apache.org/email
  +  roles
  +roleCommitter/role
  +  /roles
  +  timezone-5/timezone
  +/developer
  +developer
  +  nameKarl Wright/name
  +  idkwright/id
  +  emailkwright -at- apache.org/email
  +  roles
  +roleCommitter/role
  +  /roles
  +  timezone-5/timezone
  +/developer
 /developers
 
 contributors
  @@ -278,17 +296,17 @@ Felix bundle plugin updated: 2.3.5 - 2.
   repository
 idapache.releases.https/id
 nameApache Release Distribution Repository/name
  -  
  urlhttps://repository.apache.org/service/local/staging/deploy/maven2/url
  +  url${asf.repository.url}/url
 
 This one does not have a property in Apache Parent Pom; not sure it
 makes sense to allow it to be overridden.
 
   /repository
   snapshotRepository
 idapache.snapshots.https/id
 nameApache Development Snapshot Repository/name
  -  
  urlhttps://repository.apache.org/content/repositories/snapshots/url
  +  url${asf.snapshotRepository.url}/url
 
 Why not use the Apache pom variable, i.e.
 
 distMgmtSnapshotsUrlhttps://repository.apache.org/content/repositories/snapshots/distMgmtSnapshotsUrl
 
 The overrides could be dropped completely if delegated to the Apache Pom.
 
   /snapshotRepository
   site
 idapache.website/id
 nameApache Website/name
  -  urlscp://people.apache.org/www/hc.apache.org//url
  +  url${asf.site.url}/url
   /site
 /distributionManagement
 
  @@ -671,6 +689,10 @@ Felix bundle plugin updated: 2.3.5 - 2.
  maven.compile.deprecationtrue/maven.compile.deprecation
  project.build.sourceEncodingUTF-8/project.build.sourceEncoding
  
  project.reporting.outputEncodingUTF-8/project.reporting.outputEncoding
  +   
  asf.repository.urlhttps://repository.apache.org/service/local/staging/deploy/maven2/asf.repository.url
  +   
  asf.snapshotRepository.urlhttps://repository.apache.org/content/repositories/snapshots/asf.snapshotRepository.url
  +   asf.site.urlscp://people.apache.org/www/hc.apache.org//asf.site.url
  +
  !-- Define the Clover version here - it's needed in pluginManagement 
  here and the reporting sections in modules --
  !-- N.B. It appears that the latest version for which the ASF has a 
  licence is 2.6.3 --
  !-- TODO - try 3.1.0 --
 
 
 

I needed a fast solution of some sort in order to be able to publish web
site updates for HttpClient 4.2.3 release. I'd be more than happy to
have our project metadata better aligned with the rest of ASF (at least
in trunks). I might try to get around to it while working on HC 4.3a1
release there are other volunteers.

Oleg



-
To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
For additional commands, e-mail: dev-h...@hc.apache.org



Re: svn commit r1433338

2013-01-15 Thread sebb
On 15 January 2013 12:08, Oleg Kalnichevski ol...@apache.org wrote:
 On Tue, 2013-01-15 at 11:57 +, sebb wrote:
 On 15 January 2013 10:19,  ol...@apache.org wrote:
  Author: olegk
  Date: Tue Jan 15 10:19:55 2013
  New Revision: 148
 
  URL: http://svn.apache.org/viewvc?rev=148view=rev
  Log:
  Added William Speirs and Karl Wright to the list of committers; 
  externalized repostory, snapshotRepository and site URLs to POM properties 
  that could be overridden through custom profiles
 
  Modified:
  httpcomponents/project/trunk/pom.xml
 
  Modified: httpcomponents/project/trunk/pom.xml
  URL: 
  http://svn.apache.org/viewvc/httpcomponents/project/trunk/pom.xml?rev=148r1=147r2=148view=diff
  ==
  --- httpcomponents/project/trunk/pom.xml (original)
  +++ httpcomponents/project/trunk/pom.xml Tue Jan 15 10:19:55 2013
  @@ -192,6 +192,24 @@ Felix bundle plugin updated: 2.3.5 - 2.
   roleCommitter/role
 /roles
   /developer
  +developer
  +  nameWilliam Speirs/name
  +  idwspeirs/id
  +  emailwspeirs at apache.org/email
  +  roles
  +roleCommitter/role
  +  /roles
  +  timezone-5/timezone
  +/developer
  +developer
  +  nameKarl Wright/name
  +  idkwright/id
  +  emailkwright -at- apache.org/email
  +  roles
  +roleCommitter/role
  +  /roles
  +  timezone-5/timezone
  +/developer
 /developers
 
 contributors
  @@ -278,17 +296,17 @@ Felix bundle plugin updated: 2.3.5 - 2.
   repository
 idapache.releases.https/id
 nameApache Release Distribution Repository/name
  -  
  urlhttps://repository.apache.org/service/local/staging/deploy/maven2/url
  +  url${asf.repository.url}/url

 This one does not have a property in Apache Parent Pom; not sure it
 makes sense to allow it to be overridden.

   /repository
   snapshotRepository
 idapache.snapshots.https/id
 nameApache Development Snapshot Repository/name
  -  
  urlhttps://repository.apache.org/content/repositories/snapshots/url
  +  url${asf.snapshotRepository.url}/url

 Why not use the Apache pom variable, i.e.

 distMgmtSnapshotsUrlhttps://repository.apache.org/content/repositories/snapshots/distMgmtSnapshotsUrl

 The overrides could be dropped completely if delegated to the Apache Pom.

   /snapshotRepository
   site
 idapache.website/id
 nameApache Website/name
  -  urlscp://people.apache.org/www/hc.apache.org//url
  +  url${asf.site.url}/url
   /site
 /distributionManagement
 
  @@ -671,6 +689,10 @@ Felix bundle plugin updated: 2.3.5 - 2.
  maven.compile.deprecationtrue/maven.compile.deprecation
  project.build.sourceEncodingUTF-8/project.build.sourceEncoding
  
  project.reporting.outputEncodingUTF-8/project.reporting.outputEncoding
  +   
  asf.repository.urlhttps://repository.apache.org/service/local/staging/deploy/maven2/asf.repository.url
  +   
  asf.snapshotRepository.urlhttps://repository.apache.org/content/repositories/snapshots/asf.snapshotRepository.url
  +   asf.site.urlscp://people.apache.org/www/hc.apache.org//asf.site.url
  +
  !-- Define the Clover version here - it's needed in pluginManagement 
  here and the reporting sections in modules --
  !-- N.B. It appears that the latest version for which the ASF has a 
  licence is 2.6.3 --
  !-- TODO - try 3.1.0 --
 
 


 I needed a fast solution of some sort in order to be able to publish web
 site updates for HttpClient 4.2.3 release.

OK, but the overrides I was referring to were the snapshot and release
repos, not the website.

The parent pom does not define a site url.

 I'd be more than happy to
 have our project metadata better aligned with the rest of ASF (at least
 in trunks). I might try to get around to it while working on HC 4.3a1
 release there are other volunteers.

 Oleg



 -
 To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
 For additional commands, e-mail: dev-h...@hc.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
For additional commands, e-mail: dev-h...@hc.apache.org