Re: What does: Skipping disabled repository central really mean?

2008-08-12 Thread Borut Bolčina
Hello,

there was no clear answer on this one. Anybody knows what does [DEBUG]
Skipping disabled repository xxx mean? How and why does maven decide not to
use xxx?

Thanks,
Borut

2008/2/27 Chris Helck [EMAIL PROTECTED]

 Hi,

 A certain user of mine gets Skipping disabled repository central when
 mvn (2.0.8) tries to download a plugin. I've printed the effective-pom
 and effective-settings and I don't see anything redirection of central
 with mirrors or repository.




RE: What does: Skipping disabled repository central really mean?

2008-08-12 Thread Brian E. Fox
It probably means that you're getting a snapshot and central isn't configured 
in the pom to handle snapshots.

-Original Message-
From: Borut Bolčina [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, August 12, 2008 9:07 AM
To: Maven Users List
Subject: Re: What does: Skipping disabled repository central really mean?

Hello,

there was no clear answer on this one. Anybody knows what does [DEBUG]
Skipping disabled repository xxx mean? How and why does maven decide not to
use xxx?

Thanks,
Borut

2008/2/27 Chris Helck [EMAIL PROTECTED]

 Hi,

 A certain user of mine gets Skipping disabled repository central when
 mvn (2.0.8) tries to download a plugin. I've printed the effective-pom
 and effective-settings and I don't see anything redirection of central
 with mirrors or repository.




Re: What does: Skipping disabled repository central really mean?

2008-02-27 Thread Jeff MAURY
Are you sure you have the connectivity to the central repository. I've seen
this message once a connection is attempted against central and it fails:
the repository is then disabled by Maven for further attempts.

Regards
Jeff MAURY

On Wed, Feb 27, 2008 at 6:05 PM, Chris Helck [EMAIL PROTECTED]
wrote:

 Hi,

 A certain user of mine gets Skipping disabled repository central when
 mvn (2.0.8) tries to download a plugin. I've printed the effective-pom
 and effective-settings and I don't see anything redirection of central
 with mirrors or repository.

 It certainly sounds like mvn is not looking in the central repo when it
 tries to download a plugin. But I don't see why it is disabled. Can
 anyone explain? Below is the effective pom and settings:

 
 
 Effective POM for project 'ebs:md_build_instructions:jar:1.0-SNAPSHOT'
 
 
 ?xml version=1.0?project
  parent
artifactIdmd_parent/artifactId
groupIdebs/groupId
version1.4-SNAPSHOT/version
  /parent
  modelVersion4.0.0/modelVersion
  groupIdebs/groupId
  artifactIdmd_build_instructions/artifactId
  namemd_build_instructions/name
  version1.0-SNAPSHOT/version
  urlhttp://www.ebs.com/url

  build

 sourceDirectory/home/cc/perforce/MarketData/build/maven2/build_instruc
 tions/src/main/java/sourceDirectory
scriptSourceDirectorysrc/main/scripts/scriptSourceDirectory

 testSourceDirectory/home/cc/perforce/MarketData/build/maven2/build_ins
 tructions/src/test/java/testSourceDirectory

 outputDirectory/home/cc/perforce/MarketData/build/maven2/build_instruc
 tions/target/classes/outputDirectory

 testOutputDirectory/home/cc/perforce/MarketData/build/maven2/build_ins
 tructions/target/test-classes/testOutputDirectory
resources
  resource

 directory/home/cc/perforce/MarketData/build/maven2/build_instructions/
 src/main/resources/directory
  /resource
/resources
testResources
  testResource

 directory/home/cc/perforce/MarketData/build/maven2/build_instructions/
 src/test/resources/directory
  /testResource
/testResources

 directory/home/cc/perforce/MarketData/build/maven2/build_instructions/
 target/directory
finalNamemd_build_instructions-1.0-SNAPSHOT/finalName
plugins
  plugin
artifactIdmaven-compiler-plugin/artifactId
version2.0.2/version
configuration
  source1.5/source
  target1.5/target
/configuration
  /plugin
  plugin
artifactIdmaven-one-plugin/artifactId
version1.2/version
executions
  execution
goals
  goalinstall-maven-one-repository/goal
  goaldeploy-maven-one-repository/goal
/goals
configuration

 remoteRepositoryIdcom.ebs.development.repo/remoteRepositoryId

 remoteRepositoryUrlscp://172.16.12.10/apps/local/apache2/htdocs/maven
 /remoteRepositoryUrl
/configuration
  /execution
/executions
  /plugin
  plugin
artifactIdmaven-site-plugin/artifactId
version2.0-beta-6/version
executions
  execution
idcreate site/id
phasepackage/phase
goals
  goalsite/goal
/goals
  /execution
  execution
iddeploy site/id
phasedeploy/phase
goals
  goaldeploy/goal
/goals
  /execution
/executions
configuration
  localesen/locales
/configuration
  /plugin
  plugin
artifactIdmaven-surefire-plugin/artifactId
version2.4.2/version
configuration
  useFilefalse/useFile
  excludes
exclude**/*ITest.java/exclude
exclude**/Abstract*Test.java/exclude
  /excludes
/configuration
  /plugin
  plugin
artifactIdmaven-help-plugin/artifactId
version2.0.2/version
  /plugin
/plugins
  /build
  repositories
repository
  iddev-legacy/id
  namelegacy/name
  urlhttp://172.16.12.10/maven/url
  layoutlegacy/layout
/repository
repository
  iddev-vendor/id
  namevendor/name
  urlhttp://172.16.12.10/maven2/dev/repo//url
/repository
repository
  iddev-product/id
  nameproducts/name
  urlhttp://172.16.12.10/maven2/dev-product/repo//url
/repository
repository
  snapshots
enabledfalse/enabled
  /snapshots
  idcentral/id
  nameMaven Repository Switchboard/name
  urlhttp://repo1.maven.org/maven2/url
/repository
  /repositories
  pluginRepositories
pluginRepository
  releases
updatePolicynever/updatePolicy
  /releases
  snapshots
enabledfalse/enabled
  /snapshots
  idcentral/id
  nameMaven Plugin Repository/name
  

RE: What does: Skipping disabled repository central really mean?

2008-02-27 Thread Chris Helck
Hi Jeff,

Using a different pom the same user can download from central. Nevertheless, if 
this were the case, how would you correct it?

Regards,
Christopher

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff MAURY
Sent: Wednesday, February 27, 2008 12:11 PM
To: Maven Users List
Subject: Re: What does: Skipping disabled repository central really mean?

Are you sure you have the connectivity to the central repository. I've seen 
this message once a connection is attempted against central and it fails:
the repository is then disabled by Maven for further attempts.

Regards
Jeff MAURY

On Wed, Feb 27, 2008 at 6:05 PM, Chris Helck [EMAIL PROTECTED]
wrote:

 Hi,

 A certain user of mine gets Skipping disabled repository central 
 when mvn (2.0.8) tries to download a plugin. I've printed the 
 effective-pom and effective-settings and I don't see anything 
 redirection of central with mirrors or repository.

 It certainly sounds like mvn is not looking in the central repo when 
 it tries to download a plugin. But I don't see why it is disabled. Can 
 anyone explain? Below is the effective pom and settings:

 **
 **
 
 Effective POM for project 'ebs:md_build_instructions:jar:1.0-SNAPSHOT'
 **
 **
 
 ?xml version=1.0?project
  parent
artifactIdmd_parent/artifactId
groupIdebs/groupId
version1.4-SNAPSHOT/version
  /parent
  modelVersion4.0.0/modelVersion
  groupIdebs/groupId
  artifactIdmd_build_instructions/artifactId
  namemd_build_instructions/name
  version1.0-SNAPSHOT/version
  urlhttp://www.ebs.com/url

  build

 sourceDirectory/home/cc/perforce/MarketData/build/maven2/build_instr
 uc
 tions/src/main/java/sourceDirectory
scriptSourceDirectorysrc/main/scripts/scriptSourceDirectory

 testSourceDirectory/home/cc/perforce/MarketData/build/maven2/build_i
 ns tructions/src/test/java/testSourceDirectory

 outputDirectory/home/cc/perforce/MarketData/build/maven2/build_instr
 uc tions/target/classes/outputDirectory

 testOutputDirectory/home/cc/perforce/MarketData/build/maven2/build_i
 ns tructions/target/test-classes/testOutputDirectory
resources
  resource

 directory/home/cc/perforce/MarketData/build/maven2/build_instruction
 s/
 src/main/resources/directory
  /resource
/resources
testResources
  testResource

 directory/home/cc/perforce/MarketData/build/maven2/build_instruction
 s/
 src/test/resources/directory
  /testResource
/testResources

 directory/home/cc/perforce/MarketData/build/maven2/build_instruction
 s/
 target/directory
finalNamemd_build_instructions-1.0-SNAPSHOT/finalName
plugins
  plugin
artifactIdmaven-compiler-plugin/artifactId
version2.0.2/version
configuration
  source1.5/source
  target1.5/target
/configuration
  /plugin
  plugin
artifactIdmaven-one-plugin/artifactId
version1.2/version
executions
  execution
goals
  goalinstall-maven-one-repository/goal
  goaldeploy-maven-one-repository/goal
/goals
configuration

 remoteRepositoryIdcom.ebs.development.repo/remoteRepositoryId

 remoteRepositoryUrlscp://172.16.12.10/apps/local/apache2/htdocs/mave
 n
 /remoteRepositoryUrl
/configuration
  /execution
/executions
  /plugin
  plugin
artifactIdmaven-site-plugin/artifactId
version2.0-beta-6/version
executions
  execution
idcreate site/id
phasepackage/phase
goals
  goalsite/goal
/goals
  /execution
  execution
iddeploy site/id
phasedeploy/phase
goals
  goaldeploy/goal
/goals
  /execution
/executions
configuration
  localesen/locales
/configuration
  /plugin
  plugin
artifactIdmaven-surefire-plugin/artifactId
version2.4.2/version
configuration
  useFilefalse/useFile
  excludes
exclude**/*ITest.java/exclude
exclude**/Abstract*Test.java/exclude
  /excludes
/configuration
  /plugin
  plugin
artifactIdmaven-help-plugin/artifactId
version2.0.2/version
  /plugin
/plugins
  /build
  repositories
repository
  iddev-legacy/id
  namelegacy/name
  urlhttp://172.16.12.10/maven/url
  layoutlegacy/layout
/repository
repository
  iddev-vendor/id
  namevendor/name
  urlhttp://172.16.12.10/maven2/dev/repo//url
/repository
repository
  iddev-product/id
  nameproducts/name
  urlhttp://172.16.12.10/maven2/dev-product/repo//url
/repository
repository
  snapshots
enabledfalse/enabled

Re: What does: Skipping disabled repository central really mean?

2008-02-27 Thread Jeff MAURY
Are you running on Vista ?

Jeff MAURY


On Wed, Feb 27, 2008 at 6:51 PM, Chris Helck [EMAIL PROTECTED]
wrote:

 Hi Jeff,

 Using a different pom the same user can download from central.
 Nevertheless, if this were the case, how would you correct it?

 Regards,
 Christopher

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff
 MAURY
 Sent: Wednesday, February 27, 2008 12:11 PM
 To: Maven Users List
 Subject: Re: What does: Skipping disabled repository central really
 mean?

 Are you sure you have the connectivity to the central repository. I've
 seen this message once a connection is attempted against central and it
 fails:
 the repository is then disabled by Maven for further attempts.

 Regards
 Jeff MAURY

 On Wed, Feb 27, 2008 at 6:05 PM, Chris Helck [EMAIL PROTECTED]
 wrote:

  Hi,
 
  A certain user of mine gets Skipping disabled repository central
  when mvn (2.0.8) tries to download a plugin. I've printed the
  effective-pom and effective-settings and I don't see anything
  redirection of central with mirrors or repository.
 
  It certainly sounds like mvn is not looking in the central repo when
  it tries to download a plugin. But I don't see why it is disabled. Can
  anyone explain? Below is the effective pom and settings:
 
  **
  **
  
  Effective POM for project 'ebs:md_build_instructions:jar:1.0-SNAPSHOT'
  **
  **
  
  ?xml version=1.0?project
   parent
 artifactIdmd_parent/artifactId
 groupIdebs/groupId
 version1.4-SNAPSHOT/version
   /parent
   modelVersion4.0.0/modelVersion
   groupIdebs/groupId
   artifactIdmd_build_instructions/artifactId
   namemd_build_instructions/name
   version1.0-SNAPSHOT/version
   urlhttp://www.ebs.com/url
 
   build
 
  sourceDirectory/home/cc/perforce/MarketData/build/maven2/build_instr
  uc
  tions/src/main/java/sourceDirectory
 scriptSourceDirectorysrc/main/scripts/scriptSourceDirectory
 
  testSourceDirectory/home/cc/perforce/MarketData/build/maven2/build_i
  ns tructions/src/test/java/testSourceDirectory
 
  outputDirectory/home/cc/perforce/MarketData/build/maven2/build_instr
  uc tions/target/classes/outputDirectory
 
  testOutputDirectory/home/cc/perforce/MarketData/build/maven2/build_i
  ns tructions/target/test-classes/testOutputDirectory
 resources
   resource
 
  directory/home/cc/perforce/MarketData/build/maven2/build_instruction
  s/
  src/main/resources/directory
   /resource
 /resources
 testResources
   testResource
 
  directory/home/cc/perforce/MarketData/build/maven2/build_instruction
  s/
  src/test/resources/directory
   /testResource
 /testResources
 
  directory/home/cc/perforce/MarketData/build/maven2/build_instruction
  s/
  target/directory
 finalNamemd_build_instructions-1.0-SNAPSHOT/finalName
 plugins
   plugin
 artifactIdmaven-compiler-plugin/artifactId
 version2.0.2/version
 configuration
   source1.5/source
   target1.5/target
 /configuration
   /plugin
   plugin
 artifactIdmaven-one-plugin/artifactId
 version1.2/version
 executions
   execution
 goals
   goalinstall-maven-one-repository/goal
   goaldeploy-maven-one-repository/goal
 /goals
 configuration
 
  remoteRepositoryIdcom.ebs.development.repo/remoteRepositoryId
 
  remoteRepositoryUrlscp://172.16.12.10/apps/local/apache2/htdocs/mave
  n
  /remoteRepositoryUrl
 /configuration
   /execution
 /executions
   /plugin
   plugin
 artifactIdmaven-site-plugin/artifactId
 version2.0-beta-6/version
 executions
   execution
 idcreate site/id
 phasepackage/phase
 goals
   goalsite/goal
 /goals
   /execution
   execution
 iddeploy site/id
 phasedeploy/phase
 goals
   goaldeploy/goal
 /goals
   /execution
 /executions
 configuration
   localesen/locales
 /configuration
   /plugin
   plugin
 artifactIdmaven-surefire-plugin/artifactId
 version2.4.2/version
 configuration
   useFilefalse/useFile
   excludes
 exclude**/*ITest.java/exclude
 exclude**/Abstract*Test.java/exclude
   /excludes
 /configuration
   /plugin
   plugin
 artifactIdmaven-help-plugin/artifactId
 version2.0.2/version
   /plugin
 /plugins
   /build
   repositories
 repository
   iddev-legacy/id
   namelegacy/name
   urlhttp://172.16.12.10/maven/url
   layoutlegacy/layout
 /repository
 repository
   iddev-vendor/id

RE: What does: Skipping disabled repository central really mean?

2008-02-27 Thread Chris Helck
No, Ubuntu.
-Chris 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff MAURY
Sent: Wednesday, February 27, 2008 12:57 PM
To: Maven Users List
Subject: Re: What does: Skipping disabled repository central really mean?

Are you running on Vista ?

Jeff MAURY


On Wed, Feb 27, 2008 at 6:51 PM, Chris Helck [EMAIL PROTECTED]
wrote:

 Hi Jeff,

 Using a different pom the same user can download from central.
 Nevertheless, if this were the case, how would you correct it?

 Regards,
 Christopher

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of 
 Jeff MAURY
 Sent: Wednesday, February 27, 2008 12:11 PM
 To: Maven Users List
 Subject: Re: What does: Skipping disabled repository central really 
 mean?

 Are you sure you have the connectivity to the central repository. I've 
 seen this message once a connection is attempted against central and 
 it
 fails:
 the repository is then disabled by Maven for further attempts.

 Regards
 Jeff MAURY

 On Wed, Feb 27, 2008 at 6:05 PM, Chris Helck [EMAIL PROTECTED]
 wrote:

  Hi,
 
  A certain user of mine gets Skipping disabled repository central
  when mvn (2.0.8) tries to download a plugin. I've printed the 
  effective-pom and effective-settings and I don't see anything 
  redirection of central with mirrors or repository.
 
  It certainly sounds like mvn is not looking in the central repo when 
  it tries to download a plugin. But I don't see why it is disabled. 
  Can anyone explain? Below is the effective pom and settings:
 
  
  **
  **
  
  Effective POM for project 'ebs:md_build_instructions:jar:1.0-SNAPSHOT'
  
  **
  **
  
  ?xml version=1.0?project
   parent
 artifactIdmd_parent/artifactId
 groupIdebs/groupId
 version1.4-SNAPSHOT/version
   /parent
   modelVersion4.0.0/modelVersion
   groupIdebs/groupId
   artifactIdmd_build_instructions/artifactId
   namemd_build_instructions/name
   version1.0-SNAPSHOT/version
   urlhttp://www.ebs.com/url
 
   build
 
  sourceDirectory/home/cc/perforce/MarketData/build/maven2/build_ins
  tr
  uc
  tions/src/main/java/sourceDirectory
 scriptSourceDirectorysrc/main/scripts/scriptSourceDirectory
 
  testSourceDirectory/home/cc/perforce/MarketData/build/maven2/build
  _i ns tructions/src/test/java/testSourceDirectory
 
  outputDirectory/home/cc/perforce/MarketData/build/maven2/build_ins
  tr uc tions/target/classes/outputDirectory
 
  testOutputDirectory/home/cc/perforce/MarketData/build/maven2/build
  _i ns tructions/target/test-classes/testOutputDirectory
 resources
   resource
 
  directory/home/cc/perforce/MarketData/build/maven2/build_instructi
  on
  s/
  src/main/resources/directory
   /resource
 /resources
 testResources
   testResource
 
  directory/home/cc/perforce/MarketData/build/maven2/build_instructi
  on
  s/
  src/test/resources/directory
   /testResource
 /testResources
 
  directory/home/cc/perforce/MarketData/build/maven2/build_instructi
  on
  s/
  target/directory
 finalNamemd_build_instructions-1.0-SNAPSHOT/finalName
 plugins
   plugin
 artifactIdmaven-compiler-plugin/artifactId
 version2.0.2/version
 configuration
   source1.5/source
   target1.5/target
 /configuration
   /plugin
   plugin
 artifactIdmaven-one-plugin/artifactId
 version1.2/version
 executions
   execution
 goals
   goalinstall-maven-one-repository/goal
   goaldeploy-maven-one-repository/goal
 /goals
 configuration
 
  remoteRepositoryIdcom.ebs.development.repo/remoteRepositoryId
 
  remoteRepositoryUrlscp://172.16.12.10/apps/local/apache2/htdocs/ma
  ve
  n
  /remoteRepositoryUrl
 /configuration
   /execution
 /executions
   /plugin
   plugin
 artifactIdmaven-site-plugin/artifactId
 version2.0-beta-6/version
 executions
   execution
 idcreate site/id
 phasepackage/phase
 goals
   goalsite/goal
 /goals
   /execution
   execution
 iddeploy site/id
 phasedeploy/phase
 goals
   goaldeploy/goal
 /goals
   /execution
 /executions
 configuration
   localesen/locales
 /configuration
   /plugin
   plugin
 artifactIdmaven-surefire-plugin/artifactId
 version2.4.2/version
 configuration
   useFilefalse/useFile
   excludes
 exclude**/*ITest.java/exclude
 exclude**/Abstract*Test.java/exclude
   /excludes
 /configuration
   /plugin
   plugin
 artifactIdmaven-help-plugin