You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@karaf.apache.org by Paul Spencer <pa...@mindspring.com> on 2020/07/02 16:24:48 UTC

Incorrect command listed in "maven:repository-list" section of the Maven Command documentation

Karaf 2.4.9

Config command list in the "maven:repository-list" section of the Maven Command documentation, http://karaf.apache.org/manual/latest/#_maven_configuration_commands, is incorrect. The command listed is "config:proplist --pid org.ops4j.pax.url.mvn" but should be " config:property-list --pid org.ops4j.pax.url.mvn"

> karaf@root()> config:proplist --pid org.ops4j.pax.url.mvn                                                                                                                                     
> Command not found: config:proplist
> karaf@root()> config:property-list --pid org.ops4j.pax.url.mvn                                                                                                                               
>    org.ops4j.pax.url.mvn.certificateCheck = true
>    org.ops4j.pax.url.mvn.connection.bufferSize = 8192
>    org.ops4j.pax.url.mvn.connection.retryCount = 3
>    org.ops4j.pax.url.mvn.defaultRepositories = file:/home/pi/Documents/apache-karaf-4.2.9/system@id=system.repository@snapshots, file:/home/pi/Documents/apache-karaf-4.2.9/data/kar@id=kar.repository@multi@snapshots, file:/home/pi/Documents/apache-karaf-4.2.9/system@id=child.system.repository@snapshots
>    org.ops4j.pax.url.mvn.repositories = https://repo1.maven.org/maven2@id=central, https://repository.apache.org/content/groups/snapshots-group@id=apache@snapshots@noreleases, https://oss.sonatype.org/content/repositories/ops4j-snapshots@id=ops4j.sonatype.snapshots.deploy@snapshots@noreleases
>    org.ops4j.pax.url.mvn.socket.connectionTimeout = 5000
>    org.ops4j.pax.url.mvn.socket.keepAlive = false
>    org.ops4j.pax.url.mvn.socket.linger = -1
>    org.ops4j.pax.url.mvn.socket.readTimeout = 30000
>    org.ops4j.pax.url.mvn.socket.reuseAddress = false
>    org.ops4j.pax.url.mvn.socket.tcpNoDelay = true
>    org.ops4j.pax.url.mvn.timeout = 5000
>    org.ops4j.pax.url.mvn.useFallbackRepositories = false
> karaf@root()>                                                                                                                                                                                 


Paul Spencer