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

Submission form rejects all APIs with org.cytoscape package name #25

Open
thully opened this issue May 4, 2016 · 1 comment
Open

Submission form rejects all APIs with org.cytoscape package name #25

thully opened this issue May 4, 2016 · 1 comment
Labels

Comments

@thully
Copy link

thully commented May 4, 2016

If an app is submitted that exports APIs, we prompt for a pom.xml file in addition to the JAR file. However, if the package in this pom.xml file starts with org.cytoscape, the submission is rejected. This has caused issues for core apps that export APIs (such as OpenCL) - to submit them, we've had to edit the pom and insert an extra space to trick the App Store into accepting our submission.

@AlexanderPico
Copy link
Member

Do you propose to remove the restriction entirely? I think the intention was to avoid any possible conflicts in our core namespace. Is it safe/wise to remove this?

Perhaps the "adding a space" workaround is actually a feature in that it blocks submissions that use org.cytoscape naively, but still allows core app devs to get them submitted.

Other possible solutions?

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

2 participants