Hi community,
i need help releasing the sasunit-plugin.
I use
$
mvn release:prepare release:perform -Dusername=... -Dpassword=...
to start the release process. The build ends with success,
but the plug-in won't show up in the available plug-in list as well as in the
plug-in wiki page.
https://wiki.jenkins-ci.org/display/JENKINS/SASUnit+Plugin
I attached the release log.
Am I missing something?
Greetings
Hi Daniel and Oleg,
yes you are right. This would be the initial release.
In the meantime I tried as you said and used
mvn -B org.apache.maven.plugins:maven-release-plugin:2.5:prepare
org.apache.maven.plugins:maven-release-plugin:2.5:perform -Dusername=...
-Dpassword=...
After some git adds and commits I got a build success. For now I will wait and
see if the plugin shows up in the available plugin list. I will let you know :-)
Greetings
Peter