Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

maven call to deploy app to cytoscape nexus is failing when submitting app with api #93

Open
coleslaw481 opened this issue Jan 27, 2021 · 0 comments
Labels

Comments

@coleslaw481
Copy link
Contributor

The following maven call is invoked (and fails silently) if a user submits an app to the Appstore with an API. Users can submit an api by uploading their pom.xml and javadoc jar file.

Command run by appstore that is failing:

mvn -s <SETTINGS FILE> deploy:deploy-file -Dpackaging=jar \
-Durl=http://code.cytoscape.org/nexus/content/repositories/apps \
-DpomFile=pom.xml -Dfile=javadocjar -DrepositoryId=apps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant