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