[jira] Commented: (MPIR-180) Repositories which require authentication get blacklisted

2010-04-20 Thread Jan Arend Jansen (JIRA)

[ 
http://jira.codehaus.org/browse/MPIR-180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=218354#action_218354
 ] 

Jan Arend Jansen commented on MPIR-180:
---

I can confirm the issue. Our internal repositories require authentication, so 
that makes the dependencies reporting unusable.

 Repositories which require authentication get blacklisted
 -

 Key: MPIR-180
 URL: http://jira.codehaus.org/browse/MPIR-180
 Project: Maven 2.x Project Info Reports Plugin
  Issue Type: Bug
  Components: dependencies
Affects Versions: 2.1.2
 Environment: maven 2.2.1
 maven-site-plugin 2.1
Reporter: Stevo Slavic

 Dependencies report when rendering dependency repository locations wrongfully 
 blacklists repositories which require authentication.
 Bug is in DependenciesRenderer, void blacklistRepositoryMap( Map repos, List 
 repoUrlBlackListed ) method, ProjectInfoReportUtils.getInputStream( repoUrl, 
 settings ) call throws IOException (java.io.IOException: Server returned 
 HTTP response code: 401 for URL: ...) if repoUrl is URL of a repository 
 which requires authentication.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (MRELEASE-297) release doesn't bump versions in properties to the next dev iteration

2008-12-22 Thread Jan Arend Jansen (JIRA)

[ 
http://jira.codehaus.org/browse/MRELEASE-297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=158963#action_158963
 ] 

Jan Arend Jansen commented on MRELEASE-297:
---

Also affects 2.0-beta8

 release doesn't bump versions in properties to the next dev iteration
 -

 Key: MRELEASE-297
 URL: http://jira.codehaus.org/browse/MRELEASE-297
 Project: Maven 2.x Release Plugin
  Issue Type: Bug
  Components: prepare
Affects Versions: 2.0-beta-6, 2.0-beta-7
Reporter: Brian Fox
Assignee: Maria Odea Ching

 Properties used as versions are correctly updated to the release version and 
 committed, but they are not bumped to the next snapshot after.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (MRELEASE-297) release doesn't bump versions in properties to the next dev iteration

2008-12-22 Thread Jan Arend Jansen (JIRA)

[ 
http://jira.codehaus.org/browse/MRELEASE-297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=158964#action_158964
 ] 

Jan Arend Jansen commented on MRELEASE-297:
---

Before 
{code:xml}
project xmlns=http://maven.apache.org/POM/4.0.0; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd;
  modelVersion4.0.0/modelVersion
  groupIdnl.test/groupId
  artifactIdrelease-test/artifactId
  packagingpom/packaging
  nameTest Releases/name
  version0.0.2-SNAPSHOT/version
  modules
modulerelease-module1/module
  /modules
  properties
module1.version0.0.2-SNAPSHOT/module1.version
  /properties
  build
plugins
plugin
groupIdorg.apache.maven.plugins/groupId
artifactIdmaven-release-plugin/artifactId
version2.0-beta-8/version
/plugin   
/plugins
  /build
  dependencyManagement
dependencies
dependency
groupIdnl.test/groupId
artifactIdrelease-module1/artifactId
version${module1.version}/version
/dependency
/dependencies
  /dependencyManagement
  scm
connectionscm:svn:https:///svn/repos/tests/trunk//connection
  /scm
/project
{code:xml}

After:
{code:xml}
project xmlns=http://maven.apache.org/POM/4.0.0; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd;
  modelVersion4.0.0/modelVersion
  groupIdnl.test/groupId
  artifactIdrelease-test/artifactId
  packagingpom/packaging
  nameTest Releases/name
  version0.0.3-SNAPSHOT/version
  modules
modulerelease-module1/module
  /modules
  properties
module1.version0.0.2/module1.version
  /properties
  build
plugins
plugin
groupIdorg.apache.maven.plugins/groupId
artifactIdmaven-release-plugin/artifactId
version2.0-beta-8/version
/plugin   
/plugins
  /build
  dependencyManagement
dependencies
dependency
groupIdnl.test/groupId
artifactIdrelease-module1/artifactId
version${module1.version}/version
/dependency
/dependencies
  /dependencyManagement
  scm
