aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules/plugins/maven2-repository/src/test/resources
Commit message (Collapse)AuthorAgeFilesLines
* Moving maven specific modulesMartin Stockhammer2019-05-0635-7279/+0
|
* Fixing unit tests after refactoringMartin Stockhammer2019-02-103-1/+120
|
* Reorganizing importsMartin Stockhammer2018-03-301-4/+1
|
* Switching repository admin and dependent classes to RepositoryRegistryMartin Stockhammer2018-03-241-1/+1
| | | | | RepositoryRegistry is used for indexing context now. There is still more work to do to move the maven dependent parts into its own projects and update the dependencies.
* Refactoring the repository content factoryMartin Stockhammer2017-11-013-7/+0
| | | | | Adding content provider service that creates repository content instances remove direct access to the repository content instances.
* Adapting maven repository provider to new repository apiMartin Stockhammer2017-11-013-2/+14
| | | | Using the new repository interfaces where necessary.
* Adding data path to configurationMartin Stockhammer2017-10-221-1/+1
|
* [MRM-1859] Improve handling of invalid artifactsMartin Stockhammer2017-04-142-0/+0
| | | | | Throws only exception if all artifacts are invalid. Ignores resolver-status.properties
* Fixing wrong checksum files of proxy repositoriesMartin Stockhammer2016-10-1712-0/+12
| | | | Fixes https://issues.apache.org/jira/browse/MRM-1926
* update line endingsBrett Porter2014-07-011-419/+419
|
* more unit tests fixesOlivier Lamy2012-10-292-3/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1403514 13f79535-47bb-0310-9956-ffa450edef68
* add missing data for unit testsOlivier Lamy2012-10-295-0/+45
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1403512 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1704] Refactor to remove maven specific part from various ↵Olivier Lamy2012-10-292-1/+32
| | | | | | | | repository/metadata apis fix some unit tests due to some move spring conf for test need to be adapted. git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1403511 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1704] Refactor to remove maven specific part from various ↵Olivier Lamy2012-10-294-0/+6423
| | | | | | repository/metadata apis git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1403503 13f79535-47bb-0310-9956-ffa450edef68
* my bad: add missing test resources for repo group test in maven 2 repositoryskygo2012-09-011-0/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1379750 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1411] project information is missing if a POM could not be read correctlyMaria Odea B. Ching2011-06-1612-8/+70
| | | | | | | | o for snapshot artifacts, get the timestamp and build number first from the metadata in the remote repo before proxying the actual parent pom o added unit tests, removed checksums and other test files that are not necessarily used git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1136424 13f79535-47bb-0310-9956-ffa450edef68
* remove more old test filesBrett Porter2011-06-162-72/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1136335 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1411] project information is missing if a POM could not be read correctlyMaria Odea B. Ching2011-06-1512-0/+108
| | | | | | | | | o proxy parent POM if not found in the repo when building the effective POM when creating metadata (also applied the same in dependency tree builder) o added unit tests o moved out wagonfactory classes into separate module so it can be used by maven2-repository w/o depending on archiva-proxy module (as it inroduces cyclic dependency) git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1135978 13f79535-47bb-0310-9956-ffa450edef68
* miss to add a fileOlivier Lamy2011-05-261-0/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1128080 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1330] refactor access around the concept of a "repository session". See ↵Brett Porter2010-12-292-0/+8
| | | | | | Javadoc for some notes. This should be a single entry point for application users of either the metadata repository, resolution, or storage access. The session needs to be explicitly closed (and modifications saved) to facilitate some storage mechanisms. git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1053542 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1301] add back problem reporting for invalid / missing POMBrett Porter2009-12-161-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@891084 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1292] replace the dependency graph by a maven-dependency-tree based ↵Brett Porter2009-12-012-0/+452
| | | | | | implementation (maven-project is not used) git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@885812 13f79535-47bb-0310-9956-ffa450edef68
* [MRM-1282] introduce a metadata resolver API that will allow just-in-time ↵Brett Porter2009-11-251-0/+27
addition to the content repository and the ability to introduce proxying git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@883936 13f79535-47bb-0310-9956-ffa450edef68