diff --git a/pom.xml b/pom.xml index b43631604..8d61c06e1 100644 --- a/pom.xml +++ b/pom.xml @@ -407,7 +407,6 @@ under the License. projects/reproducible/pom.xml - projects/repositories/repo-with-snapshot-parents/pom.xml projects/dependency-sets/depSet-transFromProfile/pom.xml diff --git a/src/functional-tests/resources/assemblies/MASSEMBLY-98.xml b/src/functional-tests/resources/assemblies/MASSEMBLY-98.xml deleted file mode 100644 index 3fd619448..000000000 --- a/src/functional-tests/resources/assemblies/MASSEMBLY-98.xml +++ /dev/null @@ -1,42 +0,0 @@ - - - - repositories - - zip - - - - repository - - - assembly - 1.1 - - - assembly2 - 1.0 - - dependency-artifact - - - - - - diff --git a/src/functional-tests/resources/assemblies/repository-groupVersionAlignment-excludes.xml b/src/functional-tests/resources/assemblies/repository-groupVersionAlignment-excludes.xml deleted file mode 100644 index e4ed6247e..000000000 --- a/src/functional-tests/resources/assemblies/repository-groupVersionAlignment-excludes.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - - repositories - - zip - - - - repository - - - assembly - 1.1 - - dependency-artifact - - - - - - diff --git a/src/functional-tests/resources/assemblies/repository-groupVersionAlignment-includes.xml b/src/functional-tests/resources/assemblies/repository-groupVersionAlignment-includes.xml deleted file mode 100644 index ffc58308d..000000000 --- a/src/functional-tests/resources/assemblies/repository-groupVersionAlignment-includes.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - - repositories - - zip - - - - repository - - - assembly - 1.1 - - dependency-artifact - - - - - - diff --git a/src/functional-tests/resources/assemblies/repository-groupVersionAlignment.xml b/src/functional-tests/resources/assemblies/repository-groupVersionAlignment.xml deleted file mode 100644 index cd31fc1d9..000000000 --- a/src/functional-tests/resources/assemblies/repository-groupVersionAlignment.xml +++ /dev/null @@ -1,35 +0,0 @@ - - - - repositories - - zip - - - - repository - - - assembly - 1.1 - - - - - diff --git a/src/functional-tests/resources/assemblies/repository-with-metadata.xml b/src/functional-tests/resources/assemblies/repository-with-metadata.xml deleted file mode 100644 index b817abe39..000000000 --- a/src/functional-tests/resources/assemblies/repository-with-metadata.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - repositories - - zip - - - - repository - true - - - diff --git a/src/functional-tests/resources/assemblies/repository.xml b/src/functional-tests/resources/assemblies/repository.xml deleted file mode 100644 index c63e19642..000000000 --- a/src/functional-tests/resources/assemblies/repository.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - repositories - - zip - - - - repository - - - diff --git a/src/main/mdo/assembly-component.mdo b/src/main/mdo/assembly-component.mdo index 07a6fbbe5..0499f1b5e 100644 --- a/src/main/mdo/assembly-component.mdo +++ b/src/main/mdo/assembly-component.mdo @@ -116,22 +116,6 @@ ]]> - - repositories - 1.1.0/2.1.1 - - Repository - * - - - Deprecated since model version 2.1.1. - Specifies a set of repositories to include in the assembly. A - repository is specified by providing one or more of - <repository> subelements. - ]]> - - containerDescriptorHandlers 1.1.0+ @@ -1023,190 +1007,6 @@ - - Repository - 1.0.0/2.1.1 - - Deprecated since model version 2.1.1. - Defines a Maven repository to be included in the assembly. The artifacts - available to be included in a repository are your project's dependency - artifacts. The repository created contains the needed metadata entries - and also contains both sha1 and md5 checksums. This is useful for creating - archives which will be deployed to internal repositories. - -

NOTE: Currently, only artifacts from the central repository - are allowed.

- ]]> -
- - - outputDirectory - 1.0.0+ - String - - Sets the output directory relative to the root - of the root directory of the assembly. For example, - "log" will put the specified files in the log directory, - directly beneath the root of the archive. - - - - includes - 1.0.0+ - - String - * - - - - - - - excludes - 1.0.0+ - - String - * - - - - - - - fileMode - 1.0.0+ - String - - - (more on unix-style permissions) - ]]> - - - - directoryMode - 1.0.0+ - String - - - (more on unix-style permissions) - ]]> - - - - includeMetadata - 1.0.0+ - boolean - false - - If set to true, this property will trigger the creation of repository - metadata which will allow the repository to be used as a functional remote - repository. Default value is false. - - - - groupVersionAlignments - 1.0.0+ - - - - - GroupVersionAlignment - * - - - - scope - 1.1.0+ - String - runtime - true - - Specifies the scope for artifacts included in this repository. - Default scope value is "runtime". (Since 2.2) - - - -
- - GroupVersionAlignment - 1.0.0+ - - Allows a group of artifacts to be aligned to a specified version. - - - - id - 1.0.0+ - String - - The groupId of the artifacts for which you want to align the - versions. - - - - version - 1.0.0+ - String - - The version you want to align this group to. - - - - excludes - 1.0.0+ - - - - - String - * - - - - UnpackOptions 1.1.0+ diff --git a/src/main/mdo/assembly.mdo b/src/main/mdo/assembly.mdo index 8ffd761dd..1e0790ab5 100644 --- a/src/main/mdo/assembly.mdo +++ b/src/main/mdo/assembly.mdo @@ -1121,48 +1121,6 @@ - - GroupVersionAlignment - 1.0.0+ - - Allows a group of artifacts to be aligned to a specified version. - - - - id - 1.0.0+ - String - - The groupId of the artifacts for which you want to align the - versions. - - - - version - 1.0.0+ - String - - The version you want to align this group to. - - - - excludes - 1.0.0+ - - - - - String - * - - - - UnpackOptions 1.1.0+