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

Automated plugin conversion errors if angle-brackets are included in author info #4

Open
chunky opened this issue Feb 4, 2016 · 0 comments

Comments

@chunky
Copy link

chunky commented Feb 4, 2016

Specifically, in my plugin, I had this:
https://github.com/chunky/gephi_graphviz/blob/master/nbproject/project.properties
Which included this line:

nbm.module.author=Gary "ChunkyKs" Briggs <[email protected]>

This caused the angle-brackets to end up nested in some other XML in the generated POM file, which maven took umbrage with.

To reproduce:

  1. Fork, clone, gephi-plugins
  2. Clone https://github.com/chunky/gephi_graphviz into top-level working directory of new gephi-plugins
    2a) I then deleted .git from inside gephi_graphviz clone, although I don't know if that matters
  3. Run mvn org.gephi:gephi-maven-plugin:migrate

Manually editing the project.properties file to not include angle-brackets on my email fixed it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant