diff --git a/archetypes/json-client-archetype/target/classes/archetype-resources/pom.xml b/archetypes/json-client-archetype/target/classes/archetype-resources/pom.xml deleted file mode 100644 index b4c1c6b367..0000000000 --- a/archetypes/json-client-archetype/target/classes/archetype-resources/pom.xml +++ /dev/null @@ -1,79 +0,0 @@ -#set( $lcaseClientName = ${clientName.toLowerCase()} ) -#set( $symbol_dollar = '$' ) - - - - - org.jclouds - jclouds-project - 1.0-SNAPSHOT - ../project/pom.xml - - 4.0.0 - ${groupId} - jclouds-${artifactId} - jclouds ${clientName} core - jar - jclouds components to access ${clientName} - - - scm:svn:http://jclouds.googlecode.com/svn/trunk/${lcaseClientName} - scm:svn:https://jclouds.googlecode.com/svn/trunk/${lcaseClientName} - http://jclouds.googlecode.com/svn/trunk/${lcaseClientName} - - - ${clientUser} - ${clientPassword} - - - - ${symbol_dollar}{project.groupId} - jclouds-core - ${symbol_dollar}{project.version} - - - ${symbol_dollar}{project.groupId} - jclouds-core - ${symbol_dollar}{project.version} - test-jar - test - - - log4j - log4j - 1.2.14 - test - - - ${symbol_dollar}{project.groupId} - jclouds-log4j - ${symbol_dollar}{project.version} - test - - -