mirror of https://github.com/apache/archiva.git
line ending
This commit is contained in:
parent
f051ac2796
commit
e92a96880e
|
@ -1,65 +1,65 @@
|
|||
------
|
||||
Apache Archiva legacy repository support configuration
|
||||
------
|
||||
|
||||
~~ Licensed to the Apache Software Foundation (ASF) under one
|
||||
~~ or more contributor license agreements. See the NOTICE file
|
||||
~~ distributed with this work for additional information
|
||||
~~ regarding copyright ownership. The ASF licenses this file
|
||||
~~ to you under the Apache License, Version 2.0 (the
|
||||
~~ "License"); you may not use this file except in compliance
|
||||
~~ with the License. You may obtain a copy of the License at
|
||||
~~
|
||||
~~ http://www.apache.org/licenses/LICENSE-2.0
|
||||
~~
|
||||
~~ Unless required by applicable law or agreed to in writing,
|
||||
~~ software distributed under the License is distributed on an
|
||||
~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
~~ KIND, either express or implied. See the License for the
|
||||
~~ specific language governing permissions and limitations
|
||||
~~ under the License.
|
||||
|
||||
Apache Archiva legacy repository support configuration
|
||||
|
||||
Archiva supports both Maven 1 and Maven 2 clients transparently when used as a proxy. The
|
||||
underlying managed repository can use either the default or legacy layout, and Archiva will
|
||||
convert the requested path to the expected internal format.
|
||||
|
||||
However, due to the lack of structure in maven 1 "legacy" artifact request format,
|
||||
Archiva must split the request path to discover artifactId, version and
|
||||
classifier - and this is not always deterministic.
|
||||
The strategy used by Archiva has been tested on many existing artifacts in the public central
|
||||
repository, but users may require support for private artifacts or for
|
||||
artifacts with classifiers.
|
||||
|
||||
Since version 1.0.1, Archiva provides a legacy support configuration to the administrator. It
|
||||
is possible to register some custom legacy path and the expected artifact
|
||||
reference. Archiva will check that the entered artifact reference matches
|
||||
the legacy path, to avoid corrupted data in repository.
|
||||
|
||||
[../images/legacy-support-list.png]
|
||||
|
||||
For example:
|
||||
|
||||
* Path: <<<jaxen/jars/jaxen-1.0-FCS-full.jar>>>
|
||||
|
||||
* Group ID: <<<jaxen>>>
|
||||
|
||||
* Artifact ID: <<<jaxen>>>
|
||||
|
||||
* Version: <<<1.0-FCS>>>
|
||||
|
||||
* Classifier: <<<full>>>
|
||||
|
||||
* Type: <<<jar>>>
|
||||
|
||||
This prevents the artifact incorrectly getting translated to a version of <<<1.0>>> and a classifier of <<<FCS-full>>>.
|
||||
|
||||
Those custom legacy path are stored in the archiva.xml configuration file.
|
||||
By default, <<<jaxen-1.0-FCS-full>>> is registered, as it is used by some core
|
||||
Maven 1 plugins (however this is not the case if you upgraded from a previous
|
||||
version and retained your configuration file).
|
||||
|
||||
[../images/legacy-support-add.png]
|
||||
|
||||
|
||||
------
|
||||
Apache Archiva legacy repository support configuration
|
||||
------
|
||||
|
||||
~~ Licensed to the Apache Software Foundation (ASF) under one
|
||||
~~ or more contributor license agreements. See the NOTICE file
|
||||
~~ distributed with this work for additional information
|
||||
~~ regarding copyright ownership. The ASF licenses this file
|
||||
~~ to you under the Apache License, Version 2.0 (the
|
||||
~~ "License"); you may not use this file except in compliance
|
||||
~~ with the License. You may obtain a copy of the License at
|
||||
~~
|
||||
~~ http://www.apache.org/licenses/LICENSE-2.0
|
||||
~~
|
||||
~~ Unless required by applicable law or agreed to in writing,
|
||||
~~ software distributed under the License is distributed on an
|
||||
~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
~~ KIND, either express or implied. See the License for the
|
||||
~~ specific language governing permissions and limitations
|
||||
~~ under the License.
|
||||
|
||||
Apache Archiva legacy repository support configuration
|
||||
|
||||
Archiva supports both Maven 1 and Maven 2 clients transparently when used as a proxy. The
|
||||
underlying managed repository can use either the default or legacy layout, and Archiva will
|
||||
convert the requested path to the expected internal format.
|
||||
|
||||
However, due to the lack of structure in maven 1 "legacy" artifact request format,
|
||||
Archiva must split the request path to discover artifactId, version and
|
||||
classifier - and this is not always deterministic.
|
||||
The strategy used by Archiva has been tested on many existing artifacts in the public central
|
||||
repository, but users may require support for private artifacts or for
|
||||
artifacts with classifiers.
|
||||
|
||||
Since version 1.0.1, Archiva provides a legacy support configuration to the administrator. It
|
||||
is possible to register some custom legacy path and the expected artifact
|
||||
reference. Archiva will check that the entered artifact reference matches
|
||||
the legacy path, to avoid corrupted data in repository.
|
||||
|
||||
[../images/legacy-support-list.png]
|
||||
|
||||
For example:
|
||||
|
||||
* Path: <<<jaxen/jars/jaxen-1.0-FCS-full.jar>>>
|
||||
|
||||
* Group ID: <<<jaxen>>>
|
||||
|
||||
* Artifact ID: <<<jaxen>>>
|
||||
|
||||
* Version: <<<1.0-FCS>>>
|
||||
|
||||
* Classifier: <<<full>>>
|
||||
|
||||
* Type: <<<jar>>>
|
||||
|
||||
This prevents the artifact incorrectly getting translated to a version of <<<1.0>>> and a classifier of <<<FCS-full>>>.
|
||||
|
||||
Those custom legacy path are stored in the archiva.xml configuration file.
|
||||
By default, <<<jaxen-1.0-FCS-full>>> is registered, as it is used by some core
|
||||
Maven 1 plugins (however this is not the case if you upgraded from a previous
|
||||
version and retained your configuration file).
|
||||
|
||||
[../images/legacy-support-add.png]
|
||||
|
||||
|
||||
|
|
|
@ -1,144 +1,144 @@
|
|||
################ GLOBAL SETTINGS
|
||||
# This is where maven-proxy stores files it has downloaded
|
||||
repo.local.store=target
|
||||
|
||||
#The port to listen on - not used if loaded as a webapp
|
||||
port=9999
|
||||
|
||||
#This is the base area that all files are loaded from. While it is possible to leave this blank, this behaviour
|
||||
#is deprecated and will be disabled in version 2.0. There are too many namespace conflicts caused by not using
|
||||
#a prefix.
|
||||
#The repository will be shown at http://localhost:9999/repository/
|
||||
#for the .war loaded into a webapp server, the default prefix is "repository" (edit the web.xml to change)
|
||||
# As maven doesn't like a trailing slash, this address shouldn't have one either.
|
||||
prefix=repository
|
||||
|
||||
#This is the simple date format used to display the last modified date while browsing the repository.
|
||||
lastModifiedDateFormat=yyyy/MM/dd HH:mm:ss
|
||||
|
||||
################ SNAPSHOT HANDLING
|
||||
#If you want the proxy to look for newer snapshots, set to true
|
||||
snapshot.update=true
|
||||
|
||||
################ M2 METADATA HANDLING
|
||||
#If you want the proxy to prevent looking for newer metadata, set to false (default is true)
|
||||
#metadata.update=false
|
||||
|
||||
################ M2 POM HANDLING
|
||||
#If you want the proxy to look for newer POMs, set to true (default is false)
|
||||
pom.update=true
|
||||
|
||||
################ PROMOTION HANDLING
|
||||
# ***** NOT CURRENTLY IMPLEMENTED *****
|
||||
#Promotion describes the process by which new artifacts are loaded to global maven-proxy repository. It
|
||||
# is designed to be used by "higher security installations" that do not want to acquire artifacts from
|
||||
# remote repositories without approval.
|
||||
#
|
||||
#If promotion handling is enabled, then the proxy will not download remote artifacts without permission
|
||||
# (local repositories with copy=false are considered to be local)
|
||||
#
|
||||
#Permission to download is granted via the Promotion menu which will be enabled
|
||||
# when promotion handling is enabled.
|
||||
#
|
||||
#If promotion is false, artifacts are sourced from any repository as per normal.
|
||||
#
|
||||
#Promotion and snapshots: If promotion is enabled, snapshots are not downloadable. The concept of using
|
||||
# a snapshot in a production build (which is primarily what promotion is for) is counterintuitive.
|
||||
##
|
||||
promotion=false
|
||||
|
||||
################ WEB INTERFACE
|
||||
# This defines the absolute URL the server should use to identify itself.
|
||||
# This can often be determined automatically, but we recommend you specify
|
||||
# it explicitly to prevent problems during startup.
|
||||
# The prefix will be added to this for the actual repository
|
||||
# i.e. proxy available at http://localhost:9999/, repository at http://localhost:9999/repository
|
||||
serverName=http://localhost:9999
|
||||
|
||||
#If true, the repository can be browsed
|
||||
browsable=true
|
||||
|
||||
#If true, the repository can be searched
|
||||
searchable=true
|
||||
|
||||
#Not currently implemented. Will allow webdav access to the repository at some point.
|
||||
webdav=true
|
||||
|
||||
#Stylesheet - if configured, will override the default stylesheet shipped with maven-proxy - absolute URLs only
|
||||
#eg. /maven-proxy/style.css, http://www.example.com/style.css
|
||||
stylesheet=/maven-proxy/style.css
|
||||
|
||||
#bgColor / bgColorHighlight are replaced in the built in stylesheet to produce a simple color scheme.
|
||||
#If a stylesheet is set, these are not used.
|
||||
bgColor=#14B
|
||||
bgColorHighlight=#94B
|
||||
|
||||
#rowColor / rowColorHighlight are replaced in the built in stylesheet to produce a simple color scheme.
|
||||
#If a stylesheet is set, these are not used.
|
||||
rowColor=#CCF
|
||||
rowColorHighlight=#DDF
|
||||
|
||||
|
||||
################ PROXIES
|
||||
#This is just a hack, it should auto discover them
|
||||
proxy.list=one,two,three
|
||||
|
||||
#Unauthenticated proxy
|
||||
proxy.one.host=proxy1.example.com
|
||||
proxy.one.port=3128
|
||||
|
||||
#Authenticated proxy
|
||||
proxy.two.host=proxy2.example.org
|
||||
proxy.two.port=80
|
||||
proxy.two.username=username2
|
||||
proxy.two.password=password2
|
||||
|
||||
#Authenticated proxy
|
||||
proxy.three.host=proxy3.example.net
|
||||
proxy.three.port=3129
|
||||
proxy.three.username=username3
|
||||
proxy.three.password=password3
|
||||
|
||||
|
||||
################# REPOSITORIES
|
||||
#This is not just a hack, it specifies the order repositories should be checked
|
||||
#Note that the proxy adds a "/" which is why the urls aren't suffixed with a "/"
|
||||
repo.list=local-repo,www-ibiblio-org,dist-codehaus-org,private-example-com
|
||||
|
||||
#local-store
|
||||
# The local store represents a location that local jars you host can be located.
|
||||
# This could also be achieved by having a local http repository, but this is less cumbersome
|
||||
repo.local-repo.url=file://target
|
||||
repo.local-repo.description=Super Secret Custom Repository
|
||||
#If copy is true, jars are copied from the store to the proxy-repo. Only configurable for file:/// repos
|
||||
repo.local-repo.copy=false
|
||||
#If hardfail is true, any unexpected errors from the repository will cause
|
||||
#the client download to fail (typically with a 500 error)
|
||||
repo.local-repo.hardfail=true
|
||||
#Don't cache a file repository
|
||||
repo.local-repo.cache.period=0
|
||||
|
||||
|
||||
#www.ibiblio.org
|
||||
repo.www-ibiblio-org.url=http://www.ibiblio.org/maven2
|
||||
repo.www-ibiblio-org.description=www.ibiblio.org
|
||||
repo.www-ibiblio-org.proxy=one
|
||||
repo.www-ibiblio-org.hardfail=true
|
||||
#Cache this repository for 1 hour
|
||||
repo.www-ibiblio-org.cache.period=3600
|
||||
repo.www-ibiblio-org.cache.failures=true
|
||||
|
||||
#dist.codehaus.org
|
||||
repo.dist-codehaus-org.url=http://dist.codehaus.org
|
||||
repo.dist-codehaus-org.proxy=two
|
||||
repo.dist-codehaus-org.hardfail=false
|
||||
repo.dist-codehaus-org.cache.period=3600
|
||||
repo.dist-codehaus-org.cache.failures=true
|
||||
|
||||
#private.example.com
|
||||
repo.private-example-com.url=http://private.example.com/internal
|
||||
repo.private-example-com.description=Commercial In Confidence Repository
|
||||
repo.private-example-com.username=username1
|
||||
repo.private-example-com.password=password1
|
||||
repo.private-example-com.proxy=three
|
||||
repo.private-example-com.cache.period=3600
|
||||
################ GLOBAL SETTINGS
|
||||
# This is where maven-proxy stores files it has downloaded
|
||||
repo.local.store=target
|
||||
|
||||
#The port to listen on - not used if loaded as a webapp
|
||||
port=9999
|
||||
|
||||
#This is the base area that all files are loaded from. While it is possible to leave this blank, this behaviour
|
||||
#is deprecated and will be disabled in version 2.0. There are too many namespace conflicts caused by not using
|
||||
#a prefix.
|
||||
#The repository will be shown at http://localhost:9999/repository/
|
||||
#for the .war loaded into a webapp server, the default prefix is "repository" (edit the web.xml to change)
|
||||
# As maven doesn't like a trailing slash, this address shouldn't have one either.
|
||||
prefix=repository
|
||||
|
||||
#This is the simple date format used to display the last modified date while browsing the repository.
|
||||
lastModifiedDateFormat=yyyy/MM/dd HH:mm:ss
|
||||
|
||||
################ SNAPSHOT HANDLING
|
||||
#If you want the proxy to look for newer snapshots, set to true
|
||||
snapshot.update=true
|
||||
|
||||
################ M2 METADATA HANDLING
|
||||
#If you want the proxy to prevent looking for newer metadata, set to false (default is true)
|
||||
#metadata.update=false
|
||||
|
||||
################ M2 POM HANDLING
|
||||
#If you want the proxy to look for newer POMs, set to true (default is false)
|
||||
pom.update=true
|
||||
|
||||
################ PROMOTION HANDLING
|
||||
# ***** NOT CURRENTLY IMPLEMENTED *****
|
||||
#Promotion describes the process by which new artifacts are loaded to global maven-proxy repository. It
|
||||
# is designed to be used by "higher security installations" that do not want to acquire artifacts from
|
||||
# remote repositories without approval.
|
||||
#
|
||||
#If promotion handling is enabled, then the proxy will not download remote artifacts without permission
|
||||
# (local repositories with copy=false are considered to be local)
|
||||
#
|
||||
#Permission to download is granted via the Promotion menu which will be enabled
|
||||
# when promotion handling is enabled.
|
||||
#
|
||||
#If promotion is false, artifacts are sourced from any repository as per normal.
|
||||
#
|
||||
#Promotion and snapshots: If promotion is enabled, snapshots are not downloadable. The concept of using
|
||||
# a snapshot in a production build (which is primarily what promotion is for) is counterintuitive.
|
||||
##
|
||||
promotion=false
|
||||
|
||||
################ WEB INTERFACE
|
||||
# This defines the absolute URL the server should use to identify itself.
|
||||
# This can often be determined automatically, but we recommend you specify
|
||||
# it explicitly to prevent problems during startup.
|
||||
# The prefix will be added to this for the actual repository
|
||||
# i.e. proxy available at http://localhost:9999/, repository at http://localhost:9999/repository
|
||||
serverName=http://localhost:9999
|
||||
|
||||
#If true, the repository can be browsed
|
||||
browsable=true
|
||||
|
||||
#If true, the repository can be searched
|
||||
searchable=true
|
||||
|
||||
#Not currently implemented. Will allow webdav access to the repository at some point.
|
||||
webdav=true
|
||||
|
||||
#Stylesheet - if configured, will override the default stylesheet shipped with maven-proxy - absolute URLs only
|
||||
#eg. /maven-proxy/style.css, http://www.example.com/style.css
|
||||
stylesheet=/maven-proxy/style.css
|
||||
|
||||
#bgColor / bgColorHighlight are replaced in the built in stylesheet to produce a simple color scheme.
|
||||
#If a stylesheet is set, these are not used.
|
||||
bgColor=#14B
|
||||
bgColorHighlight=#94B
|
||||
|
||||
#rowColor / rowColorHighlight are replaced in the built in stylesheet to produce a simple color scheme.
|
||||
#If a stylesheet is set, these are not used.
|
||||
rowColor=#CCF
|
||||
rowColorHighlight=#DDF
|
||||
|
||||
|
||||
################ PROXIES
|
||||
#This is just a hack, it should auto discover them
|
||||
proxy.list=one,two,three
|
||||
|
||||
#Unauthenticated proxy
|
||||
proxy.one.host=proxy1.example.com
|
||||
proxy.one.port=3128
|
||||
|
||||
#Authenticated proxy
|
||||
proxy.two.host=proxy2.example.org
|
||||
proxy.two.port=80
|
||||
proxy.two.username=username2
|
||||
proxy.two.password=password2
|
||||
|
||||
#Authenticated proxy
|
||||
proxy.three.host=proxy3.example.net
|
||||
proxy.three.port=3129
|
||||
proxy.three.username=username3
|
||||
proxy.three.password=password3
|
||||
|
||||
|
||||
################# REPOSITORIES
|
||||
#This is not just a hack, it specifies the order repositories should be checked
|
||||
#Note that the proxy adds a "/" which is why the urls aren't suffixed with a "/"
|
||||
repo.list=local-repo,www-ibiblio-org,dist-codehaus-org,private-example-com
|
||||
|
||||
#local-store
|
||||
# The local store represents a location that local jars you host can be located.
|
||||
# This could also be achieved by having a local http repository, but this is less cumbersome
|
||||
repo.local-repo.url=file://target
|
||||
repo.local-repo.description=Super Secret Custom Repository
|
||||
#If copy is true, jars are copied from the store to the proxy-repo. Only configurable for file:/// repos
|
||||
repo.local-repo.copy=false
|
||||
#If hardfail is true, any unexpected errors from the repository will cause
|
||||
#the client download to fail (typically with a 500 error)
|
||||
repo.local-repo.hardfail=true
|
||||
#Don't cache a file repository
|
||||
repo.local-repo.cache.period=0
|
||||
|
||||
|
||||
#www.ibiblio.org
|
||||
repo.www-ibiblio-org.url=http://www.ibiblio.org/maven2
|
||||
repo.www-ibiblio-org.description=www.ibiblio.org
|
||||
repo.www-ibiblio-org.proxy=one
|
||||
repo.www-ibiblio-org.hardfail=true
|
||||
#Cache this repository for 1 hour
|
||||
repo.www-ibiblio-org.cache.period=3600
|
||||
repo.www-ibiblio-org.cache.failures=true
|
||||
|
||||
#dist.codehaus.org
|
||||
repo.dist-codehaus-org.url=http://dist.codehaus.org
|
||||
repo.dist-codehaus-org.proxy=two
|
||||
repo.dist-codehaus-org.hardfail=false
|
||||
repo.dist-codehaus-org.cache.period=3600
|
||||
repo.dist-codehaus-org.cache.failures=true
|
||||
|
||||
#private.example.com
|
||||
repo.private-example-com.url=http://private.example.com/internal
|
||||
repo.private-example-com.description=Commercial In Confidence Repository
|
||||
repo.private-example-com.username=username1
|
||||
repo.private-example-com.password=password1
|
||||
repo.private-example-com.proxy=three
|
||||
repo.private-example-com.cache.period=3600
|
||||
|
|
|
@ -1 +1 @@
|
|||
066d76e459f7782c312c31e8a11b3c0f1e3e43a7 *get-checksum-from-managed-repo-1.0.jar
|
||||
066d76e459f7782c312c31e8a11b3c0f1e3e43a7 *get-checksum-from-managed-repo-1.0.jar
|
||||
|
|
|
@ -1,25 +1,25 @@
|
|||
<!--
|
||||
~ Copyright 2005-2006 The Apache Software Foundation.
|
||||
~
|
||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
||||
~ you may not use this file except in compliance with the License.
|
||||
~ You may obtain a copy of the License at
|
||||
~
|
||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
||||
~
|
||||
~ Unless required by applicable law or agreed to in writing, software
|
||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
~ See the License for the specific language governing permissions and
|
||||
~ limitations under the License.
|
||||
-->
|
||||
|
||||
<metadata>
|
||||
<groupId>org.apache.maven.test</groupId>
|
||||
<artifactId>get-updated-metadata</artifactId>
|
||||
<versioning>
|
||||
<versions>
|
||||
<version>1.0</version>
|
||||
</versions>
|
||||
</versioning>
|
||||
</metadata>
|
||||
<!--
|
||||
~ Copyright 2005-2006 The Apache Software Foundation.
|
||||
~
|
||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
||||
~ you may not use this file except in compliance with the License.
|
||||
~ You may obtain a copy of the License at
|
||||
~
|
||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
||||
~
|
||||
~ Unless required by applicable law or agreed to in writing, software
|
||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
~ See the License for the specific language governing permissions and
|
||||
~ limitations under the License.
|
||||
-->
|
||||
|
||||
<metadata>
|
||||
<groupId>org.apache.maven.test</groupId>
|
||||
<artifactId>get-updated-metadata</artifactId>
|
||||
<versioning>
|
||||
<versions>
|
||||
<version>1.0</version>
|
||||
</versions>
|
||||
</versioning>
|
||||
</metadata>
|
||||
|
|
|
@ -1,27 +1,27 @@
|
|||
<!--
|
||||
~ Copyright 2005-2006 The Apache Software Foundation.
|
||||
~
|
||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
||||
~ you may not use this file except in compliance with the License.
|
||||
~ You may obtain a copy of the License at
|
||||
~
|
||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
||||
~
|
||||
~ Unless required by applicable law or agreed to in writing, software
|
||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
~ See the License for the specific language governing permissions and
|
||||
~ limitations under the License.
|
||||
-->
|
||||
|
||||
<metadata>
|
||||
<groupId>org.apache.maven.test</groupId>
|
||||
<artifactId>get-updated-metadata</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<versioning>
|
||||
<snapshot>
|
||||
<timestamp>20050831.1011112</timestamp>
|
||||
<buildNumber>1</buildNumber>
|
||||
</snapshot>
|
||||
</versioning>
|
||||
<!--
|
||||
~ Copyright 2005-2006 The Apache Software Foundation.
|
||||
~
|
||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
||||
~ you may not use this file except in compliance with the License.
|
||||
~ You may obtain a copy of the License at
|
||||
~
|
||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
||||
~
|
||||
~ Unless required by applicable law or agreed to in writing, software
|
||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
~ See the License for the specific language governing permissions and
|
||||
~ limitations under the License.
|
||||
-->
|
||||
|
||||
<metadata>
|
||||
<groupId>org.apache.maven.test</groupId>
|
||||
<artifactId>get-updated-metadata</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<versioning>
|
||||
<snapshot>
|
||||
<timestamp>20050831.1011112</timestamp>
|
||||
<buildNumber>1</buildNumber>
|
||||
</snapshot>
|
||||
</versioning>
|
||||
</metadata>
|
|
@ -1 +1 @@
|
|||
invalid checksum file
|
||||
invalid checksum file
|
||||
|
|
|
@ -1 +1 @@
|
|||
066d76e459f7782c312c31e8a11b3c0f1e3e43a7 *get-checksum-both-right-1.0.jar
|
||||
066d76e459f7782c312c31e8a11b3c0f1e3e43a7 *get-checksum-both-right-1.0.jar
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
066d76e459f7782c312c31e8a11b3c0f1e3e43a7 *get-checksum-from-managed-repo-1.0.jar
|
||||
(proxied 1)
|
||||
066d76e459f7782c312c31e8a11b3c0f1e3e43a7 *get-checksum-from-managed-repo-1.0.jar
|
||||
(proxied 1)
|
||||
|
|
|
@ -1 +1 @@
|
|||
invalid checksum file
|
||||
invalid checksum file
|
||||
|
|
|
@ -1 +1 @@
|
|||
f3af5201bf8da801da37db8842846e1c *get-checksum-md5-only-1.0.jar
|
||||
f3af5201bf8da801da37db8842846e1c *get-checksum-md5-only-1.0.jar
|
||||
|
|
|
@ -1 +1 @@
|
|||
invalid checksum file
|
||||
invalid checksum file
|
||||
|
|
|
@ -1 +1 @@
|
|||
3dd1a3a57b807d3ef3fbc6013d926c891cbb8670 *get-checksum-sha1-bad-md5-1.0.jar
|
||||
3dd1a3a57b807d3ef3fbc6013d926c891cbb8670 *get-checksum-sha1-bad-md5-1.0.jar
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1 +1 @@
|
|||
bc51fd74ed7c8ccf75b3abc84b3613d6ba60eb89 /home/projects/maven/repository-staging/to-ibiblio/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.pom
|
||||
bc51fd74ed7c8ccf75b3abc84b3613d6ba60eb89 /home/projects/maven/repository-staging/to-ibiblio/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.pom
|
||||
|
|
|
@ -1 +1 @@
|
|||
17548178996d55e5f1561a6fd675616f /home/projects/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0.1/commons-logging-1.0.1.pom
|
||||
17548178996d55e5f1561a6fd675616f /home/projects/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0.1/commons-logging-1.0.1.pom
|
||||
|
|
|
@ -1 +1 @@
|
|||
665b8439aad27af8b87fd3fefa11d901d851c9d5 /home/projects/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0.1/commons-logging-1.0.1.pom
|
||||
665b8439aad27af8b87fd3fefa11d901d851c9d5 /home/projects/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0.1/commons-logging-1.0.1.pom
|
||||
|
|
|
@ -1 +1 @@
|
|||
629e92df42c9735e1794689ea6e2f1e5 ./commons-logging/commons-logging/1.0.1/maven-metadata.xml
|
||||
629e92df42c9735e1794689ea6e2f1e5 ./commons-logging/commons-logging/1.0.1/maven-metadata.xml
|
||||
|
|
|
@ -1 +1 @@
|
|||
e8e65fd3a18876a01e3f771015c3ad052ca01af5 /home/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0.1/maven-metadata.xml
|
||||
e8e65fd3a18876a01e3f771015c3ad052ca01af5 /home/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0.1/maven-metadata.xml
|
||||
|
|
|
@ -1 +1 @@
|
|||
b7e001b135a56678ac81f21ac2469957 /home/projects/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0.2/commons-logging-1.0.2.pom
|
||||
b7e001b135a56678ac81f21ac2469957 /home/projects/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0.2/commons-logging-1.0.2.pom
|
||||
|
|
|
@ -1 +1 @@
|
|||
994768b3b18380239296871de3d732935d390c24 /home/projects/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0.2/commons-logging-1.0.2.pom
|
||||
994768b3b18380239296871de3d732935d390c24 /home/projects/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0.2/commons-logging-1.0.2.pom
|
||||
|
|
|
@ -1 +1 @@
|
|||
32d0d002721d3669f8d01970fb7d556c ./commons-logging/commons-logging/1.0.2/maven-metadata.xml
|
||||
32d0d002721d3669f8d01970fb7d556c ./commons-logging/commons-logging/1.0.2/maven-metadata.xml
|
||||
|
|
|
@ -1 +1 @@
|
|||
db4cb003a7eacd19b5eb9747a484f23209ea20fd /home/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0.2/maven-metadata.xml
|
||||
db4cb003a7eacd19b5eb9747a484f23209ea20fd /home/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0.2/maven-metadata.xml
|
||||
|
|
|
@ -1 +1 @@
|
|||
881dca51df49b39efb7b81b05b31278d /home/projects/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom
|
||||
881dca51df49b39efb7b81b05b31278d /home/projects/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom
|
||||
|
|
|
@ -1 +1 @@
|
|||
b7de43bb310eb1dbfd00a34cec30500fa13cb577 /home/projects/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom
|
||||
b7de43bb310eb1dbfd00a34cec30500fa13cb577 /home/projects/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom
|
||||
|
|
|
@ -1 +1 @@
|
|||
15cae318f3bfbde23028f26c8ba153aa ./commons-logging/commons-logging/1.0.3/maven-metadata.xml
|
||||
15cae318f3bfbde23028f26c8ba153aa ./commons-logging/commons-logging/1.0.3/maven-metadata.xml
|
||||
|
|
|
@ -1 +1 @@
|
|||
7f4047267ed6d4679ee568460c2abea4fe8146b6 /home/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0.3/maven-metadata.xml
|
||||
7f4047267ed6d4679ee568460c2abea4fe8146b6 /home/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0.3/maven-metadata.xml
|
||||
|
|
|
@ -1 +1 @@
|
|||
0a95b57dbd6ac8fc8da869de59709477 commons-logging/commons-logging/1.0.4/commons-logging-1.0.4-sources.jar
|
||||
0a95b57dbd6ac8fc8da869de59709477 commons-logging/commons-logging/1.0.4/commons-logging-1.0.4-sources.jar
|
||||
|
|
|
@ -1 +1 @@
|
|||
08d3424a318e818f88568dfb3b55c58583364ba9 commons-logging/commons-logging/1.0.4/commons-logging-1.0.4-sources.jar
|
||||
08d3424a318e818f88568dfb3b55c58583364ba9 commons-logging/commons-logging/1.0.4/commons-logging-1.0.4-sources.jar
|
||||
|
|
|
@ -1 +1 @@
|
|||
2794b156c9725ac6382c22663ae42124 /home/projects/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom
|
||||
2794b156c9725ac6382c22663ae42124 /home/projects/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom
|
||||
|
|
|
@ -1 +1 @@
|
|||
7d32e7520b801cabc3dc704d2afe59d020d00c45 /home/projects/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom
|
||||
7d32e7520b801cabc3dc704d2afe59d020d00c45 /home/projects/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom
|
||||
|
|
|
@ -1 +1 @@
|
|||
182e4358962671c46ee4242d9dad4013 ./commons-logging/commons-logging/1.0.4/maven-metadata.xml
|
||||
182e4358962671c46ee4242d9dad4013 ./commons-logging/commons-logging/1.0.4/maven-metadata.xml
|
||||
|
|
|
@ -1 +1 @@
|
|||
5bb716617b7904d05e5563801f72ebcce96a161a /home/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0.4/maven-metadata.xml
|
||||
5bb716617b7904d05e5563801f72ebcce96a161a /home/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0.4/maven-metadata.xml
|
||||
|
|
|
@ -1 +1 @@
|
|||
aa412f75c470cd28468a20bd4c811e7d /home/projects/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
|
||||
aa412f75c470cd28468a20bd4c811e7d /home/projects/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
|
||||
|
|
|
@ -1 +1 @@
|
|||
4f58df6cca7ad7b863e8186e5dc25a8ef502e374 /home/projects/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
|
||||
4f58df6cca7ad7b863e8186e5dc25a8ef502e374 /home/projects/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
|
||||
|
|
|
@ -1 +1 @@
|
|||
d507f2c419364009f089592dfd9acea2 ./commons-logging/commons-logging/1.0/maven-metadata.xml
|
||||
d507f2c419364009f089592dfd9acea2 ./commons-logging/commons-logging/1.0/maven-metadata.xml
|
||||
|
|
|
@ -1 +1 @@
|
|||
5fe9e6d013ddf2a2f9e2b21582024d4f8e2f7ca5 /home/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0/maven-metadata.xml
|
||||
5fe9e6d013ddf2a2f9e2b21582024d4f8e2f7ca5 /home/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.0/maven-metadata.xml
|
||||
|
|
|
@ -1 +1 @@
|
|||
6c6e00b54fdb9e3489554b49dface8ec /home/csanchez/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1-sources.jar
|
||||
6c6e00b54fdb9e3489554b49dface8ec /home/csanchez/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1-sources.jar
|
||||
|
|
|
@ -1 +1 @@
|
|||
5c2bd34c9a05067c72dcf08cd248630561a9c852 /home/csanchez/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1-sources.jar
|
||||
5c2bd34c9a05067c72dcf08cd248630561a9c852 /home/csanchez/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1-sources.jar
|
||||
|
|
|
@ -1 +1 @@
|
|||
6b62417e77b000a87de66ee3935edbf5 /home/csanchez/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.jar
|
||||
6b62417e77b000a87de66ee3935edbf5 /home/csanchez/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.jar
|
||||
|
|
|
@ -1 +1 @@
|
|||
ba24d5de831911b684c92cd289ed5ff826271824 /home/csanchez/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.jar
|
||||
ba24d5de831911b684c92cd289ed5ff826271824 /home/csanchez/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.jar
|
||||
|
|
|
@ -1 +1 @@
|
|||
219b31dbb491c609210577941a27a390 /home/csanchez/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.pom
|
||||
219b31dbb491c609210577941a27a390 /home/csanchez/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.pom
|
||||
|
|
|
@ -1 +1 @@
|
|||
d80c5278c4f112aba0a6e987d7321676ce074a22 /home/csanchez/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.pom
|
||||
d80c5278c4f112aba0a6e987d7321676ce074a22 /home/csanchez/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.pom
|
||||
|
|
|
@ -1 +1 @@
|
|||
3da6bff52079500a1deb0b50b592f6cc ./commons-logging/commons-logging/1.1/maven-metadata.xml
|
||||
3da6bff52079500a1deb0b50b592f6cc ./commons-logging/commons-logging/1.1/maven-metadata.xml
|
||||
|
|
|
@ -1 +1 @@
|
|||
0672ee0df7fb5db281603d0fd9328086b8b1a912 /home/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.1/maven-metadata.xml
|
||||
0672ee0df7fb5db281603d0fd9328086b8b1a912 /home/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/1.1/maven-metadata.xml
|
||||
|
|
|
@ -1 +1 @@
|
|||
57ae0a2f19db170eb6a012e255dfe329 /home/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/maven-metadata.xml
|
||||
57ae0a2f19db170eb6a012e255dfe329 /home/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/maven-metadata.xml
|
||||
|
|
|
@ -1 +1 @@
|
|||
fa606c3906d034dd7b98ebbf0a0655479a9dc956 /home/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/maven-metadata.xml
|
||||
fa606c3906d034dd7b98ebbf0a0655479a9dc956 /home/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging/maven-metadata.xml
|
||||
|
|
Loading…
Reference in New Issue