mirror of https://github.com/apache/jclouds.git
Removed unnecessary <packaging>jar</packaging> from archetype POMs and corrected a typo.
This commit is contained in:
parent
1f6784b40f
commit
b1f3f86337
|
@ -30,7 +30,7 @@
|
|||
</parent>
|
||||
<artifactId>jclouds-compute-service-archetype</artifactId>
|
||||
<name>jclouds Compute service archetype</name>
|
||||
<description>Maven archetype for a provider of a Computer service</description>
|
||||
<description>Maven archetype for a provider of a Compute service</description>
|
||||
<packaging>maven-archetype</packaging>
|
||||
|
||||
<build>
|
||||
|
|
|
@ -38,7 +38,6 @@
|
|||
<groupId>${groupId}</groupId>
|
||||
<artifactId>jclouds-${artifactId}</artifactId>
|
||||
<name>jclouds ${providerName} compute service</name>
|
||||
<packaging>jar</packaging>
|
||||
<description>jclouds components to access ${providerName}</description>
|
||||
|
||||
<scm>
|
||||
|
|
|
@ -38,7 +38,6 @@
|
|||
<groupId>${groupId}</groupId>
|
||||
<artifactId>jclouds-${artifactId}</artifactId>
|
||||
<name>jclouds ${clientName} core</name>
|
||||
<packaging>jar</packaging>
|
||||
<description>jclouds components to access ${clientName}</description>
|
||||
|
||||
<scm>
|
||||
|
|
Loading…
Reference in New Issue