diff options
author | Brett Porter <brett@apache.org> | 2009-12-02 02:33:02 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2009-12-02 02:33:02 +0000 |
commit | 7a63bee6dedc4a58acbbac36ff18a6c18e500275 (patch) | |
tree | e652379eba390bb9f0695f6940747ee280a75770 /archiva-modules/archiva-base/archiva-repository-layer/pom.xml | |
parent | cb96e18f97711202e3c33a00aca2095a02b582a1 (diff) | |
download | archiva-7a63bee6dedc4a58acbbac36ff18a6c18e500275.tar.gz archiva-7a63bee6dedc4a58acbbac36ff18a6c18e500275.zip |
[MRM-1025] remove project model as this is all now in the metadata repository
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@886037 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-base/archiva-repository-layer/pom.xml')
-rw-r--r-- | archiva-modules/archiva-base/archiva-repository-layer/pom.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/archiva-modules/archiva-base/archiva-repository-layer/pom.xml b/archiva-modules/archiva-base/archiva-repository-layer/pom.xml index a939999f2..f246248a6 100644 --- a/archiva-modules/archiva-base/archiva-repository-layer/pom.xml +++ b/archiva-modules/archiva-base/archiva-repository-layer/pom.xml @@ -80,18 +80,6 @@ <goal>generate-metadata</goal> </goals> </execution> - <execution> - <id>merge</id> - <goals> - <goal>merge-metadata</goal> - </goals> - <configuration> - <descriptors> - <descriptor>${basedir}/src/main/resources/META-INF/plexus/components-fragment.xml</descriptor> - <descriptor>${project.build.outputDirectory}/META-INF/plexus/components.xml</descriptor> - </descriptors> - </configuration> - </execution> </executions> </plugin> </plugins> |