use takari-release release profile release plugin didn't like what I thought was default profile='release' Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
diff --git a/org.eclipse.m2e.workspace.cli/pom.xml b/org.eclipse.m2e.workspace.cli/pom.xml index 5cb7abb..e435490 100644 --- a/org.eclipse.m2e.workspace.cli/pom.xml +++ b/org.eclipse.m2e.workspace.cli/pom.xml
@@ -237,6 +237,7 @@ <localCheckout>true</localCheckout> <pushChanges>false</pushChanges> <tagNameFormat>m2e-workspace-@{project.version}</tagNameFormat> + <arguments>-Ptakari-release</arguments> </configuration> </plugin> </plugins> @@ -272,7 +273,7 @@ </profile> <profile> - <id>release</id> + <id>takari-release</id> <build> <plugins> <plugin>