toolisticon / maven-oss-parent

maven parent for holistic open source projects
http://www.toolisticon.io/maven-oss-parent/
Other
3 stars 2 forks source link

Wrong github coordinates #10

Open zambrovski opened 6 years ago

zambrovski commented 6 years ago

A release using the github coordinates fails during commit of the changed version:

Properties in the `pom.xml:

  <properties>
    <toolisticon.github.organization>toolisticon</toolisticon.github.organization>
    <toolisticon.github.repository>${project.artifactId}</toolisticon.github.repository>
  </properties>

Error during release:

Archiving /var/lib/jenkins/workspace/HoliOSS/springboot-swagger-starter/target/springboot-swagger-starter-0.0.1-SNAPSHOT-sources.jar to io.toolisticon.springboot/springboot-swagger-starter/0.0.1-SNAPSHOT/springboot-swagger-starter-0.0.1-SNAPSHOT-sources.jar
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.5.3:prepare (default-cli) on project springboot-swagger-starter: Unable to commit files
[ERROR] Provider message:
[ERROR] The git-push command failed.
[ERROR] Command output:
[ERROR] fatal: remote error:
[ERROR] toolisticon/springboot-swagger-starter.git/springboot-swagger-starter is not a valid repository name
[ERROR] Email support@github.com for help
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
zambrovski commented 6 years ago

Error still exists, even using a value for toolisticon.github.repository

jangalinski commented 6 years ago

verify with 0.7.0