Closed KengoTODA closed 11 years ago
Hi, this is just a quick ack to let you know I've seen the issue. I can't take a look at it right now, but will get back to you, once I've checked your suggestion works, it seems like a good plan.
In the meantime, would mvn package
then mvn install:install-file -Dfile=test-driven-detectors4findbugs-0.2.2-SNAPSHOT.jar -DpomFile=${path_to_git_clone}/pom.xml
work okay for you?
Many thanks!
Of course okay. Thanks for your response!
When I builded this project, I found that maven-gpg-plugin requests me to input GPG passphrase. I felt little troublesome, because what I need is not deploy but just building product.
The oss-parent project provides
sonatype-oss-release
profile to sign jar file, and this profile will be activated when we executemaven-release-plugin
likemvn release:prepare
. So we do not have to make original profile.See also: http://lacostej.blogspot.jp/2011/01/publishing-your-signed-oss-project-to.html