Azure / azure-functions-java-library

Contains annotations for writing Azure Functions in Java
MIT License
43 stars 43 forks source link

Undo parent pom changes due to build issues #63

Closed pragnagopa closed 5 years ago

pragnagopa commented 5 years ago

@JonathanGiles - Publishing to snapshot to maven is failing with

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-gpg-plugin:1.6:sign (sign-artifacts) on project azure-functions-java-library: Exit code: 2 -> [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/MojoExecutionException
Build step 'Execute Windows batch command' marked build as failure

Removing dependency for now to unblock release

JonathanGiles commented 5 years ago

Can you clarify? Are you saying that you are wanting to push a snapshot release to Maven Central and that you are unable to due to including the parent pom? How do you do snapshot releases and sign them?

pragnagopa commented 5 years ago

@JonathanGiles - sent email with the jenkins service URL I use to publish snapshot