> + </configuration>
> + </plugin>
> + <plugin>
> + <groupId>org.apache.maven.plugins</groupId>
> + <artifactId>maven-release-plugin</artifactId>
> + <version>${maven-release-plugin.version}</version>
> + <configuration>
> + <useReleaseProfile>false</useReleaseProfile>
> + <goals>deploy</goals>
> + <arguments>-Pdoc -Papache-release ${arguments}</arguments>
> + </configuration>
> + </plugin>
> + </plugins>
> + </build>
> +
> + <properties>
Probably will also need a `<jclouds.version>` property here that matches the
`jclouds-project` version that this project depends on. See comment about
`${project.parent.version}` above.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-karaf/pull/22/files#r5440899