SEARCH-1626 Ensure maven version can be extracted by Bamboo.

See this issue for more details:
https://bitbucket.org/dehringer/bamboo-maven-pom-extractor-plugin/issues/18/groupid-not-populated-if-using-parent-pom
This commit is contained in:
Tom Page
2019-05-24 14:35:16 +01:00
parent 6932d72452
commit 8e5416e0ca

View File

@@ -6,7 +6,11 @@
<artifactId>alfresco-search-and-insight-parent</artifactId>
<version>1.4.0-SNAPSHOT</version>
</parent>
<!-- The groupId and version are required by the maven pom extractor plugin on Bamboo - more details in this issue:
https://bitbucket.org/dehringer/bamboo-maven-pom-extractor-plugin/issues/18/groupid-not-populated-if-using-parent-pom -->
<groupId>org.alfresco</groupId>
<artifactId>alfresco-search-parent</artifactId>
<version>1.4.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Alfresco Solr Search parent</name>
<properties>