connectionscm:svn:https:///svn/repos/tests/trunk//connection
  /scm
/project
{code:xml}

 release doesn't bump versions in properties to the next dev iteration
 -

 Key: MRELEASE-297
 URL: http://jira.codehaus.org/browse/MRELEASE-297
 Project: Maven 2.x Release Plugin
  Issue Type: Bug
  Components: prepare
Affects Versions: 2.0-beta-6, 2.0-beta-7
Reporter: Brian Fox
Assignee: Maria Odea Ching

 Properties used as versions are correctly updated to the release version and 
 committed, but they are not bumped to the next snapshot after.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Issue Comment Edited: (MRELEASE-297) release doesn't bump versions in properties to the next dev iteration

2008-12-22 Thread Jan Arend Jansen (JIRA)

[ 
http://jira.codehaus.org/browse/MRELEASE-297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=158964#action_158964
 ] 

Jan Arend Jansen edited comment on MRELEASE-297 at 12/22/08 9:17 AM:
-

Before 
{code:xml}
project xmlns=http://maven.apache.org/POM/4.0.0; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd;
  modelVersion4.0.0/modelVersion
  groupIdnl.test/groupId
  artifactIdrelease-test/artifactId
  packagingpom/packaging
  nameTest Releases/name
  version0.0.2-SNAPSHOT/version
  modules
modulerelease-module1/module
  /modules
  properties
module1.version0.0.2-SNAPSHOT/module1.version
  /properties
  build
plugins
plugin
groupIdorg.apache.maven.plugins/groupId
artifactIdmaven-release-plugin/artifactId
version2.0-beta-8/version
/plugin   
/plugins
  /build
  dependencyManagement
dependencies
dependency
groupIdnl.test/groupId
artifactIdrelease-module1/artifactId
version${module1.version}/version
/dependency
/dependencies
  /dependencyManagement
  scm
connectionscm:svn:https:///svn/repos/tests/trunk//connection
  /scm
/project
{code}

After:
{code:xml}
project xmlns=http://maven.apache.org/POM/4.0.0; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd;
  modelVersion4.0.0/modelVersion
  groupIdnl.test/groupId
  artifactIdrelease-test/artifactId
  packagingpom/packaging
  nameTest Releases/name
  version0.0.3-SNAPSHOT/version
  modules
modulerelease-module1/module
  /modules
  properties
module1.version0.0.2/module1.version
  /properties
  build
plugins
plugin
groupIdorg.apache.maven.plugins/groupId
artifactIdmaven-release-plugin/artifactId
version2.0-beta-8/version
/plugin   
/plugins
  /build
  dependencyManagement
dependencies
dependency
groupIdnl.test/groupId
artifactIdrelease-module1/artifactId
version${module1.version}/version
/dependency
/dependencies
  /dependencyManagement
  scm
connectionscm:svn:https:///svn/repos/tests/trunk//connection
  /scm
/project
{code}

  was (Author: jajansen):
Before 
{code:xml}
project xmlns=http://maven.apache.org/POM/4.0.0; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd;
  modelVersion4.0.0/modelVersion
  groupIdnl.test/groupId
  artifactIdrelease-test/artifactId
  packagingpom/packaging
  nameTest Releases/name
  version0.0.2-SNAPSHOT/version
  modules
modulerelease-module1/module
  /modules
  properties
module1.version0.0.2-SNAPSHOT/module1.version
  /properties
  build
plugins
plugin
groupIdorg.apache.maven.plugins/groupId
artifactIdmaven-release-plugin/artifactId
version2.0-beta-8/version
/plugin   
/plugins
  /build
  dependencyManagement
dependencies
dependency
groupIdnl.test/groupId
artifactIdrelease-module1/artifactId
version${module1.version}/version
/dependency
/dependencies
  /dependencyManagement
  scm
connectionscm:svn:https:///svn/repos/tests/trunk//connection
  /scm
/project
{code}

After:
{code:xml}
project xmlns=http://maven.apache.org/POM/4.0.0; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd;
  modelVersion4.0.0/modelVersion
  groupIdnl.test/groupId
  artifactIdrelease-test/artifactId
  packagingpom/packaging
  nameTest Releases/name
  version0.0.3-SNAPSHOT/version
  modules
