diff options
Diffstat (limited to 'archiva-modules/plugins/pom.xml')
-rw-r--r-- | archiva-modules/plugins/pom.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/archiva-modules/plugins/pom.xml b/archiva-modules/plugins/pom.xml index bb7e2b157..73bc5a058 100644 --- a/archiva-modules/plugins/pom.xml +++ b/archiva-modules/plugins/pom.xml @@ -16,7 +16,9 @@ ~ KIND, either express or implied. See the License for the ~ specific language governing permissions and limitations ~ under the License. - --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + --> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>archiva-modules</artifactId> @@ -27,7 +29,7 @@ <name>Archiva Core Plugins</name> <packaging>pom</packaging> <modules> - <module>metadata-repository-file</module> + <module>metadata-store-file</module> <module>maven2-repository</module> <module>repository-statistics</module> <module>problem-reports</module> |