[issue 531] Archetypes now inherit from jclouds-project, which fixes the site structure

This commit is contained in:
Andrew Phillips 2011-05-03 14:40:56 -04:00
parent 15e74945da
commit a076be14b0
2 changed files with 67 additions and 65 deletions

View File

@ -25,8 +25,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jclouds</groupId>
<artifactId>jclouds-archetypes</artifactId>
<artifactId>jclouds-project</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../../project/pom.xml</relativePath>
</parent>
<artifactId>jclouds-compute-service-archetype</artifactId>
<name>jclouds Compute service archetype</name>

View File

@ -25,8 +25,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jclouds</groupId>
<artifactId>jclouds-archetypes</artifactId>
<artifactId>jclouds-project</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../../project/pom.xml</relativePath>
</parent>
<artifactId>jclouds-rest-client-archetype</artifactId>
<name>jclouds rest client archetype</name>