modulerelease-module1/module
  /modules
  properties
module1.version0.0.2/module1.version
  /properties
  build
plugins
plugin
groupIdorg.apache.maven.plugins/groupId
artifactIdmaven-release-plugin/artifactId
version2.0-beta-8/version
/plugin   
/plugins
  /build
  

[jira] Issue Comment Edited: (MRELEASE-297) release doesn't bump versions in properties to the next dev iteration

2008-12-22 Thread Jan Arend Jansen (JIRA)

[ 
http://jira.codehaus.org/browse/MRELEASE-297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=158964#action_158964
 ] 

Jan Arend Jansen edited comment on MRELEASE-297 at 12/22/08 9:17 AM:
-

Before 
{code:xml}
project xmlns=http://maven.apache.org/POM/4.0.0; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd;
  modelVersion4.0.0/modelVersion
  groupIdnl.test/groupId
  artifactIdrelease-test/artifactId
  packagingpom/packaging
  nameTest Releases/name
  version0.0.2-SNAPSHOT/version
  modules
modulerelease-module1/module
  /modules
  properties
module1.version0.0.2-SNAPSHOT/module1.version
  /properties
  build
plugins
plugin
groupIdorg.apache.maven.plugins/groupId
artifactIdmaven-release-plugin/artifactId
version2.0-beta-8/version
/plugin   
/plugins
  /build
  dependencyManagement
dependencies
dependency
groupIdnl.test/groupId
artifactIdrelease-module1/artifactId
version${module1.version}/version
/dependency
/dependencies
  /dependencyManagement
  scm
connectionscm:svn:https:///svn/repos/tests/trunk//connection
  /scm
/project
{code}

After:
{code:xml}
project xmlns=http://maven.apache.org/POM/4.0.0; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd;
  modelVersion4.0.0/modelVersion
  groupIdnl.test/groupId
  artifactIdrelease-test/artifactId
  packagingpom/packaging
  nameTest Releases/name
  version0.0.3-SNAPSHOT/version
  modules
modulerelease-module1/module
  /modules
  properties
module1.version0.0.2/module1.version
  /properties
  build
plugins
plugin
groupIdorg.apache.maven.plugins/groupId
artifactIdmaven-release-plugin/artifactId
version2.0-beta-8/version
/plugin   
/plugins
  /build
  dependencyManagement
dependencies
dependency
groupIdnl.test/groupId
artifactIdrelease-module1/artifactId
version${module1.version}/version
/dependency
/dependencies
  /dependencyManagement
  scm
connectionscm:svn:https:///svn/repos/tests/trunk//connection
  /scm
/project
{code}

  was (Author: jajansen):
Before 
{code:xml}
project xmlns=http://maven.apache.org/POM/4.0.0; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd;
  modelVersion4.0.0/modelVersion
  groupIdnl.test/groupId
  artifactIdrelease-test/artifactId
  packagingpom/packaging
  nameTest Releases/name
  version0.0.2-SNAPSHOT/version
  modules
modulerelease-module1/module
  /modules
  properties
module1.version0.0.2-SNAPSHOT/module1.version
  /properties
  build
plugins
plugin
groupIdorg.apache.maven.plugins/groupId
artifactIdmaven-release-plugin/artifactId
version2.0-beta-8/version
/plugin   
/plugins
  /build
  dependencyManagement
dependencies
dependency
groupIdnl.test/groupId
artifactIdrelease-module1/artifactId
version${module1.version}/version
/dependency
/dependencies
  /dependencyManagement
  scm
connectionscm:svn:https:///svn/repos/tests/trunk//connection
  /scm
/project
{code:xml}

After:
{code:xml}
project xmlns=http://maven.apache.org/POM/4.0.0; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd;
  modelVersion4.0.0/modelVersion
  groupIdnl.test/groupId
  artifactIdrelease-test/artifactId
  packagingpom/packaging
  nameTest Releases/name
  version0.0.3-SNAPSHOT/version
  modules
modulerelease-module1/module
  /modules
  properties
module1.version0.0.2/module1.version
  /properties
  build
plugins
plugin
groupIdorg.apache.maven.plugins/groupId
artifactIdmaven-release-plugin/artifactId
version2.0-beta-8/version
/plugin   
/plugins
  /build