diff --git a/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/main/resources/archetype-resources/pom.xml b/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/main/resources/archetype-resources/pom.xml deleted file mode 100644 index 114ae49d7..000000000 --- a/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/main/resources/archetype-resources/pom.xml +++ /dev/null @@ -1,323 +0,0 @@ - - - - - 4.0.0 - ${groupId} - ${artifactId} - ${version} - jar - Simple Archiva Consumer - http://archiva.apache.org - - This is a simple consumer component which demonstrates how a - component can be plugged in Archiva. - - - ${archivaVersion} - ${wagon.version} - ${slf4j.version} - ${log4j.version} - - - - org.apache.archiva - archiva-consumer-api - ${archiva.version} - - - org.apache.archiva - archiva-configuration - ${archiva.version} - - - org.apache.archiva - archiva-repository-layer - ${archiva.version} - - - org.apache.archiva - archiva-indexer - ${archiva.version} - - - org.apache.archiva - maven2-repository - ${archiva.version} - provided - - - org.easymock - easymock - 2.5.2 - test - - - junit - junit - 4.9 - test - - - org.slf4j - slf4j-api - ${slf4jVersion} - - - - org.apache.logging.log4j - log4j-core - ${log4jVersion} - runtime - - - org.apache.logging.log4j - log4j-1.2-api - ${log4jVersion} - runtime - - - org.apache.logging.log4j - log4j-slf4j-impl - ${log4jVersion} - runtime - - - org.apache.logging.log4j - log4j-jcl - ${log4jVersion} - runtime - - - - org.apache.archiva - archiva-repository-admin-default - ${archiva.version} - provided - - - org.apache.archiva - metadata-store-jcr - ${archiva.version} - provided - - - org.apache.jackrabbit - jackrabbit-core - ${jackrabbit.version} - provided - - - commons-logging - commons-logging - - - - - org.springframework - spring-core - ${spring.version} - - - commons-logging - commons-logging - - - - - org.springframework - spring-beans - ${spring.version} - - - commons-logging - commons-logging - - - - - org.springframework - spring-expression - ${spring.version} - - - commons-logging - commons-logging - - - - - org.springframework - spring-test - ${spring.version} - - - commons-logging - commons-logging - - - - - org.apache.archiva.redback - redback-common-test-resources - test - ${redback.version} - - - org.apache.archiva.redback - redback-rbac-memory - test - ${redback.version} - - - org.apache.archiva.redback - redback-rbac-cached - test - ${redback.version} - - - org.apache.archiva.redback - redback-rbac-role-manager - test - ${redback.version} - - - org.apache.maven.wagon - wagon-http - ${wagonVersion} - test - - - org.apache.maven.wagon - wagon-http-lightweight - ${wagonVersion} - test - - - xerces - xercesImpl - 2.8.1 - - - org.apache.derby - derby - ${derbyVersion} - - - commons-dbcp - commons-dbcp - 1.4 - test - - - - - - - org.apache.maven.plugins - maven-clean-plugin - 2.4.1 - - - org.apache.maven.plugins - maven-compiler-plugin - 2.3.2 - - - org.apache.maven.plugins - maven-resources-plugin - 2.5 - - - org.apache.maven.plugins - maven-jar-plugin - 2.3.2 - - - org.apache.maven.plugins - maven-surefire-plugin - 2.11 - - - - - - org.apache.maven.plugins - maven-antrun-plugin - 1.6 - - - package - package - - - - Remember to add the the following to the knownconsumers section in your archiva.xml file - <knownContentConsumer>simple-artifact-consumer</knownContentConsumer> - - - - - run - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.12 - - - ${project.build.directory}/appserver-base - ${project.build.directory}/archiva.xml - ${project.build.testOutputDirectory} - jdbc:derby:memory:users-test;create=true - org.apache.derby.jdbc.EmbeddedDriver - ${project.build.directory}/temp - - - - - - -